Dawei Shen wrote: > I just did a svn update (revision 5694) and met the following > compilation error: > > make[5]: Entering directory > `/home/dshen/GNURadio/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. > > Could anybody help clean this up?
This is the result of a recent merge, and an unfortunate "bug" in how our swig dependencies are handled when files are removed. You can either: 1) Do a 'make distclean' from the root of the source, then rebuild. 2) Delete *gnuradio-core/src/lib/swig/*.d, then rerun ./configure from the root of the source, then rebuild. -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
