$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2006-06-06 05:46:50
Markus Schöpflin wrote:
> Vladimir Prus wrote:
>
>> On Friday 02 June 2006 13:13, Markus Schöpflin wrote:
>
>>> When gcc is installed in a non-default location, bb.v2 sets the
>>> LD_LIBRARY_PATH when tests are executed. For example:
>>>
>>> ...
>>>
>>> This is missing when python tests are executed:
>> that's for diagnosing this! I've just comitted a fix for this to trunk and
>> branch. Can you please check that it works for you?
>
> Most of the python tests are now passing, the remaining errors are probably
> due to some header inclusion order dependency problem. I'll have a look at
> them today.
The needed fixes for this were already present on HEAD but not on
RC_1_34_0. I just merged them to the RC branch, this should clear the
remaining failures.
Markus