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

Unresolved external symbols

From: Robert Dailey <rcdailey_at_gmail.com>
Date: Sat, 8 Aug 2009 19:56:51 -0500

I'm writing a simple test app that uses the SVN library. When I compile it,
I get this:
1>libsvn_subr-1.lib(md5.obj) : warning LNK4217: locally defined symbol
_apr_palloc_at_8 imported in function _svn_md5__digests_match
1>libsvn_subr-1.lib(sha1.obj) : warning LNK4217: locally defined symbol
_apr_palloc_at_8 imported in function _svn_sha1__digests_match
1>libsvn_subr-1.lib(dirent_uri.obj) : warning LNK4049: locally defined
symbol _apr_palloc_at_8 imported
1>libsvn_subr-1.lib(time.obj) : warning LNK4049: locally defined symbol
_apr_palloc_at_8 imported
1>libsvn_subr-1.lib(username_providers.obj) : warning LNK4049: locally
defined symbol _apr_palloc_at_8 imported

I'm linking against the following:

   apr-1.lib
   aprutil-1.lib
   ws2_32.lib
   libsvn_client-1.lib
   libsvn_subr-1.lib
   libsvn_wc-1.lib

Also note that I am on Windows. apr-1.lib should have the symbols that it is
saying it cannot find. I don't understand why this won't work. If I haven't
provided enough information I apologize. Please ask for whatever you need
and I'll provide it.

---------
Robert Dailey

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2381778

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-09 02:58:46 CEST

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.