Page 1 of 1

What is IL/il?

Posted: 24 Jul 2007, 21:54
by Agon
I´m getting scons configure errors (Not on my computer):

Code: Select all

Checking for C++ header file IL/il.h... no
Could not find one of these headers: ['IL/il.h']
Checking for C++ header file IL/ilu.h... no
Could not find one of these headers: ['IL/ilu.h']
What package or library is this?

Posted: 24 Jul 2007, 22:13
by Kloot
DevIL, an image manipulation library (see http://openil.sourceforge.net/, most distro's have packages for it).

Posted: 24 Jul 2007, 22:13
by Auswaschbar
On my Gentoo these files are in:
* media-libs/devil
Latest version available: 1.6.7-r1
Latest version installed: 1.6.7-r1
Size of files: 2,942 kB
Homepage: http://openil.sourceforge.net/
Description: DevIL image library
License: LGPL-2.1

Posted: 24 Jul 2007, 22:17
by Agon
Thanks. I checked if it is installed and it is. Maybe the libdevil opensuse factory package is installing the things in a different folder.

installing libdevil-1.6.8rc2-7.1
installing libdevil-devel-1.6.8rc2-7.1

and scons configure:

Checking for C++ header file IL/il.h... no
Could not find one of these headers: ['IL/il.h']
Checking for C++ header file IL/ilu.h... no
Could not find one of these headers: ['IL/ilu.h']

Posted: 25 Jul 2007, 16:32
by Tim Blokdijk
Agon wrote:Thanks. I checked if it is installed and it is. Maybe the libdevil opensuse factory package is installing the things in a different folder.
...
I think that's the problem.