24 Sep
2015
24 Sep
'15
9:37 p.m.
On 09/24/2015 04:40 PM, Karen Shaeffer wrote:
#include "bzlib.h" // Julian Seward's "bzip.h" header. ^ compilation terminated.
"g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_IOSTREAMS_DYN_LINK=1 -DBOOST_IOSTREAMS_USE_DEPRECATED -DNDEBUG -I"." -c -o "bin.v2/libs/iostreams/build/gcc-4.8/release/threading-multi/bzip2.o" "libs/iostreams/src/bzip2.cpp" [snip]
Is that expected?
thanks, Karen Yes. It means you don't have the required dependency. In this case `libbz2-dev`
Install or configure it away. See the getting started guide (or perhaps stackoverflow.com etc.)