[lisaac-Bugs][312085] Lisaac.c doesn't compile under gcc 4.3

lisaac-bugs at alioth.debian.org lisaac-bugs at alioth.debian.org
Sat Nov 21 14:26:53 UTC 2009


Bugs item #312085, was changed at 17/11/2009 22:13 by Pierre-Alexandre Voye
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312085&group_id=100200

>Status: Closed
Priority: 4
Submitted By: Pierre-Alexandre Voye (ontologia-guest)
Assigned to: Benoit Sonntag (sonntag-guest)
Summary: Lisaac.c doesn't compile under gcc 4.3 
Target Milestone: Lisaac 0.4
Category: Lisaac Compiler


Initial Comment:
Mac OS X 10.4

$ gcc --version
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ gcc lisaac.c -o lisaac -Wall
lisaac.c: In function ‘__WQKL’:
lisaac.c:23540: warning: implicit declaration of function ‘print_string’
lisaac.c: In function ‘__BYHB’:
lisaac.c:84446: error: storage size of ‘t’ isn’t known
lisaac.c:84447: warning: implicit declaration of function ‘stat64’
lisaac.c:84446: warning: unused variable ‘t’
lisaac.c: In function ‘__5ZF’:
lisaac.c:84795: error: storage size of ‘t’ isn’t known
lisaac.c:84795: warning: unused variable ‘t’

Other gcc version :

$ /opt/local/bin/gcc-mp-4.2 --version
gcc-mp-4.2 (GCC) 4.2.4
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ /opt/local/bin/gcc-mp-4.2  lisaac.c -o lisaac -Wall
lisaac.c: In function '__WQKL':
lisaac.c:23540: warning: implicit declaration of function 'print_string'
lisaac.c: In function '__BYHB':
lisaac.c:84446: error: storage size of 't' isn't known
lisaac.c:84447: warning: implicit declaration of function 'stat64'
lisaac.c:84446: warning: unused variable 't'
lisaac.c: In function '__5ZF':
lisaac.c:84795: error: storage size of 't' isn't known
lisaac.c:84795: warning: unused variable 't'

----------------------------------------------------------------------

>Comment By: Pierre-Alexandre Voye (ontologia-guest)
Date: 21/11/2009 14:26

Message:
Resolved (LARGEFILE64)

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413092&aid=312085&group_id=100200



More information about the Lisaac-devel mailing list