You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I could just be a complete derp.
The text was updated successfully, but these errors were encountered: