Boost logo

Boost-Build :

From: savapedro (savapedro_at_[hidden])
Date: 2004-12-05 12:43:54


--- In jamboost_at_[hidden], Rene Rivera <grafik.list_at_r...>
wrote:
> indrikis wrote:
> >
> > Has anyone succeeded in installing the Boost library with
Microsoft
> > Visual C++?
>
> Please be more specific as to which MSVC++ ... Version,
configuration, etc.
>
>
> --
> -- Grafik - Don't Assume Anything
> -- Redshift Software, Inc. - http://redshift-software.com
> -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq

In my case, Visual C++ 6.0, on a Windows XP SP2.
The output I get is shown below:

------------------------------------------------------
>cd C:\Boost
>bjam "-sTOOLS=msvc" install

---------------------------------------------------------------------
skipping Boost.Python library build due to missing or incorrect
configuration

couldn't find Python.h in "c:/tools/python/include"

You can configure the location of your python installation by
setting:
PYTHON_ROOT - currently "c:/tools/python"
PYTHON_VERSION - The 2-part python Major.Minor version number (e.g.
"2.2", NOT "2.2.1") - currently "2.2"

The following are automatically configured from PYTHON_ROOT if not
otherwise set:

PYTHON_LIB_PATH - path to Python library object; currently
"c:/tools/python/libs"
---------------------------------------------------------------------
...found 10270 targets...
...updating 3698 targets...
FileClone C:\Boost\lib\boost_date_time-vc6-mt-gd-1_32.lib
FileClone C:\Boost\lib\boost_regex-vc6-mt-gd-1_32.lib
vc-C++
bin\boost\libs\serialization\build\libboost_serialization.lib\msvc\de
bug\runtime-link-static\xml_grammar.obj
xml_grammar.cpp
C:\Boost\boost/spirit/core/config.hpp(56) : fatal error C1189:
#error : "Compiler not supported. See note in
<boost/spirit/core/config.hpp>"

CALL "c:\Program Files\Microsoft Visual Studio\VC98
\bin\VCVARS32.BAT" >nul
"c:\Program Files\Microsoft Visual Studio\VC98\bin\cl" /Zm800 -
nologo /EHsc -c -
DBOOST_TEST_NO_AUTO_LINK=1 /Z7 /Od /Ob0 /EHsc /GR /MLd -Gy -
I"bin\boost\libs\serialization\build" -I"C:\Boost" -
Fo"bin\boost\libs\serialization\build\libboost_serialization.lib\msvc
\debug\runtime-link-static\xml_grammar.obj" -
Tp"C:\Boost\libs\serialization\build\../src/xml_grammar.cpp"

...failed vc-C++
bin\boost\libs\serialization\build\libboost_serialization.lib\msvc\de
bug\runtime-link-static\xml_grammar.obj...
vc-C++
bin\boost\libs\serialization\build\libboost_serialization.lib\msvc\de
bug\runtime-link-static\xml_iarchive.obj
xml_iarchive.cpp
Terminate batch job (Y/N)? ...interrupted
...failed updating 1 target...
...updated 2 targets...
>

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk