On Wed, 2005-11-02 at 11:16 +0200, Pekka Marjola wrote:
> >Has someone managed to compile XEmacs with (0$) Microsoft
Visual C++
> >Toolkit 2003? I'd rather use more recent beta in Windows, but compiling
> >XEmacs is rather complicated.
Seems like Microsoft is distribution Visual C++ 2005 Express Edition
free for any use, so I tried to use that. Note that nmake from Platform
SDK needs to be used, otherwise the compilation fails for too long
command line. With debug, it fails to find MSVCR71D.DLL, and without
debug it fails at:
libjpeg.lib(jerror.obj): error LNK2001: unresolved external symbol __iob
After commenting out jpeg, it compiles... But dumping crashes:
NMAKE: fatal error U1077: '"[...]lib-src\i"' : return code
'0xc000000d'