Re: [Discuss-gnuradio] undefined symbol error

2015-10-15 Thread monika bansal
Thank you for the reply... flat_fader_impl.h file is in lib I am not getting where i did mistake. Thanks again for your time. On Thu, Oct 15, 2015 at 3:35 PM, Gisle Vanem wrote: > when i am running QA test for a new module named "channels_w_tags" there >> is this error >> *undefined symbol

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Nemanja Savic
It does make sense. I am pretty sure that I have taken those functions from one of the blocks provided with gnuradio. I can't find it at the moment but i will check. Thank you On Thu, Jun 20, 2013 at 3:59 PM, Tom Rondeau wrote: > On Thu, Jun 20, 2013 at 9:53 AM, Nemanja Savic wrote: > > i am

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Tom Rondeau
On Thu, Jun 20, 2013 at 9:53 AM, Nemanja Savic wrote: > i am pretty sure when I delete inline it passes, otherwise not. Prototypes > are the same for sure. The prototypes in .i file are the same even for > inline and non-inline functions, i also checked that. Actually, thinking about it, no, you

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Nemanja Savic
i am pretty sure when I delete inline it passes, otherwise not. Prototypes are the same for sure. The prototypes in .i file are the same even for inline and non-inline functions, i also checked that. On Thu, Jun 20, 2013 at 3:40 PM, Tom Rondeau wrote: > On Thu, Jun 20, 2013 at 9:38 AM, Nemanja

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Tom Rondeau
On Thu, Jun 20, 2013 at 9:38 AM, Nemanja Savic wrote: > Hi, > > I am using 3.6 style. > And the problem is due to inline functions. Why? In some other blocks I have > inline functions? No, there are no problems with inline functions. Are you sure the function prototype in your header file and in

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Nemanja Savic
Hi, I am using 3.6 style. And the problem is due to inline functions. Why? In some other blocks I have inline functions? On Thu, Jun 20, 2013 at 3:16 PM, Tom Rondeau wrote: > On Thu, Jun 20, 2013 at 8:34 AM, Nemanja Savic wrote: > > Hi all, > > > > today I got really strange problem. Everythi

Re: [Discuss-gnuradio] undefined symbol error

2013-06-20 Thread Tom Rondeau
On Thu, Jun 20, 2013 at 8:34 AM, Nemanja Savic wrote: > Hi all, > > today I got really strange problem. Everything was in perfect order, I was > designing a new block, and when finished I tried to test it, but the > following error came: > >> ImportError: /home/savi_ne/work/gnuradio/gr-test/build/

Re: [Discuss-gnuradio] undefined symbol error:

2008-03-03 Thread Qi Chen
Eric, and Michael, Eric Blossom wrote: On Mon, Mar 03, 2008 at 09:57:09AM -0600, Qi Chen wrote: Michael, On Mar 3, 2008, at 8:33 AM, Michael Dickens wrote: On Mar 2, 2008, at 9:28 PM, Qi Chen wrote: ImportError: /usr/local/lib/python2.4/site-packages/gnuradio/gr/_gnuradio_swi

Re: [Discuss-gnuradio] undefined symbol error:

2008-03-03 Thread Eric Blossom
On Mon, Mar 03, 2008 at 09:57:09AM -0600, Qi Chen wrote: > Michael, > > On Mar 3, 2008, at 8:33 AM, Michael Dickens wrote: > >> On Mar 2, 2008, at 9:28 PM, Qi Chen wrote: >>> ImportError: >>> /usr/local/lib/python2.4/site-packages/gnuradio/gr/_gnuradio_swig_py_runtime.so: >>> >>> undefined symbo

Re: [Discuss-gnuradio] undefined symbol error:

2008-03-03 Thread Michael Dickens
I'm not a Fedora expert (I do a lot of testing on Ubuntu 6.06 through 7.10 - to verify compatibility) ... but I expect Fedora to be similar (others might offer corrections). I've tested the latest SVN trunk on Mac OS X 10.5 and Ubunut 7.10 without issues, so (obviously) something is odd wi

Re:[Discuss-gnuradio] undefined symbol error:

2008-03-03 Thread Qi Chen
Michael, On Mar 3, 2008, at 8:33 AM, Michael Dickens wrote: On Mar 2, 2008, at 9:28 PM, Qi Chen wrote: ImportError: /usr/local/lib/python2.4/site-packages/gnuradio/gr/ _gnuradio_swig_py_runtime.so: undefined symbol: _ZN28gr_single_threaded_scheduler4stopEv It looks like '/usr/local/lib' i