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

Problems building 1.1.x on win

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-07-21 19:28:33 CEST

Hi,

Yesterday I switched the Subversion source tree to the 1.1.x branch and
tried to build it. But every time I get a linker error in the libaprutil
project:

libaprutil error LNK2019: unresolved external symbol _db_create
referenced in function _vt_db_open
libaprutil error LNK2019: unresolved external symbol _db_strerror
referenced in function _set_error
libaprutil fatal error LNK1120: 2 unresolved externals

I followed the instructions in INSTALL. But whatever I do I can't get it
to compile.

My "configure" line to generate the project files looks like this:
python gen-make.py -t vcproj --with-openssl=..\Common\openssl
--with-zlib=..\Common\zlib --with-apr=apr --with-apr-util=apr-util
--with-apr-iconv=apr-iconv --enable-nls

First I thought that maybe the apr(-iconv/-util) folders were the
reason, so I got a fresh tarball of the 2.0.50 httpd. Didn't work either.
Next step was to recompile the berkeley db, but this didn't help either.

Any hints what could be (what I'm doing) wrong?

I'm using VS.NET2003 on XP.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 21 19:30:17 2004

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.