blt4linux / blt4l

PAYDAY 2 SteamOS/Linux LUA loader.
Other
57 stars 14 forks source link

erro while trying to make #106

Closed biennaal closed 6 years ago

biennaal commented 6 years ago

guys Im getting the following error while making the project

$ make
[  6%] Building CXX object CMakeFiles/blt_loader.dir/src/event.cc.o
In file included from /home/bienna/blt4l/src/event.cc:1:
/home/bienna/blt4l/include/blt/event.hh:3:10: fatal error: 'deque' file not
      found
#include <deque>
         ^~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/blt_loader.dir/build.make:76: CMakeFiles/blt_loader.dir/src/event.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/blt_loader.dir/all] Error 2
make: *** [Makefile:84: all] Error 2

Im using arch(i tried to install from aur but the links are outdated it gives error 404)

RomanHargrave commented 6 years ago

you are missing important C++ headers or your build environment is mis-configured.

Please ensure that you have installed the necessary software on your system. I do not use and am not familiar with the Arch Linux package ecosystem. I suggest you consult the forums or IRC for distribution specific advice on compiling C++ software.

Once you are sure that this error is not due to system misconfiguration, please reopen this issue (do not create another one) and let us know what steps you took and where you are at now, and we will try to help.

CC @zekesonxx WRT Im using arch(i tried to install from aur but the links are outdated it gives error 404)

biennaal commented 6 years ago

well apparently arch dont need/have that libraries so it doesnt have it on repositories, however if install libc++ from aur it solves the problems