
26 Nov
2005
26 Nov
'05
10:05 p.m.
"Paul A Bristow" <pbristow@hetp.u-net.com> wrote in message news:E1Eeyor-00040R-NP@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