Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-06-17 06:00:48


From: "Paul Mensonides" <pmenso57_at_[hidden]>

> This will fix the problem--I tested it myself.

Not completely, anyway --

    CALL "c:\tools\msvc6\vc98\bin\VCVARS32.BAT" >nul
    "c:\tools\msvc6\vc98\bin\cl"
/Zm400 -nologo -GX -c -DBOOST_DEBUG_PYTHON -D_DEBUG -DBOOST_PYTHON_DYNAMIC
_LIB -DBOOST_PYTHON_V2 -DBOOST_PYTHON_SOURCE /Z7 /Od /Ob0 /GX /GR
Dd -I"c:\build\libs\python" -I"..\..\..\libs\python" -I"c:\boost" -I"c:\
tools\python-2.2.1\include" -I"c:\tools\python-2.2.1\PC" -Fo"c:\build\lib
s\python\bin\bpl.dll\msvc\debug-python\runtime-link-dynamic\object_protocol
.obj" -Tp"..\..\..\libs\python\src\object_protocol.cpp"

c:\boost\boost/mpl/aux_/count_if_not.hpp(47) : error C2061: syntax error :
identifier 'BOOST_PP_R1_BOOST_PP_TUPLE16_ELEM0'
c:\boost\boost/mpl/apply.hpp(169) : error C2061: syntax error : identifier
'BOOST_PP_R2_BOOST_PP_TUPLE16_ELEM0'
c:\boost\boost/mpl/apply.hpp(169) : error C2146: syntax error : missing ','
before identifier 'BOOST_PP_R2_BOOST_PP_TUPLE16_ELEM0'
        c:\boost\boost/mpl/apply.hpp(169) : see reference to class template
instantiation 'boost::mpl::aux::apply_impl_chooser<0>::result_<F>' being
compiled
c:\boost\boost/mpl/apply.hpp(169) : error C2065:
'BOOST_PP_R2_BOOST_PP_TUPLE16_ELEM0' : undeclared identifier
        c:\boost\boost/mpl/apply.hpp(169) : see reference to class template
instantiation 'boost::mpl::aux::apply_impl_chooser<0>::result_<F>' being
compiled
c:\boost\boost/mpl/apply.hpp(169) : error C2146: syntax error : missing ','
before identifier 'BOOST_PP_TUPLE_ELEM_EX'
        c:\boost\boost/mpl/apply.hpp(169) : see reference to class template
instantiation 'boost::mpl::aux::apply_impl_chooser<0>::result_<F>' being
compiled
c:\boost\boost/mpl/apply.hpp(169) : error C2065: 'BOOST_PP_TUPLE_ELEM_EX' :
undeclared identifier
        c:\boost\boost/mpl/apply.hpp(169) : see reference to class template
instantiation 'boost::mpl::aux::apply_impl_chooser<0>::result_<F>' being
compiled
c:\boost\boost/mpl/apply.hpp(169) : error C2065:
'BOOST_MPL_AUX_TEMPLATE_PARAMETER' : undeclared identifier
        c:\boost\boost/mpl/apply.hpp(169) : see reference to class template
instantiation 'boost::mpl::aux::apply_impl_chooser<0>::result_<F>' being
compiled
c:\boost\boost/mpl/apply.hpp(169) : error C2065: 'T' : undeclared
identifier

...

Paul, if Vesa wants me to I can give you CVS access so you can work on
these problems.

Thanks for your help,
Dave


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