$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-12-07 07:15:10
Vladimir Prus wrote:
> I wonder if it's caused by this:
>
> feature.compose <parallelism>fake :
> <library>$(CVSTOP)/fake_mpi//libfake_mpi/<parallelism>none ;
>
> CVSTOP = [ modules.peek : CVSTOP ] ;
>
> You use CVSTOP before definition. If I use:
of course! I've been looking for the problem for over a day now and it's
just the silly CVSTOP that is used before definition. Silly me.
Well thanks. Now it seems to work fine!!!!