6 Avr
2007
6 Avr
'07
17:07
On Apr 6, 2007, at 5:03 PM, Bradley Lucier wrote:
Try to change one line in include/gambit.h to be
[descartes:~/programs/gambc-4.0b22/include] lucier% rcsdiff gambit.h =================================================================== RCS file: RCS/gambit.h,v retrieving revision 1.1 diff -r1.1 gambit.h 1354c1354 < #ifdef __GNUC__ ---
#if __GNUC__ >= 3
Sorry, that won't work for non-gcc compilers, try rcsdiff gambit.h =================================================================== RCS file: RCS/gambit.h,v retrieving revision 1.1 diff -r1.1 gambit.h 1354a1355
#if __GNUC__ >= 3 1356a1358 #endif