ondra-novak / mmbot

Market Making trading bot for cryptomarkets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chyba při kompilaci

seekaaj opened this issue · comments

commented

Dobrý den,

po poslední aktualizaci končí příkaz ./update následující chybovou hláškou:

[ 34%] Building CXX object src/main/CMakeFiles/mmbot.dir/btstore.cpp.o
/home/inspiration/mmbot/src/main/btstore.cpp:10:10: fatal error: filesystem: No such file or directory
#include
^~~~~~~~~~~~
compilation terminated.
src/main/CMakeFiles/mmbot.dir/build.make:950: recipe for target 'src/main/CMakeFiles/mmbot.dir/btstore.cpp.o' failed
make[2]: *** [src/main/CMakeFiles/mmbot.dir/btstore.cpp.o] Error 1
CMakeFiles/Makefile2:236: recipe for target 'src/main/CMakeFiles/mmbot.dir/all' failed
make[1]: *** [src/main/CMakeFiles/mmbot.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2

prosím o verzi gcc
(gcc --version případně c++ --version)

dal jsem tam teď commit, ve kterém jsem to zkusil v gcc 8,9,10 a clang 8,9,10,11,12

některé clangy měly nějaké warning, ale jinak všechno prošlo

commented

gcc --version
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0

c++ --version
c++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0

commented

Ten nový commit už funguje.