Re: [Discuss-gnuradio] gr_modtool cmake/make problems on OSX

2013-02-26 Thread Martin Braun (CEL)
On Mon, Feb 25, 2013 at 08:40:31PM +, Warren, Kevin M wrote: 1) A minor difficulty is that gr_modtool.py does not appear to be placing the class definitions and the instantiation of the class object(s) in the proper order. This was easy enough to remedy by hand. Hi Kevin, I assume you

Re: [Discuss-gnuradio] gr_modtool cmake/make problems on OSX

2013-02-26 Thread Warren, Kevin M
I assume you mean in the SWIG files? Or are you talking about something else? The SWIG order bug was fixed in both the standalone and the master branch version of gr-modtool. Martin, It's howto_swig.py that is generated following the out of tree module tutorial (link in original post)

Re: [Discuss-gnuradio] gr_modtool cmake/make problems on OSX

2013-02-26 Thread Martin Braun (CEL)
On Tue, Feb 26, 2013 at 02:45:52PM +, Warren, Kevin M wrote: Martin, It's howto_swig.py that is generated following the out of tree module tutorial (link in original post) downloaded from github. I see there's been a new version posted within the past few hours. If the swig file was

[Discuss-gnuradio] gr_modtool cmake/make problems on OSX

2013-02-25 Thread Warren, Kevin M
Greetings all, this is my first post here so I apologize ahead of time for any clumsiness in the order and detail of my question. I'm using a Macport install of Gnuradio 3.6.3 (system particulars below). So far I've had a good deal of success with Gnuradio but I'm at the point where I need to

Re: [Discuss-gnuradio] gr_modtool cmake/make problems on OSX

2013-02-25 Thread Johnathan Corgan
On Mon, Feb 25, 2013 at 12:40 PM, Warren, Kevin M kevin.m.war...@vanderbilt.edu wrote: Greetings all, this is my first post here so I apologize ahead of time for any clumsiness in the order and detail of my question. I'm using a Macport install of Gnuradio 3.6.3 (system particulars below).

Re: [Discuss-gnuradio] gr_modtool cmake/make problems on OSX

2013-02-25 Thread Warren, Kevin M
The gr_modtool has been integrated into the GNU Radio master branch post-3.6.3, and will be part of the 3.6.4 release. At least one of the issues below has already been fixed. Okay, great. I saw that comment on the github README file but assumed it wasn't in the latest release since I

Re: [Discuss-gnuradio] gr_modtool cmake/make problems on OSX

2013-02-25 Thread Michael Dickens
Hi Kevin - You'll want to use install_name_tool to fix the DLYD name id for both _howto_swig.so and libgnuradio-howto.dylib. Here's what I would do (watch wrap): {{{ sudo install_name_tool -id /opt/local/lib/libgnuradio-howto.dylib /opt/local/lib/libgnuradio-h owto.dylib sudo install_name_tool

Re: [Discuss-gnuradio] gr_modtool cmake/make problems on OSX

2013-02-25 Thread Warren, Kevin M
Michael, this worked perfectly, thank you so much. I'm glad there was a direct way to do it rather than poking around into the make side of things. sudo install_name_tool -id /opt/local/lib/libgnuradio-howto.dylib /opt/local/lib/libgnuradio-howto.dylib sudo install_name_tool -change