make command não funciona “erro fatal: ../ImGUI/imgui.h: Não existe tal arquivo ou diretório”

0

Estou tentando instalar o aimtux para o csgo, mas quando uso make , ele retorna muitos erros:

$ make
[  1%] Building CXX object CMakeFiles/AimTux.dir/src/AimTux.cpp.o
In file included from /home/isaacleeh16/Desktop/AimTux-master/src/SDK/SDK.h:10:0,
                 from /home/isaacleeh16/Desktop/AimTux-master/src/interfaces.h:8,
                 from /home/isaacleeh16/Desktop/AimTux-master/src/AimTux.cpp:1:
/home/isaacleeh16/Desktop/AimTux-master/src/SDK/color.h:3:28: fatal error: ../ImGUI/imgui.h: No such file or directory
compilation terminated.
CMakeFiles/AimTux.dir/build.make:62: recipe for target 'CMakeFiles/AimTux.dir/src/AimTux.cpp.o' failed
make[2]: *** [CMakeFiles/AimTux.dir/src/AimTux.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/AimTux.dir/all' failed
make[1]: *** [CMakeFiles/AimTux.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
    
por Isaac Lee 06.05.2017 / 08:47

0 respostas