On Tue, Apr 10, 2012 at 7:27 PM, Josh Blum <j...@joshknows.com> 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 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio