Boost logo

Boost :

From: Anthony Williams (anthony_w.geo_at_[hidden])
Date: 2007-01-31 09:02:43


Roland Schwarz <roland.schwarz_at_[hidden]> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk