You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jens Peters <jp...@gmx.de> on 2004/10/02 10:06:46 UTC

Building Subversion 1.1 on win32

Hello,
 
I'm trying to build subversion on Windows with VS.Net 2003. I did this
several times with Subversion 1.0x without any major problem, but things are
different in 1.1.
 
I used the gen-make.py with the following options:
 
gen-make.py -t vcproj --with-openssl=..\Common\openssl
--with-zlib=..\Common\zlib --with-apr=..\httpd\srclib\apr
--with-apr-util=..\httpd\srclib\apr-util
--with-apr-iconv=..\httpd\srclib\apr-iconv --enable-nls
--enable-bdb-in-apr-util
 
Two problems/questions:
1. If I use the switch --enable-nls I get the following error:
..\..\..\subversion\svn_private_config.h(64) : fatal error C1083: Cannot
open include file: 'libintl.h': No such file or directory
 
 
2. I can't see projects for the httpd-modules in my solution anymore. Where
are they?
 
Any ideas?
 
Thanks and greetings,
Jens