Hello,

The ball has been tackled a bit further, but that rabbit hole is deep.
That one is for Rafi.

Symptom:
In file included from coders/pango.c:71:0:
/opt/csw/include/pango-1.0/pango/pangocairo.h:26:19: fatal error: cairo.h: No such file or directory
 #include <cairo.h>

The configure script called:
$ /opt/csw/bin/pkg-config --cflags "cairo-svg"
sh: gnome-config: introuvable
Package libpng was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpng.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libpng', required by 'cairo', not found

The cause is in cairo.pc:
Requires.private: gobject-2.0 glib-2.0 pixman-1 >= 0.16.0 fontconfig >= 2.2.95 freetype2 >= 9.7.3 libpng xrender >= 0.6 x11 xext

It has to be modified in the cairo_dev package to match the library used, eg it should be «libpng15» here (so it picks up libpng15.pc).


Laurent


Le 2015/05/11 14:34 +0200, Riccardo Mottola a écrit:
Hi,

especially for Laurent: I was finally able to do a libpng-15 respin with
its dev versioned dev package.
The dev-package is really minimal but I hope it is enough? IN case
please add yourself or tell me which precise file to add, one by one,
explicitely.

I uploaded it successully, perhaps they can be already installed on the
buildfarm

I am still working on the 16 package: I get a strange error I didn't get
in the unversioned one and it makes no sense since I did not change
anything in the content of the packages when versioning. I am doing a
total clean build on all platforms and it takes a lot of time.

Riccardo




Reply via email to