I've made the change and now its working. It's a beginers error :) Many thanks!
Michael Dickens-3 wrote: > >> 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 > > -- View this message in context: http://www.nabble.com/How-to-write-a-block---Error-adding-sub-function-to-a-block-tp23740353p23744626.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
