[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: Yves Martin <yves.martin_at_elca.ch>
Date: 2007-03-29 15:42:27 CEST

On Thu, 2007-03-29 at 10:50 +0200, Yves Martin wrote:

> In fact, the zlib 1.2.3 win32 compilation fails with:
>
> Performing Makefile project actions
> nmake /f win32\Makefile.msc ASFLAGS="-nologo -Zi -coff" LOC="-DASMV
> -DASMINF" OBJA="gvmat32c.obj gvmat32.obj inffas32.obj"
> CFLAGS="/nologo /W3 /FD /GX /DWIN32 /D_WINDOWS /MD /O2 /Zi $(LOC)"
> STATICLIB=zlibstat.lib zlibstat.lib
> ml -c -nologo -Zi -coff inffas32.asm
> Assembling: inffas32.asm
> inffas32.asm(647) : error A2070: invalid instruction operands
> inffas32.asm(649) : error A2070: invalid instruction operands
> inffas32.asm(663) : error A2070: invalid instruction operands
> inffas32.asm(720) : error A2070: invalid instruction operands
> NMAKE : fatal error U1077: '"D:\Programs\Microsoft Visual Studio 8\VC
> \bin\ml.EXE"' : return code '0x1'
> Stop.

  Hello,

Is it possible to update the "INSTALL.txt" for win32 compilation ?
After many trials, it seems MASM32 is not optional but required;
as far as either VS ml or NASM are not able to compile zlib asm files.

As a result, MASM "ml" program should be before VS bin in path:
PATH=%ASMDIR%;%PATH%;%DRIVE%:\SVN\src-%DIR%\db4-win32;%PYTHONDIR%;%
AWKDIR%;%GETTEXTBIN%

Thank you in advance

-- 
Yves Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 29 15:42:44 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.