After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 313427 - pango 1.9.1 example/cairoview.c needs pixman.h (private dep of cairo)
pango 1.9.1 example/cairoview.c needs pixman.h (private dep of cairo)
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
1.9.x
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2005-08-13 23:56 UTC by Stephane Loeuillet
Modified: 2005-08-14 07:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Stephane Loeuillet 2005-08-13 23:56:08 UTC
Version details: 1.9.1
Distribution/Version: Gentoo x86

install cairo 0.9.2 (that includes a copy of libpixman and does not require a
system installed one anymore)

remove libpixman from your system (as cairo now doesn't need it anymore)

try to compile pango 1.9.1

=> example/cairoview.h line 46 => #include <pixman.h>
Comment 1 Behdad Esfahbod 2005-08-13 23:58:40 UTC
That's already fixed in Pango CVS.  There's nothing we can do about the released
version of Pango.  So, either grab a CVS copy, or wait for the next release.

Thanks for the report anyway.
Comment 2 Stephane Loeuillet 2005-08-14 00:01:55 UTC
oh, sorry, i did not check CVS, you're right.

i'll keep libpixman installed as long as pango 1.10.0 is not released

should i close the bug report ?
Comment 3 Behdad Esfahbod 2005-08-14 07:42:33 UTC
I'm closing. :)