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

Re: Need to wrtie a svn Client only

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-22 10:21:48 CET

On Dec 22, 2004, at 2:49 AM, Martin Tomes wrote:

> Mubashar Ahmad wrote:
>> Hello Tony!
>> I have checked the chapter 8 and found some libs listed in the start
>> of the
>> chapter. I have included all these libraries and its headers in
>> project
>> files. But I am getting linker error.. on the svn_config_get_config or
>> svn_error_clean and some other basic functions of svn.
>> **********************************************************************
>> ****
>> SVNUpdate error LNK2019: unresolved external symbol
>> __imp__libintl_dgettext
>
> looks like you need libintl. You don't mention the platform you are
> using, if it's Linux/Unix then add -lintl, if it's Windoze you will
> have to work it out for yourself:-)
>
>

You might also want to look at the minimal_client.c example code,
sitting in /trunk/tools/examples/.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 22 10:24:37 2004

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.