Hi Alex -
On May 24, 2009, at 4:24 PM, Alexander List wrote:
make[5]: *** No rule to make target `gnuradio_swig_py_runtime.h',
needed
by `all'. Stop.
The rule is located in gnuradio-core/src/lib/swig/Makefile.swig.gen ,
which is included in that directory's Makefile.am directly; maybe
these files are too old or have been modified?
A couple of thoughts:
* Try just "./configure --prefix=/Users/alex/Documents/work/nc-
projects/gr" instead of all the disable and enable stuff; this should
make no difference, but if it does please let the me / the list know
so that this behavior can be corrected.
* If you are working from the SVN trunk, try:
rm gnuradio-core/src/lib/swig/Makefile.swig.gen
rm gnuradio-core/src/lib/swig/Makefile.am
rm gnuradio-core/src/lib/swig/Makefile.in
svn up
These commands will restore those files to a correct, known-working
SVN version. Then go and try the bootstrap, configure, make again.
* If you did not install all of the background libraries and
applications via MacPorts, try using just MacPorts instead. Clean out
the non-MacPorts installed stuff first.
If the problem persists after these, send me the results of "env" and
"port installed", and I'll see if anything pops out at me. - MLD
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio