-
Notifications
You must be signed in to change notification settings - Fork 40
Description
konnor@konnor:/Downloads/linux-csgo-external-master$ cmake ./Downloads/linux-csgo-external-master$ make[ 20%] Building CXX object CMakeFiles/csgo_external.dir/log.cpp.o
-- Configuring done
-- Generating done
-- Build files have been written to: /home/konnor/Downloads/linux-csgo-external-master
konnor@konnor-MS-7721:
In file included from /home/konnor/Downloads/linux-csgo-external-master/log.hpp:3:0,
from /home/konnor/Downloads/linux-csgo-external-master/log.cpp:1:
/usr/include/c++/4.8/string:38:28: fatal error: bits/c++config.h: No such file or directory
#include <bits/c++config.h>
^
compilation terminated.
make[2]: *** [CMakeFiles/csgo_external.dir/log.cpp.o] Error 1
make[1]: *** [CMakeFiles/csgo_external.dir/all] Error 2
make: *** [all] Error 2
konnor@konnor:~/Downloads/linux-csgo-external-master$
How can I fix this, I know i'm a noob :'(