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

Re: building on win32 (branko, you there?)

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2005-04-14 16:07:44 CEST

> Erik Huelsmann wrote:
> [snip]
> > Yes, we definitely want everything which should go into a release in
> > Release\ . Also, that makes it predictable where to look for output.
> >
> > Which commandline options do you use for gen_make?
> >
>
> python.exe .\gen-make.py -t vcproj --vsnet-version=2005
> --with-httpd=d:\projects\apache\httpd
> --with-zlib=D:\Projects\Apache\httpd\srclib\zlib
> --with-openssl=D:\Projects\Apache\httpd\srclib\openssl
> --enable-nls
>
> is what I use with an in-tree neon and db4-win32 which are autodetected.
>
> So it sounds like your build_locale.bat is not even being generated
> correctly -- I will try to reproduce with those build scripts as soon as
> I can (tonight hopefully).

Hmm. You don't seem to be using the intl3_svn library Branko provided which
doesn't have message translation built in. (And thus does not depend on
iconv.)

We use:

python gen-make.py -t dsp
 --with-httpd=..\httpd-2.0.54
 --with-berkeley-db=..\db4-win32
 --with-openssl=..\openssl-0.9.7d
 --with-zlib=..\zlib
 --with-libintl=..\svn-win32-libintl
 --enable-nls
 --enable-bdb-in-apr-util
 --with-neon=..\neon-0.24.7

I don't see any significant differences; do you?

bye,

Erik.

-- 
+++ GMX - Die erste Adresse für Mail, Message, More +++
1 GB Mailbox bereits in GMX FreeMail http://www.gmx.net/de/go/mail
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 14 16:08:34 2005

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.