Hi Ihsan,

Am 11.05.2009 um 13:15 schrieb Ihsan Dogan:
Am 10.5.2009 23:27 Uhr, Dagobert Michelsen schrieb:

Ihsan: Please test rrdtool against the current cairo and see if the error
goes away.

Configure complains, that it can't find pangocairo:

* I found a copy of pkgconfig, but there is no pangocairo.pc file around.
 You may want to set the PKG_CONFIG_PATH variable to point to its
 location.

Interesting is, that pkg-config lists pangocairo:

ih...@build8st:~$ pkg-config --list-all | grep pangocairo
pangocairo Pango Cairo - Cairo rendering support for Pango
sh: gnome-config: not found
Package xrender was not found in the pkg-config search path.
Perhaps you should add the directory containing `xrender.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xrender', required by 'Xft', not found

Didn't you had a similar issue?

Make sure you add the following lines to use X11-libraries:

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

You may also need these if supported:

CONFIGURE_ARGS += --x-include=$(prefix)/X11/include
CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$ (MM_LIBDIR))


Best regards

  -- Dago
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers

Reply via email to