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: Michael Dickens
Subject: Re: [Discuss-gnuradio] How to write a block - Error adding sub function to a block
Date: Wed, 27 May 2009 10:37:16 -0400

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])





reply via email to

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