discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] accessing gr-blocks, gr-filter, gr-digital, etc.


From: Sean Nowlan
Subject: Re: [Discuss-gnuradio] accessing gr-blocks, gr-filter, gr-digital, etc. in out-of-tree module
Date: Mon, 22 Apr 2013 18:21:04 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

On 04/22/2013 02:49 PM, Sean Nowlan wrote:
On 04/22/2013 11:59 AM, Sean Nowlan wrote:
So this sets up both include and linker paths? I've been trying to update some code to the new namespace-based API. I can compile OK but I'm getting "symbol not found" errors when importing from swig. It's possible the swig files aren't right, but I modeled them after the output of gr_modtool. I suspect there's a linking issue.

That should read: I'm getting "ImportError: [...] undefined symbol" errors whenever I import the package. Everything compiles including SWIG wrapper file.

Ok, solved my problem. It turns out I hadn't declared member functions as pure virtual (i.e., "virtual xyz f() = 0") in the public header file.



reply via email to

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