Build error under OS X

All -

I just tried to build the trunk gnuradio from SVN under OS X 10.4.11
with

./configure --disable-all-components --enable-usrp --enable-
omnithread --enable-mblock --enable-pmt
make -j 2

It ended thus:


GUILE_LOAD_PATH="/Users/dburgess/RangeNetworks/rangeNetworks/openBTS2/
packages/gnuradio/pmt/src/lib/…/…/…/pmt/src/scheme:/Users/dburgess/
RangeNetworks/rangeNetworks/openBTS2/packages/gnuradio/pmt/src/
lib/…/…/…/mblock/src/scheme" /sw/bin/guile -e main -s ./…/scheme/
gnuradio/gen-serial-tags.scm ./…/scheme/gnuradio/pmt-serial-tags.scm
pmt_serial_tags.h
ERROR: Unbound variable: port?
make[4]: *** [pmt_serial_tags.h] Error 2
make[4]: *** Waiting for unfinished jobs…
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I have no idea what this means or how to fix it. Does anyone else
out there? I have guile 1.4, if that matters.

– David

David A. Burgess
Kestrel Signal Processing, Inc.

According to < http://www.gnuradio.org/trac/browser/gnuradio/trunk/
README > , (10), you need guile 1.6 or 1.8 . Try upgrading to either
of those, and if that doesn’t fix the problem then we’ll try
something else. - MLD

On Thu, Jan 17, 2008 at 12:29:15PM -0800, David B. wrote:

make: *** [all] Error 2

I have no idea what this means or how to fix it. Does anyone else out
there? I have guile 1.4, if that matters.

You need Guile 1.6 or later.
1.6 was released in 2002, so it’s been out for a while.

Eric