GNOME Bugzilla – Bug 138542
headers installed in wrong directory (Makefile.am error)
Last modified: 2004-12-22 21:47:04 UTC
installing libcroco 0.5.0 (saw the bug while compiling screem 0.10.0 that found it on configure stage but failed to find the libcroco.h as it is misplaced src/Makefile.am, 2 : crocoincdir = $(includedir)/libcroco/@PACKAGE@ src/Makefile.in, 104 : crocoincdir = $(includedir)/libcroco/@PACKAGE@ it would install headers in PREFIX/include/libcroco/libcroco/libcroco.h but it says PREFIX/include in .pc file so : #include <libcroco/libcroco.h> would fail gentoo bug is there : http://bugs.gentoo.org/show_bug.cgi?id=46251
as dodji told me, it's a screem bug screem should : 1) require 0.4.0 and include <libcroco.h> or 2) require 0.5.0 and include <libcroco/libcroco.h>