[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: Branko Čibej <brane_at_wandisco.com>
Date: Thu, 06 Mar 2014 13:05:24 +0100

On 06.03.2014 13:00, Stefan Sperling wrote:
> 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?

It's not impossible that the NLS config is broken on non-Linux systems;
Linux doesn't require -lintl because the necessary symbols are defined
in glibc.

-- Brane

-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. brane_at_wandisco.com
Received on 2014-03-06 13:05:59 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.