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

Re: intl3_svn.dll

From: D.J. Heap <djheap_at_gmail.com>
Date: 2006-06-30 02:32:02 CEST

On 6/29/06, Jens Peters <jpeters7677@gmx.de> wrote:
> D.J. Heap wrote:
> > I'm trying to build the intl3_svn.dll with VC2005 Express in order to
> > check one test failure I get (svnlook diff on property values) when
> > building with multilanguage support. I think it might be caused by
> > using 2 different C runtimes to do console output.
> >
> > Anyway, I've got gettext 0.14.4 and have applied Brane's patch but
> > gettext is looking for a header called 'relocate.h' and I can't figure
> > out where that file is supposed to come from:
>
> Using gettext 0.14.5 I never got that error. I applied Brane's patch
> manually to remove the dependencies to libiconv and the build for the
> runtime lib went just fine. I did nothing special, just followed the
> instructions from the README.woe32. I do however included the manifest
> with the mt.exe from VS2005 afterwards.

Thanks, I used 0.14.6 and got everything built and tested and it all
works as expected. There is appears to be a little compatibility
problem (an extra newline pops out) when mixing console output between
the VC2005 CRT and older CRT's -- probably due to the VC2005 CRT
locale handling or buffering or something.

Anyway, the moral is if you build with VC2005, you should build
everything with it.

Thanks!

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 30 02:32:30 2006

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.