bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pango


From: Ludovic Courtès
Subject: Re: Pango
Date: Sat, 15 Jun 2013 15:17:14 +0200
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Andreas Enge <address@hidden> skribis:

> The include files for pango reside in
>    include/pango-1.0/pango/
> Then the main include file
>    include/pango-1.0/pango/pango.h
> includes lines like
>    #include <pango/pango-attributes.h>
> without the pango-1.0.
>
> I see three solutions:
>
> One can modify the CPATH to include pango-1.0; I do not know how to do this 
> automatically so that each and every dependency of pango profits from it.
>
> One can modify each header file (of gtk+, for instance) including 
> pango/pango.h to include pango-1.0/pango/pango.h instead, which would be 
> rather tedious in the long run.
>
> Or one can add a symlink
>    pango -> pango-1.0/pango

Here’s a fourth one: do not change anything.  :-)

Normally pango-1.0.pc has -I.../include/pango-1.0 in its Cflags, doesn’t it?

That is a common convention for “parallel installability”, and it
requires users to use pkg-config to find out what the right -I flags
are.

HTH,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]