NewInWOM2 0 Report post Posted December 17, 2020 When i try compiling my source give me this errors [email protected]:/usr/src/Source/Server2/game/src # gmake clean cleaning ../game_r41287 .obj [email protected]:/usr/src/Source/Server2/game/src # gmake dep Note: gcc autodepend is autodetected, so target dep skipped [email protected]:/usr/src/Source/Server2/game/src # gmake -j4 compiling attr_transfer.cpp compiling BattleArena.cpp compiling FSM.cpp compiling MarkConvert.cpp compiling MarkImage.cpp In file included from MarkManager.h:4, from MarkConvert.cpp:2: MarkImage.h:4:10: fatal error: IL/il.h: No such file or directory #include <IL/il.h> ^~~~~~~~~ compilation terminated. gmake: *** [Makefile:183: .obj/MarkConvert.o] Error 1 gmake: *** Waiting for unfinished jobs.... In file included from MarkImage.cpp:2: MarkImage.h:4:10: fatal error: IL/il.h: No such file or directory #include <IL/il.h> ^~~~~~~~~ compilation terminated. gmake: *** [Makefile:183: .obj/MarkImage.o] Error 1 Someone can help me plz Quote Share this post Link to post Share on other sites
0 NazoX 1,250 Report post Posted December 18, 2020 Markimage.h you have a problem, IL/il.h don't exist Whas system you add? Quote Share this post Link to post Share on other sites
When i try compiling my source give me this errors
[email protected]:/usr/src/Source/Server2/game/src # gmake clean
cleaning ../game_r41287 .obj
[email protected]:/usr/src/Source/Server2/game/src # gmake dep
Note: gcc autodepend is autodetected, so target dep skipped
[email protected]:/usr/src/Source/Server2/game/src # gmake -j4
compiling attr_transfer.cpp
compiling BattleArena.cpp
compiling FSM.cpp
compiling MarkConvert.cpp
compiling MarkImage.cpp
In file included from MarkManager.h:4,
from MarkConvert.cpp:2:
MarkImage.h:4:10: fatal error: IL/il.h: No such file or directory
#include <IL/il.h>
^~~~~~~~~
compilation terminated.
gmake: *** [Makefile:183: .obj/MarkConvert.o] Error 1
gmake: *** Waiting for unfinished jobs....
In file included from MarkImage.cpp:2:
MarkImage.h:4:10: fatal error: IL/il.h: No such file or directory
#include <IL/il.h>
^~~~~~~~~
compilation terminated.
gmake: *** [Makefile:183: .obj/MarkImage.o] Error 1
Someone can help me plz
Share this post
Link to post
Share on other sites