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

Re: svn commit: r1574710 - in /subversion/trunk: ./ build/generator/ build/generator/templates/ subversion/libsvn_auth_gnome_keyring/ subversion/libsvn_auth_kwallet/ subversion/libsvn_client/ subversion/libsvn_delta/ subversion/libsvn_diff/ subversion/lib

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 6 Mar 2014 13:00:17 +0100

On Thu, Mar 06, 2014 at 10:34:33AM +0100, Branko Čibej wrote:
> On 06.03.2014 10:13, Bert Huijben wrote:
> >> + if lib_dep == 'intl':
> >> + # this library seems to be used only by the windows build, skip it
> >> + continue
> > I would guess this is also used on unix when NLS is enabled?
> >
> > Or is it assumed that gettext is part of the system libraries?
>
> Of course we use libintl on Unix, and we can't assume it's a system
> library. It's not on OSX, which is very much Unix, for example.

I couldn't find any definition for $(SVN_INTL_LIBS), referenced in
build.conf here:

[intl]
type = lib
external-lib = $(SVN_INTL_LIBS)

This led me to the conclusion that $(SVN_INTL_LIBS) is not defined
on *nix. But perhaps that conclusion is wrong, and I'm supposed to
see such a definition somewhere? Or is it only defined in some
circumstances?
Received on 2014-03-06 13:00:55 CET

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.