$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2005-11-26 17:05:46
"Paul A Bristow" <pbristow_at_[hidden]> wrote in message
news:E1Eeyor-00040R-NP_at_he303war.uk.vianw.net...
> PS
>
> The post
>
> CMD.EXE was started with
> '\\hetp3\i$\boost_1_33_0\libs\test\build\msvc71_proj' as the current
> directory path. UNC paths
> are not supported. Defaulting to Windows directory.
Two leading backslashes cause the path to be interpreted as a UNC path
rather than a file system path. The fix is to use a single backslash.
--Beman