edopro
edopro copied to clipboard
Problems linking irrlicht
Hi, I was trying to package this project for nixos and I ran into a problem of being unable to include the needed files from irrlicht, It seems like this file is included from here
Linking clzma
libeffect.cpp
==== Building ygoprodll (debug_x64) ====
Creating ../obj/x64/Debug/ygoprodll
CConfigMap.cpp
In file included from ../gframe/CGUISkinSystem/CConfigMap.cpp:1:
../gframe/CGUISkinSystem/CConfigMap.h:4:10: fatal error: irrMap.h: No such file or directory
4 | #include <irrMap.h>
| ^~~~~~~~~~
compilation terminated.
make[1]: *** [ygoprodll.make:279: ../obj/x64/Debug/ygoprodll/CConfigMap.o] Error 1
make: *** [Makefile:62: ygoprodll] Error 2
libduel.cpp
I tried setting the cflags with the following command, but I'm not sure if this project even uses cflags.
export CFLAGS="-I${irrlicht}/include/irrlicht/*"