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 GNUradio instal


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Are 64-bit machines a concern for GNUradio installation?
Date: Wed, 15 Oct 2008 11:29:20 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

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]