On Thu, Mar 09, 2006 at 09:13:38AM -0800, jjw wrote: > > I have been able to eliminate the make check error for gnuradio-core but not > the make check error for cppunit by using up2date to install pretty much > every update available. However I've run into another error. > > I get the whole down to the installation of gr-usrp (following KD7LMO's > method) and when I try to run make I get the following error below. Since > this is an error during make I can't just ignore it like I did for the > cppunit make check error. Has anbydoy seen this error before? Thanks! I'm > making progress at least. > > usrp1_sink_base.cc:58: error: no matching function for call to 'usrp_standar > d_tx::make(int&, unsigned int&, int&, int&, int&, int&, const std::string&, > const std::string&)' > /home/jjw27370/gr/include/usrp_standard.h:250: note: candidates are: static > usrp_standard_tx* usrp_standard_tx::make(int, unsigned int, int, int, int, i > nt) > usrp1_sink_base.cc: In member function 'std::string usrp1_sink_base::serial_ > number()': > usrp1_sink_base.cc:302: error: 'class usrp_standard_tx' has no member named > 'serial_number' > make[3]: *** [usrp1_sink_base.lo] Error 1 > make[3]: Leaving directory `/home/jjw27370/Desktop/gnuradio/gr-usrp/src' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/jjw27370/Desktop/gnuradio/gr-usrp/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/jjw27370/Desktop/gnuradio/gr-usrp' > make: *** [all] Error 2 >
It looks like your usrp installation is out of date (by a few weeks). I assume you are building from CVS. Please ensure that all modules are up to date. I highly recommend using the "gr-build / ../buildit" strategy outlined at http://comsec.com/wiki?HowtoBuildFromCVS Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio