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

Neon build problems on win32

From: Alexander Mueller <Alexander.Mueller_at_littleblue.de>
Date: 2003-07-29 16:52:56 CEST

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

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.