Reg: GNU RADIO BUILD PROBLEM

Dear all,
I had earlier installed a minimal gnu radio on cygwin package.
All the build process went fine but when I ran the dial_tone.py there
was no output and no error message. They cygwin window just came back to
the prompt. After various checks and reinstalls by taking Don’s advice,
the issue still remained unresolved. Then Kyle zholu indicated about
different cygwin mirrors having different latest versions, I again
downloaded the latest cygwin package from the mirror mirror.mcs.anl.gov
– as indicated by Don ward.

 After the cygwin installation, I proceeded with the minimal build 

of GNU radio. A new problem arose when the ./configure was executed with
only gnuradio-core and gr-audio-oss enabled. I have included the actual
output which I got at the end of the mail. It was asking for a
“makefile.in” in the directory “gnuradio/gnuradio-core/src/lib/filter”
(There was no such issues when building in the earlier cygwin package).
When I checked out at the download link

http://gnuradio.org/svn/gnuradio/tags/releases/3.0/gnuradio-core/src/lib/filter/

I was not able to find that file. Why is the ./configure asking for that
file when it seems to be not included with the package?? I’m running
cygwin (downloaded on 31-oct-06 from the mirror --mirror.mcs.anl.gov )
on Windows XP Pro SP2 in a AMD athlon 64 3200+ with 512 MB ram.Following
is the output message I got…

Component gr-audio-oss passed configuration checks, building.
gr-audio-osx requires darwin or MacOS X.
checking AudioUnit/AudioUnit.h usability… no
checking AudioUnit/AudioUnit.h presence… no
checking for AudioUnit/AudioUnit.h… no
gr-audio-osx requires AudioUnit/AudioUnit.h, which is available on MacOS
X.
checking AudioToolbox/AudioToolbox.h usability… no
checking AudioToolbox/AudioToolbox.h presence… no
checking for AudioToolbox/AudioToolbox.h… no
gr-audio-osx requires AudioToolbox/AudioToolbox.h, which is available on
MacOS X
.
gr-audio-osx requires AudioUnit, not found.
Not building component gr-audio-osx.
checking for portaudio-2.0 >= 19… gr-audio-portaudio requires package
portaudi
o, not found.
Not building component gr-audio-portaudio.
checking for main in -lwinmm… yes
Component gr-audio-windows passed configuration checks, but not
building.
Component gr-gsm-fr-vocoder passed configuration checks, but not
building.
Component gr-radio-astronomy passed configuration checks, but not
building.
Component gr-trellis passed configuration checks, but not building.
checking for sdl-config… no
checking for SDL - version >= 1.2.0… no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
gr-video-sdl requires library sdl, not found.
Not building component gr-video-sdl.
Component gr-wxgui passed configuration checks, but not building.
configure: creating ./config.status
config.status: creating gnuradio-core/Makefile
config.status: creating gnuradio-core/gnuradio-core.pc
config.status: creating gnuradio-core/doc/Doxyfile
config.status: creating gnuradio-core/doc/Makefile
config.status: creating gnuradio-core/doc/other/Makefile
config.status: creating gnuradio-core/doc/xml/Makefile
config.status: creating gnuradio-core/src/Makefile
config.status: creating gnuradio-core/src/gen_interpolator_taps/Makefile
config.status: creating gnuradio-core/src/lib/Makefile
config.status: error: cannot find input file:
gnuradio-core/src/lib/filter/Makefile.in
tr1569@GDYTIS154627 /cygdrive/d/gnuradio
$

Thnx & Regards,
Shriram KV

On Wed, 2006-11-01 at 16:00 +0530, [email protected] wrote:

I was not able to find that file. Why is the ./configure asking for
that file when it seems to be not included with the package??

Normally, that file is created when you run ./bootstrap, so it’s not a
file that would be included when you check out from the svn repository.
When building from a release tarball, that file is included, so you
don’t need to run ./bootstrap.

Now why it got deleted somewhere along the line is a mystery, and may be
a sign something else is broken, but please re-run ./bootstrap before
running ./configure again.


Johnathan C., AE6HO
Corgan Enterprises LLC
[email protected]