$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-04-11 10:19:42
> > For some reason the msvc-stlport and vc7.1-stlport toolsets have stopped
> > working, I'm seeing a long list of bjam related errors:
>
> I'm seeing the same issue with the Intel-win32 toolset as well BTW :-(
Problem solved: the issue was triggered by my BUILD variable having a space
at the end:
export BUILD="<stlport-iostream>on <stlport-version>4.6 $BUILD"
fails when BUILD is initially empty. Looks like a bug to me?
Thanks,
John.