$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (wasti_at_[hidden])
Date: 2008-07-23 10:13:25
Beman Dawes wrote:
> What is the setup to run Boost.iostreams tests on Ubuntu?
>
> My usual release test setup fails for three of the iostreams tests
> with the compiler error:
>
> ../libs/iostreams/src/zlib.cpp:19:76: error: zlib.h: No such file or
> directory
>
> I have installed zlib on my system, indeed there seem to be a number
> of copies installed at different locations.
Do you have zlib-dev installed? Ubuntu separates the headers from the
libraries.
Sebasitan