[gambit-list] build failure after latest make update

Marc Feeley feeley at iro.umontreal.ca
Sun Oct 5 11:05:21 EDT 2008


On 5-Oct-08, at 10:23 AM, Bradley Lucier wrote:

> gcc -mcpu=7450 -I../include -I. -no-cpp-precomp -Wall -W -Wno-unused  
> -O1 -fno-math-errno -fschedule-insns2 -fno-trapping-math -fno-strict- 
> aliasing -fwrapv -fomit-frame-pointer -fPIC -fno-common - 
> DHAVE_CONFIG_H -D___PRIMAL -D___LIBRARY -D___GAMBCDIR="\"/usr/local/ 
> Gambit-C/v4.2.9\"" -D___SYS_TYPE_CPU="\"powerpc\"" - 
> D___SYS_TYPE_VENDOR="\"apple\"" -D___SYS_TYPE_OS="\"darwin8.11.0\"" - 
> c _kernel.c
> gcc: unrecognized option '-no-cpp-precomp'
> _kernel.c:13957:52: error: invalid digit "9" in octal constant

Ha!  That's a funny bug.  I'll fix the makefiles, but for now just  
edit include/gambit.h.in and change

#define ___STAMP_HMS 034917

to

#define ___STAMP_HMS 34917

Marc




More information about the Gambit-list mailing list