You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by 'Stefan Sperling' <st...@elego.de> on 2014/03/13 14:34:07 UTC

Re: SVN_INTL_LIBS is not defined

On Thu, Mar 13, 2014 at 01:19:18PM +0100, Bert Huijben wrote:
> It is at least used by the Windows build for dependency tracking. It uses $(SVN_*_LIBS) as pointer to dependency definitions by parsing this argument.

Can you show me files in which it is used?

> Perhaps the value should be properly defined on !Windows as well instead of handling it magically in several scripts.

Sure. We could move -lint into SVN_INTL_LIBS instead of LIBS.
Perhaps that was the intention in the first place.

RE: SVN_INTL_LIBS is not defined

Posted by Bert Huijben <be...@qqmail.nl>.

> -----Original Message-----
> From: 'Stefan Sperling' [mailto:stsp@elego.de]
> Sent: donderdag 13 maart 2014 14:34
> To: Bert Huijben
> Cc: 'Branko Čibej'; dev@subversion.apache.org
> Subject: Re: SVN_INTL_LIBS is not defined
> 
> On Thu, Mar 13, 2014 at 01:19:18PM +0100, Bert Huijben wrote:
> > It is at least used by the Windows build for dependency tracking. It
uses
> $(SVN_*_LIBS) as pointer to dependency definitions by parsing this
> argument.
> 
> Can you show me files in which it is used?

build/generator/gen_win.py has a line
for elib in re.findall('\$\(SVN_([^\)]*)_LIBS\)', dep.external_lib):
(currently line 892)

> > Perhaps the value should be properly defined on !Windows as well instead
> of handling it magically in several scripts.
> 
> Sure. We could move -lint into SVN_INTL_LIBS instead of LIBS.
> Perhaps that was the intention in the first place.

	Bert