$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-03 06:21:42
Toon Knapen wrote:
> Vladimir Prus wrote:
> > Could you try adding this in the beginning of the same function
> > instead of the code I've posted previously:
> >
> > local p = [ modules.peek : PATH ] ;
> > ECHO PATH '$(p)' ;
> > p = [ modules.peek : Path ] ;
> > ECHO Path '$(p)' ;
> > p = [ modules.peek : path ] ;
> > ECHO path '$(p)' ;
>
> Here it is:
Interesting: the 'Path' reported here is different from what you've reported
from the registry. Maybe, you change it somewhere else? As the last test,
could you do
echo %PATH%
?
Now that I'm sure the empty value comes from 'Path' (I suspected non-existing
'path' too), I've comitted a change which should avoid the error. Could you
try it?
- Volodya