David C. Rankin, il 02/11/2009 21:33, scrisse:

> Brain Found,
> 
>       The following worked fine:

I'm sure this has worked, but:

> PKG_CONFIG_PATH=/usr/bin/pkg-config

/usr/bin/pkg-config is an executable, not a pkg-config path.
the default value is PKG_CONFIG_PATH=/usr/lib/pkgconfig, so you should
modify it when you need to add some dir which contains .pc files that
would never be found, e.g. something like this:
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig

however this is not the case, because since imlib2 was installed with
--prefix=/usr, if an imlib2.pc would be in your system it would
certainly be in /usr/lib/pkgconfig (i.e. the default value).

> IMLIB2_CFLAGS="-I/usr/lib" 
>

AFAIK a PACKAGE_CFLAGS variable should be set to a directory containing
header files for that PACKAGE, so in this case the correct value for
this should have been IMLIB2_CFLAGS=-I/usr/include.

-- 
      Massimo Maiurana         massimo<at>ragusa.linux.it
      http://massimo.solira.org       GPG keyID #7044D601

Articolo 33 - [...]Enti e privati hanno il diritto di istituire
scuole ed istituti di educazione, senza oneri per lo Stato.[...]

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to