Boost logo

Boost :

From: Yakov Lerner (w) (yakov.lerner_at_[hidden])
Date: 2002-11-06 07:42:26


bug report:
Missing check for __SUNPRO_CC in list/for_each_i.hpp
makes it impossible to build regex under Sun Forte 6u2 Solaris 8,
(boost v1.29.0) Here are compilation errors:

        % boost_1_29_0/libs/regex/build
        % gmake -f sunpro.mak | & grep -v Warning
        CC -c -O2 -I../../../ -mt -o sunpro/libboost_regex/cregex.o
../src/cregex.cpp
        "../../..//boost/type_traits/add_const.hpp", line 34: Error:
BOOST_PP_LIST_FOR_EACH_I_M is not defined.
        "../../..//boost/type_traits/add_volatile.hpp", line 34: Error:
BOOST_PP_LIST_FOR_EACH_I_M is not defined.
        "../../..//boost/type_traits/add_cv.hpp", line 34: Error:
BOOST_PP_LIST_FOR_EACH_I_M is not defined.
        "../../..//boost/type_traits/is_const.hpp", line 33: Error:
BOOST_PP_LIST_FOR_EACH_I_M is not defined.
        "../../..//boost/type_traits/is_volatile.hpp", line 33: Error:
BOOST_PP_LIST_FOR_EACH_I_M is not defined.
        "../../..//boost/type_traits/remove_const.hpp", line 56: Error:
BOOST_PP_LIST_FOR_EACH_I_M is not defined.
        "../../..//boost/type_traits/remove_volatile.hpp", line 55: Error:
BOOST_PP_LIST_FOR_EACH_I_M is not defined.
        "../../..//boost/type_traits/remove_cv.hpp", line 28: Error:
BOOST_PP_LIST_FOR_EACH_I_M is not defined.

Jacob Lerner


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