Please see the short patch appended at the end of my message, it seems that the 
MSVC makefiles were not updated. This has not been verified against the zlib 
devs though (but the binaries work.)

Regards,
Joel

Index: Makefile.msc
===================================================================
--- Makefile.msc        (revision 1150)
+++ Makefile.msc        (revision 1151)
@@ -31,7 +31,7 @@
 
 OBJS = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj 
gzread.obj \
        gzwrite.obj infback.obj inflate.obj inftrees.obj trees.obj uncompr.obj 
zutil.obj
-OBJA =
+OBJA = inffast.obj
 
 
 # targets
@@ -73,9 +73,9 @@
        $(CC) -c $(WFLAGS) $(CFLAGS) $<
 
 {contrib/masmx64}.c.obj:
-       $(CC) -c $(WFLAGS) $(CFLAGS) $<
+       $(CC) -c -I. $(WFLAGS) $(CFLAGS) $<
 
-{contrib/masmx64}.asm.obj:
+{contrib/masmx64}.asm64.obj:
        $(AS) -c $(ASFLAGS) $<
 
 {contrib/masmx86}.asm.obj:
@@ -114,9 +114,9 @@
 
 zutil.obj: zutil.c zutil.h zlib.h zconf.h
 
-gvmat64.obj: contrib\masmx64\gvmat64.asm
+gvmat64.obj: contrib\masmx64\gvmat64.asm64
 
-inffasx64.obj: contrib\masmx64\inffasx64.asm
+inffasx64.obj: contrib\masmx64\inffasx64.asm64
 
 inffas8664.obj: contrib\masmx64\inffas8664.c zutil.h zlib.h zconf.h \
                inftrees.h inflate.h inffast.h


> -----Original Message-----
> From: Victor Medina [mailto:jefedesopo...@cmgm.com.ve]
> Sent: Saturday, 1 October, 2011 4:36 AM
> To: Mark Phippard
> Cc: users@subversion.apache.org
> Subject: RE: ++ Compilling SVN on WIndows ++
> 
> wow! thanks for such a fast answer! I'll take a look later on, again
> thanks for such a fast answer.
> 
> 
> 
> Sin mas a que hacer referencia,
> 
> ___________________________________
> Víctor Medina
> Centro Médico Guerra Méndez - Jefe de Soporte y Tecnologías
> Departamento de Sistemas
> Telf: +58241 856 1223 Ext. 1223
> Cell: +58424 422 8988
> BB Pin: 22A7C718
> correo-e: jefedesopo...@cmgm.com.ve
> ________________________________________
> De: Mark Phippard [markp...@gmail.com]
> Enviado el: viernes, 30 de septiembre de 2011 3:57 p.m.
> Para: Victor Medina
> CC: users@subversion.apache.org
> Asunto: Re: ++ Compilling SVN on WIndows ++
> 
> On Fri, Sep 30, 2011 at 4:23 PM, Victor Medina
> <jefedesopo...@cmgm.com.ve> wrote:
> > Hi guys!
> >
> > Any one can help me? Be trying to compile latest Subversion on
> Windows, VS8
> > + SP1, 32bits. It's seems that cannot link against zlib, but zlib is
> just
> > ok it seams.
> 
> I have the same problem when using zlib 1.2.5.  I believe there is an
> answer, I just do not know what it is so I use zlib 1.2.4 and it seems
> to work.
> 
> 
> --
> Thanks
> 
> Mark Phippard
> http://markphip.blogspot.com/
> 
> {Castellano/Spanish} Aviso de exención de responsabilidad:
> Toda la información y los adjuntos en este mensaje es confidencial y
> privilegiada. Solamente los destinatarios están autorizados para usar
> esta información. Las transmisiones de correos electrónicos no están
> garantizadas y no son seguras o libres de errores y la empresa no
> acepta responsabilidad por error u omisiones. La empresa no acepta
> ninguna responsabilidad con respecto a cualquier comunicación que haya
> sido emitida incumpliendo nuestra política de e-mail.
> Reportar cualquier uso indebido de correo a: ab...@cmgm.com.ve
> Cumplimos con el RFC 2142 (http://www.rfc-editor.org/rfc/rfc2142.txt)
> 
> {English/Inglés} E-mail disclaimer:
> All information in this message and attachments is confidential and may
> be legally privileged. Only intended recipients are authorized to use
> it. E-mail transmissions are not guaranteed to be secure or error free
> and sender does not accept liability for such errors or omissions. The
> company will not accept any liability in respect of such communication
> that violates our e-Mail Policy.
> Report any abuse to: ab...@cmgm.com.ve
> We are RFC 2142 compliant (http://www.rfc-editor.org/rfc/rfc2142.txt)

Reply via email to