|
Boost Testing : |
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-06-06 15:10:10
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.
Jonathan