AstralAbraxas
30th October 2011, 06:04 PM
I've installed DevIL image library on f14 but when I try to link it with g++ I am still getting an error stating:
fatal error: IL/IL.h: No such file or directory
As the error states I have
#include <IL/IL.h>
in my file... and I tried linking DevIL with -lIL
My only guess is that it's not installed properly. I've installed it using yum... I'm really not sure what to do in order to get it to work... When I installed it everything seemed to go ok...
I know I'm not really giving a whole lot of information to go on but I really have no idea.
fatal error: IL/IL.h: No such file or directory
As the error states I have
#include <IL/IL.h>
in my file... and I tried linking DevIL with -lIL
My only guess is that it's not installed properly. I've installed it using yum... I'm really not sure what to do in order to get it to work... When I installed it everything seemed to go ok...
I know I'm not really giving a whole lot of information to go on but I really have no idea.