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

FW: Error building Subversion 1.1.0 using VS.2003?

From: Jens Peters <jpeters7677_at_gmx.de>
Date: 2004-10-03 12:27:19 CEST

Yes,
 
add libdb42.lib (Release) or libdb42d.lib (Debug) to the libaprutil (and
httpdb if you plan to build apache as wel) link dependencies (Project
properties->Linker->Input->Additional Dependencies)
 
The gen-make.py forgets these deps if you use --enable-bdb-in-apr-util.
Actually I have no idea what are the pros and cons of this switch, so if
someone knows .... : )
 
Jens

  _____

From: Sergey Popov [mailto:psg1@quest4data.com]
Sent: Sunday, October 03, 2004 12:18 PM
To: users@subversion.tigris.org
Subject: Error building Subversion 1.1.0 using VS.2003?

I try to build Subversion 1.1.0 from subversion-1.1.0.zip using VS.2003 and
I've got the following error:
 
Linking...
   Creating library .\Release/libaprutil.lib and object
.\Release/libaprutil.exp
apr_dbm_berkeleydb.obj : error LNK2019: unresolved external symbol
_db_strerror referenced in function _set_error
apr_dbm_berkeleydb.obj : error LNK2019: unresolved external symbol
_db_create referenced in function _vt_db_open
.\Release/libaprutil.dll : fatal error LNK1120: 2 unresolved externals
 
Subversion build system is too complex so I can't find the solution :)
 
Any ideas how to correct this?

Sergey Popov.
Received on Sun Oct 3 12:27:49 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.