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

Linking to libsvn_client?

From: Andrew Smith <asmith15_at_littlesvr.ca>
Date: Sun, 15 Jun 2008 01:58:13 -0400

Hi

I'd like to make an application that's (among other things) a subversion
client.

How do I go about linking to it? I can include svn_client.h, and build
with `apr-1-config --flags --cppflags --includes`. But when it comes to
linking, I get a million errors like:
"subversion-1.4.6/subversion/libsvn_client/checkout.c:56: undefined ref
erence to `svn_wc_init_traversal_info'"

I'm trying to link directly to
subversion/libsvn_client/.libs/libsvn_client-1.a as all I need is the
client.

Is there documentation for developers like me? I'll go read it instead
of bothering you :)

Thanks,

Andrew

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-15 16:23:56 CEST

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.