ImportError: /usr/local/lib/python2.5/site-packages/gnuradio/ _howto.so:
undefined symbol: _ZN16howto_co_cx_stat14create_new_logEPc
#---------------------------------------------------------------------------------#
HOW_CO_CX.CC
int create_new_log(char file_name[255])

You have a basic C++ scope issue ... the above should be:

int howto_co_cx_stat::create_new_log(char file_name[255])



_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to