discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] How to write a block - Error adding sub function


From: E. Ornelas
Subject: Re: [Discuss-gnuradio] How to write a block - Error adding sub function to a block
Date: Wed, 27 May 2009 08:16:14 -0700 (PDT)

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
> address@hidden
> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]