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 138542 - headers installed in wrong directory (Makefile.am error)
headers installed in wrong directory (Makefile.am error)
Status: RESOLVED NOTABUG
Product: libcroco
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libcroco maintainers
libcroco maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-30 18:47 UTC by Stephane Loeuillet
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Stephane Loeuillet 2004-03-30 18:47:02 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
Comment 1 Stephane Loeuillet 2004-03-30 19:32:32 UTC
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>