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

Re: Problems building 1.1.x on win

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-21 19:36:10 CEST

On Wed, 2004-07-21 at 12:28, SteveKing wrote:
> 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:

I've not tried the 1.1.x branch, but the 1.1rc1 tarball built on win32
for me without any problems. I built apache from the commandline, then
built svn after that.

>
> 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

Perhaps you should rebuild apache first?

>
> 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

Is "-t vcproj" for VS.NET? I was using "-t dsp" for VC6. Maybe your
problem is unique to VS.NET.

---------------------------------------------------------------------
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:38:16 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.