seksea / gamesneeze

CS:GO cheat for linux with a basic gdb injector
http://i-am.sekc.me
MIT License
209 stars 51 forks source link

Compile error (missing SDL.h) #127

Closed PsychoLunatix closed 2 years ago

PsychoLunatix commented 2 years ago

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 commented 2 years ago

install the dependencies lmao

seksea commented 2 years ago

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