Skip to content

Instantly share code, notes, and snippets.

@prutz1311
Created March 30, 2017 16:34
Show Gist options
  • Save prutz1311/2bfc5a10aded243146aa90d612c4dce0 to your computer and use it in GitHub Desktop.
Save prutz1311/2bfc5a10aded243146aa90d612c4dce0 to your computer and use it in GitHub Desktop.
HFTBattle run.py error libboost_filesystem.so.1.58.0 prutz1311
root@e4b1f6ba909f:/hftbattle# python download.py
Downloading data.zip from https://www.dropbox.com/s/ko2zgwt004yejts/data.zip?dl=1:
[==================================================] 100 %
Done!
Unarchiving data.zip:
100%
Done!
root@e4b1f6ba909f:/hftbattle# python build.py
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /hftbattle/build
Scanning dependencies of target base_strategy
Scanning dependencies of target template_strategy
[100%] [100%] Building CXX object CMakeFiles/template_strategy.dir/strategies/template_strategy/template_strategy.cpp.o
Building CXX object CMakeFiles/base_strategy.dir/strategies/base_strategy/base_strategy.cpp.o
Linking CXX shared library template_strategy/libtemplate_strategy.so
Linking CXX shared library base_strategy/libbase_strategy.so
[100%] [100%] Built target template_strategy
Built target base_strategy
root@e4b1f6ba909f:/hftbattle# python run.py
Please, specify strategy name or path to your strategy config. For example:
./run.py sample_strategy
./run.py strategies/sample_strategy/sample_strategy.json
To run a duel specify path to your duel config:
./run.py duels_config.json
root@e4b1f6ba909f:/hftbattle# python run.py base_strategy
/hftbattle/linux_launcher: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment