Martin, Thanks very much for your help!
Your patch #1 seems to be already in the subversion repository. I manually applied your patch #2 to /Transceiver/USRPDevice.h. Now the following warning went away. >> ".deps/radioInterface.Tpo" -c >> .libs/radioInterface.o >> In file included from USRPDevice.h:25, >> from radioInterface.h:25, >> from radioInterface.cpp:23: >> /usr/local/include/usrp_bytesex.h:37:2: warning: #warning Using >> non-portable cod >> e (likely wrong other than ILP32). But the other two warnings/errors still remain as follows. > libtool: compile: g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../CommonLibs > -I../Control -I../GSM -I../SIP -I../TRXManager -I/usr/local/include -g > -O2 -MT radioInterface.lo -MD -MP -MF .deps/radioInterface.Tpo > -c radioInterface.cpp -fPIC -DPIC -o .libs/radioInterface.o > In file included from radioInterface.h:24, > from radioInterface.cpp:23: > sigProcLib.h:35: warning: ‘typedef’ was ignored in this declaration > sigProcLib.h:45: warning: ‘typedef’ was ignored in this declaration > In file included from radioInterface.h:25, > from radioInterface.cpp:23: > USRPDevice.h:42: error: ‘usrp_standard_rx_sptr’ does not name a type > USRPDevice.h:43: error: ‘usrp_standard_tx_sptr’ does not name a type > make[2]: *** [radioInterface.lo] Error 1 I did a quick grep but couldn't find where "usrp_standard_rx_sptr" was defined... The following two lines were all I found... > ./USRPDevice.h~: usrp_standard_rx_sptr m_uRx; ///< the USRP receiver > ./USRPDevice.h: usrp_standard_rx_sptr m_uRx; ///< the USRP receiver -- Posted via http://www.ruby-forum.com/. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio