discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Adding Accessor Methods in GR 3.7
Date: Fri, 6 Jun 2014 15:20:24 -0400

On Fri, Jun 6, 2014 at 3:02 PM, Ed Criscuolo <address@hidden> wrote:
On 6/6/14 2:30 PM, Ed Criscuolo wrote:
On 6/6/14 1:50 PM, Martin Braun wrote:

You also need to add the accessor in the include/*.h file as a virtual
member function.


Thanks Martin.  That did it, although I had to rerun cmake to get it
to propagate into the swig files.


Guess I spoke too soon. :(  Although it worked fine on my OSX platform,
as soon as I moved it to an Ubuntu 12.04LTS platform and tried to
build it in a fresh build directory, the cmake ran ok but the make
failed somewhere in the swig stuff, on a cryptically named xml file
"_8__acq__test__1__cc_8h.xml"  with the error

" 'NoneType' object has no attribute 'compounddef' "

Prior to this change, I had been moving this OOT module
back and forth successfully between the two systems.

@(+.+)@ Ed


Can you post more of the output so we can see where this is being generated (maybe post the build log to pastebin or something)? Off the top of my head, that doesn't look familiar.

Tom
 

reply via email to

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