Boost logo

Boost :

Subject: Re: [boost] boost_1_59_0 build failures
From: Seth (bugs_at_[hidden])
Date: 2015-09-24 17:37:04


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.)


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk