discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Problem with libtool while making the gnuradio 3.


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Problem with libtool while making the gnuradio 3.5
Date: Wed, 24 Jul 2013 11:35:36 -0400

On Tue, Jul 23, 2013 at 10:12 PM, Shashank Gaur <address@hidden> wrote:
>>
>> Ok.
>>
>> 3.5 should work. I just build 3.5.3.2 on my machine here. Try using
>> cmake instead of autotools, though. We've been keeping up to date with
>> cmake. Not sure what version of autotools might cause problems at this
>> point.
>>
>> Tom
>
> Thanks a lot, I also build same version as you and it was pretty easy.
> But somehow I am having another error from swig while doing the make
> of the modified OOT module.
>
> /usr/local/include/gnuradio/swig/gnuradio.i:28: Error: Unable to find
> 'gruel_common.i'
>
> Now this file is in the path /usr/local/include/gruel/swig, which I
> tried to include inside the Makefile.common as following:
>
> STD_DEFINES_AND_INCLUDES = \
>     $(DEFINES) \
>     -I$(GNURADIO_CORE_INCLUDEDIR) \
>     -I$(GNURADIO_CORE_INCLUDEDIR)/swig \
>     -I/usr/local/include/gruel/swig
>
> and I am not sure if it worked. But "make" went on to errors inside
> the c++ files where I had done some changes. So just to be sure I also
> tried (on the same machine) to install original OOT module, and had
> the same error again.
>
> /usr/local/include/gnuradio/swig/gnuradio.i:28: Error: Unable to find
> 'gruel_common.i
>
> Now when this time I tried to make changes in Makefile.common, it
> doesnt work. Any ideas about that?
>
> Thanks


Shashank,

You're on the right path. Just try again and be careful about things.
This issue was discussed in a previous thread, which might shed some
light on things:

http://lists.gnu.org/archive/html/discuss-gnuradio/2012-04/msg00355.html

Tom



reply via email to

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