[csw-maintainers] pango, cairo, ... xcb, ... graphviz

Dagobert Michelsen dam at opencsw.org
Wed May 13 21:47:51 CEST 2009


Hi John,

Am 13.05.2009 um 19:46 schrieb John Ellson:

> I see there is a rebuild of pango/cairo underway, so I'm guessing  
> you don't need a full bug report for this?
>
> On build8st:
>
> $ pkg-config --exists --print-errors "pangocairo >= 1.14.9"
> sh: gnome-config: not found
> Package xcb was not found in the pkg-config search path.
> Perhaps you should add the directory containing `xcb.pc'
> to the PKG_CONFIG_PATH environment variable
> Package 'xcb', required by 'cairo', not found

You need to extend the PKG_CONFIG_PATH to

   /opt/csw/X11/lib/pkgconfig     for 32 bit
   /opt/csw/X11/lib/64/pkgconfig  for 64 bit

In GAR you can do this by setting the following variables:

   EXTRA_INC = $(prefix)/X11/include
   EXTRA_LIB = $(prefix)/X11/lib
   EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib


Best regards

   -- Dago



More information about the maintainers mailing list