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

Re: -lintl in SVN_INTL_LIBS and LIBS

From: Branko Čibej <brane_at_wandisco.com>
Date: Sat, 15 Mar 2014 13:44:04 +0100

On 15.03.2014 12:52, Stefan Sperling wrote:
> On Sat, Mar 15, 2014 at 12:39:19PM +0100, Branko Čibej wrote:
>> On 15.03.2014 11:01, Stefan Sperling wrote:
>>> On Sat, Mar 15, 2014 at 09:56:17AM +0100, Branko Čibej wrote:
>>>> It's really simple: given the nature of our build system, you'll have to
>>>> try harder. I suggest generating the final .pc files during 'make
>>>> install' -- or a separate make target that 'make install' depends on --
>>>> not during configure time.
>>> What problem would that solve?
>> Doing this from 'make' allows you to filter the symbols to expand to
>> $(STUFF). If you can do that from configure, fine; but I believe you
>> can't avoid additional filtering in general.
> Well, apart from the -lintl problem the generated files seem fine.
> If I run into further issues down the road I'll consider generating
> them from the Makefile instead of from configure.

The -lintl "problem" is related to the fact that the symbol is specific
to the windows project file generator. You should just ignore that
symbol in the pkg-config file generator; IMO, all this churn in the code
was quite unnecessary.

Does that mean build.conf & co. are not consistent? Sure it does; but
that's nothing new.

-- Brane

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