$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-01-26 13:05:18
Markus Schöpflin wrote:
> Vladimir Prus wrote:
>
>> In COMSOFT tests, I see failures of iostream compression tests.
>> It appears that Boost.Build/iostreams setup sees we're on Unix system
>> and assumes zlib and friends are available, while they are not.
>>
>> Markus, can you do either of:
>>
>> 1. Install development packages for zlib and bz2lib?
>> 2. Download zlib and bz2lib separately and pass their
>> locations to bjam as documented at:
>> http://boost-consulting.com/boost/libs/iostreams/doc/index.html?path=7
>
> I added
>
> -sBZIP2_INCLUDE=/usr/local/include,
> -sBZIP2_LIBPATH=/usr/local/lib,
> -sZLIB_INCLUDE=/usr/local/include, and
> -sZLIB_LIBPATH=/usr/local/zlib
>
> to --bjam-options. I hope this will work.
>
> Thanks for bringing it to my attention.
Thanks. I don't see this failure in the most recent
results anymore, so that above seems to work.
Thanks,
Volodya