Skip to content
New issue

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

Compile error (missing SDL.h) #127

Closed
PsychoLunatix opened this issue Dec 15, 2021 · 2 comments
Closed

Compile error (missing SDL.h) #127

PsychoLunatix opened this issue Dec 15, 2021 · 2 comments

Comments

@PsychoLunatix
Copy link

Hello so i have recently decided to try out GameSneeze and so proceeded to install and follow instructions to compile, During compiling process i began to get errors at 5%, Here is my terminal output/// I am running Solus Linux

lunatix@psycho ~/gamesneeze $ ./toolbox.sh -b rm: cannot remove '/tmp/dumps': Operation not permitted Building cheat... -- Configuring done -- Generating done -- Build files have been written to: /home/lunatix/gamesneeze/build [ 4%] Building CXX object CMakeFiles/gamesneeze.dir/src/core/features/antiaim.cpp.o [ 4%] Building CXX object CMakeFiles/gamesneeze.dir/src/core/features/autodefuse.cpp.o [ 4%] Building CXX object CMakeFiles/gamesneeze.dir/src/core/features/backtrack.cpp.o [ 5%] Building CXX object CMakeFiles/gamesneeze.dir/src/core/features/autoaccept.cpp.o In file included from /home/lunatix/gamesneeze/src/core/features/features.hpp:2, from /home/lunatix/gamesneeze/src/core/features/autodefuse.cpp:1: /home/lunatix/gamesneeze/src/core/features/../../includes.hpp:7:10: fatal error: SDL2/SDL.h: No such file or directory 7 | #include <SDL2/SDL.h> | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/gamesneeze.dir/build.make:104: CMakeFiles/gamesneeze.dir/src/core/features/autodefuse.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /home/lunatix/gamesneeze/src/core/features/antiaim.cpp:1: /home/lunatix/gamesneeze/src/core/features/../../includes.hpp:7:10: fatal error: SDL2/SDL.h: No such file or directory 7 | #include <SDL2/SDL.h> | ^~~~~~~~~~~~ compilation terminated. In file included from /home/lunatix/gamesneeze/src/core/features/features.hpp:2, from /home/lunatix/gamesneeze/src/core/features/autoaccept.cpp:1: /home/lunatix/gamesneeze/src/core/features/../../includes.hpp:7:10: fatal error: SDL2/SDL.h: No such file or directory 7 | #include <SDL2/SDL.h> | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/gamesneeze.dir/build.make:76: CMakeFiles/gamesneeze.dir/src/core/features/antiaim.cpp.o] Error 1 make[2]: *** [CMakeFiles/gamesneeze.dir/build.make:90: CMakeFiles/gamesneeze.dir/src/core/features/autoaccept.cpp.o] Error 1 In file included from /home/lunatix/gamesneeze/src/core/features/backtrack.cpp:1: /home/lunatix/gamesneeze/src/core/features/../../includes.hpp:7:10: fatal error: SDL2/SDL.h: No such file or directory 7 | #include <SDL2/SDL.h> | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/gamesneeze.dir/build.make:118: CMakeFiles/gamesneeze.dir/src/core/features/backtrack.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/gamesneeze.dir/all] Error 2 make: *** [Makefile:91: all] Error 2

@seksea
Copy link
Owner

seksea commented Dec 15, 2021

install the dependencies lmao

@seksea seksea closed this as completed Dec 15, 2021
@seksea
Copy link
Owner

seksea commented Dec 15, 2021

idk what libsdl is on solus but find the name of the package and install it

@seksea seksea changed the title Compiling error (PLEASE HELP!!) Compile error (missing SDL.h) Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants