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

Linker errors on MSVC9

From: void pointer <rcdailey_at_gmail.com>
Date: Wed, 3 Dec 2008 23:53:10 -0600

Hi,

When I'm compiling the subversion API, I get the following linker errors:

svn_ra-1.lib(ra_loader.obj) : error LNK2001: unresolved external symbol
_svn_ra_serf_init
svn_ra-1.lib(ra_loader.obj) : error LNK2001: unresolved external symbol
_svn_ra_serf__init
svn_ra-1.lib(ra_loader.obj) : error LNK2001: unresolved external symbol
_svn_ra_local_init
svn_ra-1.lib(ra_loader.obj) : error LNK2001: unresolved external symbol
_svn_ra_local__init
svn_ra-1.lib(ra_loader.obj) : error LNK2001: unresolved external symbol
_svn_ra_svn_init
svn_ra-1.lib(ra_loader.obj) : error LNK2001: unresolved external symbol
_svn_ra_svn__init
svn_ra-1.lib(ra_loader.obj) : error LNK2001: unresolved external symbol
_svn_ra_dav_init
svn_ra-1.lib(ra_loader.obj) : error LNK2001: unresolved external symbol
_svn_ra_neon__init

What library can these symbols be found in and where can I find the
precompiled binary for it for Windows? Thanks.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=979293
Received on 2008-12-04 06:53:37 CET

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.