discuss-gnuradio
[Top][All Lists]
Advanced

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

RE: [Discuss-gnuradio] Are 64-bit machines a concern for GNUradioinstall


From: JUAN LARA AMBEL
Subject: RE: [Discuss-gnuradio] Are 64-bit machines a concern for GNUradioinstallation?
Date: Fri, 17 Oct 2008 17:23:58 +0200

You were right. At the end was just only a problem of the compiler being not 
able to find the
right files. I finally hard-coded in Makefile.common the right gnuradio include 
folders that the BBN
code was asking for. Now it compiled and BBN 802.11 code works nice over 
Gnuradio again.

Thanks.

________________________________________
De: Eric Blossom address@hidden
Enviado el: miƩrcoles, 15 de octubre de 2008 20:29
Para: JUAN LARA AMBEL
CC: address@hidden
Asunto: Re: [Discuss-gnuradio] Are 64-bit machines a concern for        
GNUradioinstallation?

On Wed, Oct 15, 2008 at 12:49:41PM +0200, JUAN LARA AMBEL wrote:
> Hello,

> after successfully playing around for a while with USRP and GNU
> (amazing tools) and developing some modules by my own, now I've
> moved to a more powerful PC: a 64-bit Quad Core machine. But now I
> cannot install properly GNUradio and when trying to build e.g the
> BBN patches just prints out: "*** No rule to make target
> `/swig/gnuradio.i', needed by `bbn.cc'.  Stop."

This isn't a 64-bit problem, but a most likely a change required to
get out-of-tree builds updated to build with recent versions of the trunk.

Most likely what's needed is something like this in the Makefile.common:

  SWIGGRFLAGS = -I$(GNURADIO_CORE_INCLUDEDIR)/swig 
-I$(GNURADIO_CORE_INCLUDEDIR) $(GNURADIO_CORE_CPPFLAGS)

The bottom line is that swig needs to have the correct set of -I's
passed to it on the command line.

Eric




reply via email to

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