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?