Ben Stringer wrote:
On Wed, 2004-04-07 at 01:20, John Lagrue wrote:
Having pulled down the Enlightenment src rpm file, I get a wierd error
when attempting to build it:
--------------------------------------------------
[jdl] rpmbuild --rebuild enlightenment-0.16.6-1.src.rpm
Installing enlightenment-0.16.6-1.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.28448
..........
..........
checking for imlib-config... no
checking for IMLIB - version >= 1.9.8... no
*** The imlib-config script installed by IMLIB could not be found
*** If IMLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the IMLIB_CONFIG environment variable to the
*** full path to imlib-config.
ERROR: Enlightenment needs a system with Imlib 1.9.8 or higher.
---------------------------------------------------
But......
[jdl] rpm -q imlib
imlib-1.9.13-14
So what's going on?
Enlightenment wants the "imlib-config" utility. This is provided by the
imlib-devel-1.9.13-14 rpm shipped with FC1. Confirm you have this
installed. If so, confirm it is in your path. It will be in /usr/bin, if
you have installed imlib-devel from FC1.
Cheers, Ben
Yep, that did it. Thank you.
Now all that's needed is to figure out how to use it :)
JDL