Michael Pliskin a e'crit :
Hi all,

What's the current status on compiling neko under VC2008? I've just tried, got neko.exe as well as some libraries (mysql, zlib) built easily but neko.dll and std.ndll fail with __ftol2 already defined. If I switch to release they only ask for msvcrt60.lib which I can find, but how do I build the debug ones?

You can comment __ftol2, remove msvcrt60.lib, and remove MSVCRT from the Ignored Libraries, and it should work.

The reason for these is explained here :

http://ncannasse.fr/blog/binaries_backward_compatibility

Best,
Nicolas

--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to