[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: Martin Tomes <lists_at_tomes.org>
Date: 2004-12-22 09:49:48 CET

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:-)

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
The Subversion Wiki is at http://www.subversionary.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 22 09:52:25 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.