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

Re: Linker errors on MSVC9

From: void pointer <rcdailey_at_gmail.com>
Date: Thu, 4 Dec 2008 13:56:29 -0600

On Thu, Dec 4, 2008 at 1:53 PM, D.J. Heap <djheap_at_gmail.com> wrote:
>
> You are building a program that uses the Subversion API's, correct?
>
> I don't know why those API's are missing from the libraries and I'll
> look at it when I can (I suspect they aren't being exported correctly
> or something), but is there a specific reason you want to use the
> static libraries rather than the libsvn_* dynamic link libraries?
>
> The dynamic link libraries are much more commonly used and are quite a
> bit easier to deal with although you may have to deploy the Subversion
> (and support) dll's with your program if you can't depend on an
> existing Subversion installation.

The DLLs for the libsvn_ import libraries were not packaged with the svn
1.5.4 win32 package I downloaded, which contained precompiled binaries for
SVN API as well as apr, neon, and its other dependencies. This is why I use
the static libs.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=979790
Received on 2008-12-04 20:56:58 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.