Hello  Yves

Performing Makefile project actions
 tempfile.bat
'""D:\Programs\Microsoft' is not recognized as an internal or external
command,


I had the very same problems and indeed, removing the quotes fixed it for me. The variable itself is already surrounded by quotes, but I'm not sure if this was always the case, I thought this was new with VS2005 SP1, because I never had this before.. but I can be wrong, I'm not sure if I had used this neon version before. Regarding your zlib problem, you have to fix one .asm file to let it work with the VS2005 masm, I found the following lines on the almighty internet about this:

"Prepend “dword ptr” to the second argument of the movd instructions on lines647, 649, 663 and 720 in srclib/zlib/contrib/masmx86/inffas32.asm"

I don't know why no one includes this in an official zlib release, but I can't oversee if these changes would break other compilers.

Regards,
Jens

_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to