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

RE: Neon build problems on win32

From: D.J. Heap <djheap_at_dhiprovo.com>
Date: 2003-07-29 17:17:26 CEST

Zlib's static library is not called zlibstat.lib by default (at least on
Windows). Just copy the static library (zlib.lib usually) to
zlibstat.lib. I'm not sure why neon expects it to be zlibstat.lib --
that must be what it is called on other systems?

For the other error, it sounds like a static library of openssl needs to
be built -- neither subversion nor neon will build it. I've never tried
building openssl as a static lib.

The bat file should have been generated with the right stuff (although
I'm not sure about a static openssl) if you passed the --with-zlib and
--with-openssl options to gen-make.py.

DJ

-----Original Message-----
From: Alexander Mueller [mailto:Alexander.Mueller@littleblue.de]
Sent: Tuesday, July 29, 2003 8:53 AM
To: dev
Subject: Neon build problems on win32

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

**********************************************************************
This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to
whom they are addressed. If you have received this email
in error please notify the system manager.

This footnote also confirms that this email message has been
swept by MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 29 17:18:20 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.