[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gc_os_dep.c:1802: warning: 'GC_find_limit' defined but not used
From: |
Ludovic Courtès |
Subject: |
Re: gc_os_dep.c:1802: warning: 'GC_find_limit' defined but not used |
Date: |
Wed, 27 Jun 2007 13:37:11 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Hi,
Alan Pae <address@hidden> 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.