Skip to content

Errors and Fixes

Peizhao Hu edited this page Jun 4, 2019 · 9 revisions

Errors on Linux

Errors on Mac OS X

Failed to install the Boost package

Failed to build Boost. Build build engine
Consult 'bootstrap.log' for more details"
rm -rf $BOOST" command failed with exit code 1.

Refer to bootstrap.log file which can be found in: /Deps/Boost/

If you see the following log output:cc: error: unable to find utility "clang", not a developer tool or in PATH Then run

sudo xcode-select --switch /Library/Developer/CommandLineTools
Clone this wiki locally