[haXe] Compiling CVS version of haxe gives error

Nicolas Cannasse ncannasse at motion-twin.com
Tue Aug 22 10:32:18 CEST 2006


> Hi,
> 
> I used to be able to compile haxe from CVS, but today, it fails with:

First time to see that.
Looks like one part of the system was compiled with the C static library
(LIBCMT) while another part was compiled with the C dll library
(MSVCRT), hence the linkage failure. Try a big cleanup and recompile
everything from scratch again.

Nicolas



More information about the Haxe mailing list