chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] integer64 fatal build error on MSYS


From: Brandon J. Van Every
Subject: [Chicken-users] integer64 fatal build error on MSYS
Date: Tue, 30 May 2006 16:35:38 -0700
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)

I'm building on MSYS from Darcs using CMake.  The build fails:

Generating eval.c
Warning: illegal declaration specifier `(no-procedure-checks-for-usual-bindings)

[...eval.c is generated without error.  Then later...]

Building C object CMakeFiles/libchicken-static.dir/eval.obj
In file included from E:/devel/msys/chicken/eval.c:8:
E:/devel/src/chicken/chicken.h:1111: error: syntax error before "C_num_to_int64" E:/devel/src/chicken/chicken.h:1111: warning: data definition has no type or storage class
make[2]: *** [CMakeFiles/libchicken-static.dir/eval.obj] Error 1
make[1]: *** [CMakeFiles/libchicken-static.dir/all] Error 2
make: *** [all] Error 2


The last changes to chicken.h were:

Tue May 30 03:12:56 Pacific Daylight Time 2006 address@hidden
 * - trivial changes in NEWS
 - version is 2.315
 - integer64 fix

Mon May 29 05:23:28 Pacific Daylight Time 2006 address@hidden
 * - README: note about OS X DYLD_LIBRARY_PATH [Thanks to Arto Bendiken]
- support for `integer64' foreign type specifier [suggested by Alejandro Forero Cuervo]


It doesn't look like the fix is a fix on MSYS. I haven't investigated the nature of the change yet. Need to figure out how to show differences in Darcs. Are you doing some kind of capability testing in ./configure that I don't have implemented in CMakeLists.txt?


Cheers,
Brandon Van Every





reply via email to

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