2007/6/6, Tarun Tiwari <[EMAIL PROTECTED]>:
Hi,Today I update the gnuradio from svn, and received following error in make: make[5]: Entering directory `/home/tarun/gnuradio/gnuradio-core/src/lib/swig' make[5]: *** No rule to make target `../../../../gnuradio-core/src/lib/general/gr_dpll_ff.i', needed by `gnuradio_swig_py_general.cc'. Stop. Then, I edited the Makefile.am in ../../../../gnuradio-core/src/lib/general/ and added gr_dpll_ff.{cc,h,i} but I got following error : make[6]: Entering directory `/home/tarun/gnuradio/gnuradio-core/src/lib/general' make[6]: *** No rule to make target `gr_dpll_ff.cc', needed by `gr_dpll_ff.lo'. Stop. Can somebody check the Makefile as I am not able to identify the problem? Thanks in advance. Regards, Tarun UT Dallas
I just pulled a fresh copy from svn (rev.5708), ran ./bootstrap; ./configure; make. No problems so far. I recommend that you run ./bootstrap and ./configure again after pulling from svn. This ensures that the generated Makefiles are updated according to the svn changes. -- Trond Danielsen _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
