[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion/Neon win32 compilation

From: Jens Peters <jpeters7677_at_gmx.de>
Date: 2007-03-30 08:29:39 CEST

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 30 08:54:27 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.