Regression results of JustSoftwareSolutions

@Anthony: The below result of your latest run let me believe, there still is something wrong with your settings: call "c:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT" >nul cl /Zm800 -nologo @"g:\boost\rc-1-34\results\boost\bin.v2\libs\serialization\build\msvc-6.5\debug\link-static\threading-multi\xml_wgrammar.obj.rsp" xml_wgrammar.cpp ..\boost/spirit/core/config.hpp(56) : fatal error C1189: #error : "Compiler not supported. See note in <boost/spirit/core/config.hpp>" Could you please post the content of: \boost\rc-1-34\results\boost\bin.v2\libs\serialization\build\msvc-6.5\debug\link-static\threading-multi\xml_wgrammar.obj.rsp and the content of your: user-config.jam ? Thank you, Roland

Roland Schwarz <roland.schwarz@chello.at> writes:
@Anthony:
The below result of your latest run let me believe, there still is something wrong with your settings:
call "c:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT" >nul cl /Zm800 -nologo @"g:\boost\rc-1-34\results\boost\bin.v2\libs\serialization\build\msvc-6.5\debug\link-static\threading-multi\xml_wgrammar.obj.rsp"
xml_wgrammar.cpp ..\boost/spirit/core/config.hpp(56) : fatal error C1189: #error : "Compiler not supported. See note in <boost/spirit/core/config.hpp>"
Could you please post the content of:
\boost\rc-1-34\results\boost\bin.v2\libs\serialization\build\msvc-6.5\debug\link-static\threading-multi\xml_wgrammar.obj.rsp
"..\libs\serialization\src\xml_wgrammar.cpp" -Fo"g:\boost\rc-1-34\results\boost\bin.v2\libs\serialization\build\msvc-6.5\debug\link-static\threading-multi\xml_wgrammar.obj" -TP /Z7 /Od /Ob0 /W3 /GR /MDd /GB /Op /EHs /Gy -c -DBOOST_ALL_NO_LIB=1 "-I.."
and the content of your:
user-config.jam ?
using python : 2.5 : c:/local/python25 ; using msvc : 6.5 : c:/progra~1/micros~3/vc98/bin/cl.exe ; using msvc : all ; using gcc : 3.4.0 : c:/local/mingw/bin/g++.exe ; using borland : 5.8.2 : c:/progra~1/borland/bds/4.0/bin/bcc32.exe ; using msvc : 6.5~release : c:/progra~1/micros~3/vc98/bin/cl.exe ; using msvc : 7.1~release : c:/local/vc71/bin/cl.exe ; using msvc : 8.0express~release : c:/progra~1/MID05A~1/vc/bin/cl.exe ; using gcc : 3.4.0~release : "c:/local/mingw/bin/g++.exe" ; using borland : 5.8.2~release : c:/progra~1/borland/bds/4.0/bin/bcc32.exe ; Anthony -- Anthony Williams Just Software Solutions Ltd - http://www.justsoftwaresolutions.co.uk Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL

Anthony Williams wrote:
and the content of your:
user-config.jam ?
using python : 2.5 : c:/local/python25 ;
using msvc : 6.5 : c:/progra~1/micros~3/vc98/bin/cl.exe ;
You will need to say here: using msvc : 6.5 : c:/progra~1/micros~3/vc98/bin/cl.exe : <cxxflags>-Ic:/path-to-spirit-1.6/boost ; Replace path-to-spirit-1.6 with the path to a copy of the spirit you have downloaded from source forge. Please also see my post "regression looks much better now" where I summarized all necessary steps. A similar line is needed for borland-5.8.2 too. Roland

Roland Schwarz <roland.schwarz@chello.at> writes:
Anthony Williams wrote:
and the content of your:
user-config.jam ?
using python : 2.5 : c:/local/python25 ;
using msvc : 6.5 : c:/progra~1/micros~3/vc98/bin/cl.exe ;
You will need to say here: using msvc : 6.5 : c:/progra~1/micros~3/vc98/bin/cl.exe : <cxxflags>-Ic:/path-to-spirit-1.6/boost ;
Replace path-to-spirit-1.6 with the path to a copy of the spirit you have downloaded from source forge. Please also see my post "regression looks much better now" where I summarized all necessary steps.
Thanks. I'd been holding off until the spirit setup had been sorted. I'll kick off a run with spirit 1.6 installed in a minute. Anthony -- Anthony Williams Just Software Solutions Ltd - http://www.justsoftwaresolutions.co.uk Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL
participants (2)
-
Anthony Williams
-
Roland Schwarz