Hi,
I can't make out if you are building subversion or not. If you are not building
subversion then you should be able to get the intl3_svn.lib from the same place you
got the svn_subr-1.lib.
If you are building the subversion libraries then I have found it easiest to suppress the
foreign languages altogether while testing by making sure that ENABLE_NLS is not
defined in svn_private_config.hw ( or svn_private_config.h).
hope this helps
Alan Wood
On 3 Dec 2008 at 17:47, void pointer wrote:
>
> Hi,
>
> I'm currently trying to compile the subversion API for 1.5.4 and I'm getting linker errors on MSVC9:
>
> 1>svn_subr-1.lib(validate.obj) : error LNK2001: unresolved external symbol
> __imp__libintl_dgettext
> 1>svn_wc-1.lib(relocate.obj) : error LNK2001: unresolved external symbol __imp__libintl_dgettext
> 1>svn_wc-1.lib(log.obj) : error LNK2001: unresolved external symbol __imp__libintl_dgettext
>
> After doing some Googling, I figured out that I need intl3_svn.lib. I really don't want to have to build
> Subversion to get this, since I'm on windows and that would take hours. Is there a precompiled one for SVN
> 1.5.4 somewhere I can use? Thanks.
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=979240
Received on 2008-12-04 02:04:24 CET