On Thursday 13 November 2003 16:13, Patrick B�rjesson wrote: > Anyone know why 'imlib2-config --cflags' points to /usr/X11R6/include > instead of /usr/include where Imlib2.h resides? There's no Imlib2.h in > /usr/X11R6/include. Is this Gentoo's problem or the > enlightenment-team's? Couldn't find anything about it on bugs.gentoo.org > which got me wondering...
`imlib2-config --cflags` returns the include paths that are needed inorder to compile something that does #include <Imlib2.h>. since Imlib2.h is installed in the system include dir (/usr/include) theres no point to doing -I/usr/include ... it also used to break gcc sometimes :) so no, it's not a bug -mike
pgp00000.pgp
Description: signature
