Boost logo

Boost Testing :

From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-06-06 15:33:24


On 6/6/05, Jonathan Turkanis <technews_at_[hidden]> wrote:
> Caleb,
>
> bzip2_test.cpp is failing on your system, apparently because the libbz2 headers
> (and possibly the binaries) are either not available or not in a standard
> location.
>
> If you have time, would you please do one of the following:
>
> - set the variable NO_BZIP2 to 1 (easiest)
> - look to see if libbz2 is installed on your system, and if so set
> - BZIP_INCLUDE to the location of the header bzlib.h
> - BZIP_LIBPATH to the location of libbz2.a and libbz2.so
> - install libbz2
>
> Since your toolsets are not marked as required, it's fine with me if you do none
> of the above if you're too busy.

I just marked gcc on sunos as required and chose option 1. It appears
that the admins have installed an older version of bzip2 on this
system, so including "blib.h" works, but it is missing some macros and
function prototypes. Just skipping the test seems to be the best
choice.

This will be reflected in tomorrow's run.

-- 
Caleb Epstein
caleb dot epstein at gmail dot com

Boost-testing list run by mbergal at meta-comm.com