$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-04-30 05:12:24
> Is there anyone in boost build community able to shed some light
> on the cause of that compilation error, and why bjam build was
> successful?
>
> I am using VC++ 6 on Windows XP.
>
> The command line that I used is as follows:
>
> cl -c -GX -Od -Ic:\devtools\boost_1_31_0 fstream_test.cpp
Worked for me with:
$ cl -GX -c -I../../../ *.cpp
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
convenience_test.cpp
default_name_check_test.cpp
fstream_test.cpp
operations_test.cpp
path_test.cpp
Generating Code...
John.