discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] py-compile vs. "false"


From: Russell Neches
Subject: [Discuss-gnuradio] py-compile vs. "false"
Date: Thu, 05 Aug 2004 02:12:18 -0400

Hey there!

I'm trying to build gnuradio-0.9, and I think I might be running into
some kind of autoconf screwyness. When make descends into
src/gnu/scripting, it runs the command:

false -c++ -python -DUSE_LIBGXX_INLINES -D_REENTRANT -DPARANOID=1
-DCACHESIZE=262144 -I../../../src/gnu/lib/grbase
-I../../../src/gnu/lib/gr -I../../../src/gnu/lib/gr
-I../../../src/gnu/lib/grio -I../../../src/gnu/lib/grgui
-I../../../src/gnu/lib/dtv -I../../../src/gnu/lib/omnithread 
-I../../../src/pspectra/lib/vr -I../../../src/pspectra/lib/vrp
-I../../../src/pspectra/lib/vrio -I../../../src/pspectra/lib/vrgui
-I/usr/include/python2.3 -I. -module GnuRadioPython -o GnuRadioPython.cc
GnuRadio.i

Which, not surprisingly, doesn't work ("false - do nothing,
unsuccessfully"). It looks like it *meant* to run:

../../../py-compile -c++ -python -DUSE_LIBGXX_INLINES -D_REENTRANT
-DPARANOID=1 -DCACHESIZE=262144 -I../../../src/gnu/lib/grbase
-I../../../src/gnu/lib/gr -I../../../src/gnu/lib/gr
-I../../../src/gnu/lib/grio -I../../../src/gnu/lib/grgui
-I../../../src/gnu/lib/dtv -I../../../src/gnu/lib/omnithread 
-I../../../src/pspectra/lib/vr -I../../../src/pspectra/lib/vrp
-I../../../src/pspectra/lib/vrio -I../../../src/pspectra/lib/vrgui
-I/usr/include/python2.3 -I. -module GnuRadioPython -o GnuRadioPython.cc
GnuRadio.i

Has anyone else run into this before? 

On a hunch, I tried running the bootstrap script, but it balks about the
fact that there are definitions made by is Automake-1.7.5 (I have
1.7.9). Should I get an older Automake, or grab the CVS version?

Russell

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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