* fresh check out of CVS trunk * configure option: --build=x86_64-w64-mingw64
First failure appeared while compiling c/ffi.d. Reason: the symbol :WIN64 appears not to be defined anywhere so that the '@' translation could do something meaningful. Instead it replaced it with unknown, which of course gives a compile-time error. After modifying c/symbols_list.h and c/symbols_list2.h to include a definition for :WIN64, the build failed again because the function ecl_make_ulong_long was mistyped as ecl_make_ulong_Long (note the capital L for the second Long.) The same typo appears in c/number.d 3 times. After correcting those, I got an ecl_min.exe. Unfortunately, it failed to execute properly, apparently for the same reasons as 2 years ago. -- Gaby ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ecls-list mailing list Ecls-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ecls-list