discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Alexandru Csete
Subject: Re: [Discuss-gnuradio] swig gnuradio.i cannot find gruel_common.i in 3.6.0
Date: Sun, 15 Apr 2012 18:48:17 +0200

On Tue, Apr 10, 2012 at 7:27 PM, Josh Blum <address@hidden> 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/local/include/gnuradio/swig/gnuradio.i:28: Error: Unable to find
> > 'gruel_common.i'
> >
> > I have attached gnuradio.i from my build, line 28 is trying to include
> > gruel_common.i.  I found gruel_common.i in
> > /usr/local/include/gruel/swig/, but I think it's expected to be in
> > /usr/local/include/gnuradio/swig/.
> >
> > Is this an issue with my build? Or does a change in the more recent
> > master branch version require a patch to gnuradio.i?
> >
>
> This looks to be a recent change. The gruel swig stuff was moved to a
> new install path include/gruel/swig.
>
> > Should I just copy (or link) the contents of
> > /usr/local/include/gruel/swig/ to /usr/local/include/gnuradio/swig/ as
> > a workaround?
> >
>
> You should add this path to the swig search path for your application.
>

Can someone please tell me how to do this for
https://github.com/balint256/gr-baz
I tried to modify Makefile.common updating swigincludedir but it has
no effect :(

Alex



reply via email to

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