Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Imlib2-config pointing to wrong include-path
Date: Thu, 13 Nov 2003 21:25:51
Message-Id: 200311131626.04959.vapier@gentoo.org
In Reply to: [gentoo-dev] Imlib2-config pointing to wrong include-path by "Patrick Börjesson"
1 On Thursday 13 November 2003 16:13, Patrick Börjesson wrote:
2 > Anyone know why 'imlib2-config --cflags' points to /usr/X11R6/include
3 > instead of /usr/include where Imlib2.h resides? There's no Imlib2.h in
4 > /usr/X11R6/include. Is this Gentoo's problem or the
5 > enlightenment-team's? Couldn't find anything about it on bugs.gentoo.org
6 > which got me wondering...
7
8 `imlib2-config --cflags` returns the include paths that are needed inorder to
9 compile something that does #include <Imlib2.h>.
10 since Imlib2.h is installed in the system include dir (/usr/include) theres no
11 point to doing -I/usr/include ... it also used to break gcc sometimes :)
12
13 so no, it's not a bug
14 -mike

Replies

Subject Author
Re: [gentoo-dev] Imlib2-config pointing to wrong include-path "Patrick Börjesson" <psycho@××××××××.cx>