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

Re: Subversion API

From: Stefan Hett <stefan_at_egosoft.com>
Date: Wed, 23 Sep 2015 12:08:39 +0200

Hi Andreas,
> Hello,
>
> I want to write a client application that uses the Subversion API. I
> downloaded svn-win32-1.8.13_dev.
> I tried to compile and link some code from the example
> minimal_client.c with Embarcadero RadStudio XE 6. The code compiles
> but fails to link because the file SVN.lib cannot be found.
> I searched that file on my computer but cannot find it. Where can I
> get that file?
>
> Mit freundlichen Grüßen
>
> Andreas Friedrich
>
If you are refering here to the win32svn distribution, then pls note
that this is built using VC6. I'm not sure whether this will be
compatible with ur build environment or whether u have to rebuild SVN on
ur environment urself.
If the later, please refer to the INSTALL doc in the subversion source
as a starter on how to build the SVN libs.

I'm also not sure why ur build environment is looking for an SVN.lib
file. You need to check that urself I guess. The Win32SVN distribution
contains all its prebuilt libraries in the lib folder. libsvn libraries
are split in different separate libraries there. You might have to link
against all of these or a subset, depending on what u are actually
compiling.

-- 
Regards,
Stefan Hett
Received on 2015-09-23 12:08:51 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.