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