Errors when compiling
Opened this issue · 1 comments
jainokaine commented
Hello! I am not a pro at setting up my C environment and am spoiled by all in one IDEs.
When I try to #include "gb.h" I get an error regardless of what #define I try.
In file included from game.c:4:
gb.h:204:3: error: #error This operating system is not supported
gb.h:214:3: error: #error Unknown compiler
gb.h:250:3: error: #error Unknown CPU Type
gb.h:307:20: fatal error: dlfcn.h: No such file or directory
compilation terminated.
I could just be a complete derp.
gingerBill commented
What operating system and architecture are you using?