Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0

2012-04-15 Thread Alexandru Csete
On Sun, Apr 15, 2012 at 8:45 PM, Tom Rondeau wrote: > On Sun, Apr 15, 2012 at 12:48 PM, Alexandru Csete wrote: >> On Tue, Apr 10, 2012 at 7:27 PM, Josh Blum wrote: >>> >>> On 04/10/2012 08:49 AM, Justin Ford wrote: >>> > I'm trying to build an existing tool against gnuradio 3.6.0 (master >>> > b

Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0

2012-04-15 Thread Tom Rondeau
On Sun, Apr 15, 2012 at 12:48 PM, Alexandru Csete wrote: > On Tue, Apr 10, 2012 at 7:27 PM, Josh Blum wrote: >> >> On 04/10/2012 08:49 AM, Justin Ford wrote: >> > I'm trying to build an existing tool against gnuradio 3.6.0 (master >> > branch 3.6.0git-7-g779d8c67).  I'm getting the following erro

Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0

2012-04-15 Thread Alexandru Csete
On Tue, Apr 10, 2012 at 7:27 PM, Josh Blum wrote: > > On 04/10/2012 08:49 AM, Justin Ford wrote: > > I'm trying to build an existing tool against gnuradio 3.6.0 (master > > branch 3.6.0git-7-g779d8c67).  I'm getting the following error from > > make when gnuradio.i is included by swig: > > /usr/lo

Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0

2012-04-10 Thread Justin Ford
Thanks, Josh. That got me past the swig error. Now I've got new trouble but it's not clear what the issue is yet... I appreciate your help! Justin >> Should I just copy (or link) the contents of >> /usr/local/include/gruel/swig/ to /usr/local/include/gnuradio/swig/ as >> a workaround? >> > > Yo

Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0

2012-04-10 Thread mleech
OK, I'll snarfle through my stuff sometime this evening and send a patch. I got the original patch from the OSMOCOM folks in .DE, when they tried to build gr-pocsag on the very-latest, and it failed. On Tue, 10 Apr 2012 11:11:42 -0700, Johnathan Corgan wrote: > On Tue, Apr 10, 2012 at 10:42

Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0

2012-04-10 Thread Johnathan Corgan
On Tue, Apr 10, 2012 at 10:42, wrote: > There was a 3-line patch that I had to add to CMakelists.txt in the "swig" > subdir to get my gr-pocsag module to build with the latest Gnu Radio. > > I wonder if the latest howto-write-a-block-cmake has been updated to include > that patch? Probably not.

Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0

2012-04-10 Thread mleech
There was a 3-line patch that I had to add to CMakelists.txt in the "swig" subdir to get my gr-pocsag module to build with the latest Gnu Radio. I wonder if the latest howto-write-a-block-cmake has been updated to include that patch? On Tue, 10 Apr 2012 10:27:15 -0700, Josh Blum wrote: >

Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0

2012-04-10 Thread Josh Blum
On 04/10/2012 08:49 AM, Justin Ford wrote: > I'm trying to build an existing tool against gnuradio 3.6.0 (master > branch 3.6.0git-7-g779d8c67). I'm getting the following error from > make when gnuradio.i is included by swig: > /usr/local/include/gnuradio/swig/gnuradio.i:28: Error: Unable to fin

[Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0

2012-04-10 Thread Justin Ford
I'm trying to build an existing tool against gnuradio 3.6.0 (master branch 3.6.0git-7-g779d8c67).  I'm getting the following error from make when gnuradio.i is included by swig: /usr/local/include/gnuradio/swig/gnuradio.i:28: Error: Unable to find 'gruel_common.i' I have attached gnuradio.i from m