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

Reply via email to