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