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


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to