gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: Re: Full config and make log (CVS with gcc 3.1)


From: David Shochat
Subject: [Gcl-devel] Re: Re: Full config and make log (CVS with gcc 3.1)
Date: Wed, 07 Aug 2002 05:39:26 -0400
User-agent: Pan/0.12.93 (life is but a dewdrop on the lotus leaf)

On Tue, 06 Aug 2002 07:06:31 -0400, Camm Maguire wrote:

> Greetings, and thanks for your comprehensive report.  I've committed
> the #undef bool, and the bcopy et.al. prototypes are already commented
> out of protoize.h   I hope this clears all your issues.  Please let me
> know if not.
> 
It does fix everything I reported previously. However, new issues have
arisen. First, there was a problem with the return type in bsearch.c, 
but it looks like that was fixed by mjthomas overnight (rev 1.4). I am 
still getting these new errors in cmptop.c however:

gcc3 -pipe -fwritable-strings  -DVOL=volatile
-I/usr/local/lisp/gcl/cvs/gcl/o 
  -fsigned-char -Wall  -fomit-frame-pointer -O6 -Wall -fomit-frame-pointer
  -c -O -I../h  cmptop.c
cmptop.c: In function `LI11':
cmptop.c:1165: warning: return makes pointer from integer without a cast
cmptop.c:1169: warning: return makes pointer from integer without a cast
cmptop.c: In function `LI12':
cmptop.c:1186: warning: passing arg 1 of `make_fixnum' makes integer from 
  pointer without a cast
cmptop.c:1204: warning: return makes pointer from integer without a cast
cmptop.c:1212: warning: passing arg 1 of `make_fixnum' makes integer from 
  pointer without a cast
cmptop.c: In function `LI13':
cmptop.c:1237: warning: passing arg 1 of `make_fixnum' makes integer from 
  pointer without a cast
cmptop.c: In function `LI31':
cmptop.c:3297: warning: initialization makes integer from pointer without a cast
cmptop.c:3298: warning: return makes pointer from integer without a cast
cmptop.c:3364: warning: initialization makes integer from pointer without a cast
cmptop.c:3365: warning: return makes pointer from integer without a cast
cmptop.c: In function `LI32':
cmptop.c:3447: warning: return makes pointer from integer without a cast
cmptop.c: At top level:
cmptop.c:5447: conflicting types for `LnkTLI328'
cmptop.h:399: previous declaration of `LnkTLI328'
cmptop.c:5474: conflicting types for `LnkTLI301'
cmptop.h:453: previous declaration of `LnkTLI301'
cmptop.c:5480: conflicting types for `LnkTLI295'
cmptop.h:465: previous declaration of `LnkTLI295'
cmptop.c:5485: conflicting types for `LnkTLI290'
cmptop.h:475: previous declaration of `LnkTLI290'
make[1]: *** [cmptop.o] Error 1






reply via email to

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