Well. I am trying to build on Windows with ZLib (1.1.4) and OpenSSL
(0.9.7b).
May directory layout:
D:\Projekte
+-subversion-0.26.0
+-zlib-1.1.4
\-openssl-0.9.7b
So I added the following lines to build_neon.bat:
@rem
**************************************************************************
@rem OpenSSL support
set OPENSSL_SRC=D:\Projekte\openssl-0.9.7b
set OPENSSL_STATIC=yes
set ZLIB_SRC=D:\Projekte\zlib-1.1.4
set ZLIB_STATIC=yes
And these are the results when running build_neon.bat:
$ ./build_neon.bat release
nmake /f neon.mak ALL EXPAT_FLAGS="/I ../apr-util/xml/expat/lib /D
HAVE_EXPAT /D HAVE_EXPAT_H"
NMAKE : fataler Fehler U1073: '"D:\Projekte\zlib-1.1.4\zlibstat.lib"'
konnte nicht erstellt werden
Stop.
$ ./build_neon.bat debug
nmake /f neon.mak ALL EXPAT_FLAGS="/I ../apr-util/xml/expat/lib /D
HAVE_EXPAT /D HAVE_EXPAT_H" DEBUG_BUILD=Aye
NMAKE : fataler Fehler U1073: '"D:\Projekte\zlib-1.1.4\zlibstat.lib"'
konnte nicht erstellt werden
Stop.
I can comment out the OPENSSL_SRC and ZLIB_SRC settings and everything
works fine. But with only ZLIB support switched on I get the error
above and with only OPENSSL support switch on I get the following error:
--------------------Konfiguration: neon - Win32 Debug--------------------
nmake /f neon.mak ALL EXPAT_FLAGS="/I ../apr-util/xml/expat/lib /D
HAVE_EXPAT /D HAVE_EXPAT_H" DEBUG_BUILD=Aye
NMAKE : fatal error U1073:
'D:\Projekte\openssl-0.9.7b\out32\libeay32.lib' konnte nicht erstellt
werden
Stop.
libneonD.lib - 1 Fehler, 0 Warnung(en)
Anybody any clue?
Xela
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 29 16:56:44 2003