On Mon, 2008-11-24 at 17:55 -0500, Catalin LACATUS wrote: > I tried to recompile the new svn (updated 2days ago) version and I got > the following errors. I never see this error with previous version > (about 2weeks old). Please let me know how can I solve this problem.
> gpio_swig.cc:3594:63: error: gnuradio_swig_bug_workaround.h: No such > file or directory Apparently, the compiler cannot find the header files at compile time. While it's not clear in this specific case, often times the build system will get confused when an already built tree is then updated from svn. Please go to the top level of your source tree and run: $ make distclean Then you will need to go through bootstrap, configure, etc. again. If the problem persists, check out a fresh version of the trunk into a new directory and try it from there. Finally, if you're still stuck, let us know here. The latest trunk is definitely working, as I compile it frequently on a number of different machines/OS combinations. -Johnathan _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
