We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/game/behavior_actions.c:46:10: fatal error: src/sgi/utils/characters.h: No such file or directory 46 | #include "src/sgi/utils/characters.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:1093: build/us_pc/src/game/behavior_actions.o] Error 1 make: *** Waiting for unfinished jobs.... cc -c -O2 -I include -I build/us_pc -I build/us_pc/include -I src -I . -DRAPI_GL=1 -DWAPI_SDL2=1 -DAAPI_SDL2=1 -DCAPI_SDL2=1 -DHAVE_SDL2=1 sdl2-config --cflags -DVERSION_US -D_LANGUAGE_C -DNON_MATCHING -DAVOID_UB -DF3DEX_GBI_2E -fno-strict-aliasing -fwrapv -DTOUCH_CONTROLS -DEXT_OPTIONS_MENU -o build/us_pc/src/game/envfx_snow.o src/game/envfx_snow.c cc -c -O2 -I include -I build/us_pc -I build/us_pc/include -I src -I . -DRAPI_GL=1 -DWAPI_SDL2=1 -DAAPI_SDL2=1 -DCAPI_SDL2=1 -DHAVE_SDL2=1 sdl2-config --cflags -DVERSION_US -D_LANGUAGE_C -DNON_MATCHING -DAVOID_UB -DF3DEX_GBI_2E -fno-strict-aliasing -fwrapv -DTOUCH_CONTROLS -DEXT_OPTIONS_MENU -o build/us_pc/src/game/game_init.o src/game/game_init.c cc -c -O2 -I include -I build/us_pc -I build/us_pc/include -I src -I . -DRAPI_GL=1 -DWAPI_SDL2=1 -DAAPI_SDL2=1 -DCAPI_SDL2=1 -DHAVE_SDL2=1 sdl2-config --cflags -DVERSION_US -D_LANGUAGE_C -DNON_MATCHING -DAVOID_UB -DF3DEX_GBI_2E -fno-strict-aliasing -fwrapv -DTOUCH_CONTROLS -DEXT_OPTIONS_MENU -o build/us_pc/src/game/camera.o src/game/camera.c
sdl2-config --cflags
It seems like a file is missing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
src/game/behavior_actions.c:46:10: fatal error: src/sgi/utils/characters.h: No such file or directory
46 | #include "src/sgi/utils/characters.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:1093: build/us_pc/src/game/behavior_actions.o] Error 1
make: *** Waiting for unfinished jobs....
cc -c -O2 -I include -I build/us_pc -I build/us_pc/include -I src -I . -DRAPI_GL=1 -DWAPI_SDL2=1 -DAAPI_SDL2=1 -DCAPI_SDL2=1 -DHAVE_SDL2=1
sdl2-config --cflags
-DVERSION_US -D_LANGUAGE_C -DNON_MATCHING -DAVOID_UB -DF3DEX_GBI_2E -fno-strict-aliasing -fwrapv -DTOUCH_CONTROLS -DEXT_OPTIONS_MENU -o build/us_pc/src/game/envfx_snow.o src/game/envfx_snow.ccc -c -O2 -I include -I build/us_pc -I build/us_pc/include -I src -I . -DRAPI_GL=1 -DWAPI_SDL2=1 -DAAPI_SDL2=1 -DCAPI_SDL2=1 -DHAVE_SDL2=1
sdl2-config --cflags
-DVERSION_US -D_LANGUAGE_C -DNON_MATCHING -DAVOID_UB -DF3DEX_GBI_2E -fno-strict-aliasing -fwrapv -DTOUCH_CONTROLS -DEXT_OPTIONS_MENU -o build/us_pc/src/game/game_init.o src/game/game_init.ccc -c -O2 -I include -I build/us_pc -I build/us_pc/include -I src -I . -DRAPI_GL=1 -DWAPI_SDL2=1 -DAAPI_SDL2=1 -DCAPI_SDL2=1 -DHAVE_SDL2=1
sdl2-config --cflags
-DVERSION_US -D_LANGUAGE_C -DNON_MATCHING -DAVOID_UB -DF3DEX_GBI_2E -fno-strict-aliasing -fwrapv -DTOUCH_CONTROLS -DEXT_OPTIONS_MENU -o build/us_pc/src/game/camera.o src/game/camera.cIt seems like a file is missing
The text was updated successfully, but these errors were encountered: