On Wed, Aug 17, 2005 at 03:56:48PM +0930, Berndt Josef Wulf wrote: > G'day, > > the following error is encountered during the build process of gr-usrp: > > c++ -DHAVE_CONFIG_H -I. -I.. -pthread > -I/usr/pkgsrc/ham/gr-usrp/work/.buildlink/include/gnuradio > -I/usr/pkgsrc/ham/gr-usrp/work/.buildlink/include > -I/usr/pkgsrc/ham/gr-usrp/work/.buildlink/include/python2.4 > -I/usr/pkgsrc/ham/gr-usrp/work/.buildlink/include/cppunit -Wall > -Woverloaded-virtual -pthread -MT usrp1.lo -MD -MP -MF .deps/usrp1.Tpo -c > usrp1.cc -fPIC -DPIC -o .libs/usrp1.o > usrp1.cc:1667:27: usrp_spi_defs.h: No such file or directory > > This file exists in the usrp source tree but is not installed. Manually > copying this file to the appropriate directory rectifies the problem. The > sources are as of 17 Aug 2005 (CVS). I guess this is a bug in the > installation procedure for the usrp module. > > cheerio Berndt
Did you install usrp before trying to build gr-usrp? usrp/firmware/include/Makefile.am installs usrp_spi_defs.h in ${prefix}/include Using the $ cd gr-build $ ./for-all-dirs ../buildit technique ensures that the separate pieces are built in a good order. Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio