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. br...@wandisco.com

Reply via email to