Hi,
Alan Pae <[EMAIL PROTECTED]> writes:
> Got a little further down the road. Now I've got:
>
> if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
> -I. -I. -I.. -I.. -I.. -I/opt/local/include -D_REENTRANT -pthreads
> -Wall -MT libguile_la-numbers.lo -MD -MP -MF
> ".deps/libguile_la-numbers.Tpo" -c -o libguile_la-numbers.lo `test -f
> 'numbers.c' || echo './'`numbers.c; \
> then mv -f ".deps/libguile_la-numbers.Tpo"
> ".deps/libguile_la-numbers.Plo"; else rm -f
> ".deps/libguile_la-numbers.Tpo"; exit 1; fi
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/opt/local/include
> -D_REENTRANT -pthreads -Wall -MT libguile_la-numbers.lo -MD -MP -MF
> .deps/libguile_la-numbers.Tpo -c numbers.c -fPIC -DPIC -o
> .libs/libguile_la-numbers.o
> numbers.c: In function `scm_log':
> numbers.c:6022: error: `_Complex_I' undeclared (first use in this function)
> numbers.c:6022: error: (Each undeclared identifier is reported only once
> numbers.c:6022: error: for each function it appears in.)
> numbers.c: In function `scm_exp':
> numbers.c:6088: error: `_Complex_I' undeclared (first use in this function)
I *think* this has been fixed. Could you please try getting the latest
version of `branch_release-1-8' from CVS? Try something along the lines
of:
$ cvs -z3 -d:pserver:@cvs.savannah.gnu.org:/sources/guile \
co guile-core -r branch_release-1-8
$ cd guile-core
$ autoreconf -i --force && ./configure && make && make check
See http://savannah.gnu.org/cvs/?group_id=39 for details.
Or you can wait until 1.8.2 is released, which should hopefully happen
within a few weeks.
Thanks,
Ludovic.
_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user