Created
April 13, 2015 16:01
-
-
Save mcallaway/f21068454a959b798806 to your computer and use it in GitHub Desktop.
joinx fails to build on trusty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mcallawa@mcallawa-trusty:~/git/joinx/build$ make | |
Scanning dependencies of target boost-1.56 | |
[ 0%] Creating directories for 'boost-1.56' | |
[ 1%] Performing download step (DIR copy) for 'boost-1.56' | |
[ 1%] No patch step for 'boost-1.56' | |
[ 2%] No update step for 'boost-1.56' | |
[ 3%] Performing configure step for 'boost-1.56' | |
Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2 | |
Detecting Python version... 2.7 | |
Detecting Python root... /usr | |
Unicode/ICU support for Boost.Regex?... not found. | |
Backing up existing Boost.Build configuration in project-config.jam.1 | |
Generating Boost.Build configuration in project-config.jam... | |
Bootstrapping is done. To build, run: | |
./b2 | |
To adjust configuration, edit 'project-config.jam'. | |
Further information: | |
- Command line help: | |
./b2 --help | |
- Getting started guide: | |
http://www.boost.org/more/getting_started/unix-variants.html | |
- Boost.Build documentation: | |
http://www.boost.org/boost-build2/doc/html/index.html | |
[ 4%] Performing build step for 'boost-1.56' | |
make[2]: *** [vendor/src/boost-1.56-stamp/boost-1.56-build] Error 1 | |
make[1]: *** [CMakeFiles/boost-1.56.dir/all] Error 2 | |
make: *** [all] Error 2 |
Author
mcallaway
commented
Apr 13, 2015
Problem was missing libbz2-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment