[C++-sig] compiling boost.python v2 on IRIX

David Abrahams dave at boost-consulting.com
Mon Oct 7 18:17:59 CEST 2002


Stefan Seefeld <stefan.seefeld at orthosoft.ca> writes:

> hi there,
> 
> I just tried to compile boost.python v2 on irix using the 'mipspro'
> toolset. The compilation failed on the file 'pickle_support.o' with
> the error(s)
> 
> cc-3354 CC: ERROR File =
> /homes/Developer/sseefel/boost/boost/mpl/aux_/preprocessed/plain/arg.hpp,
> Line = 18
>    A non-integral operation is not allowed in a nontype template argument.
> 
>            BOOST_STATIC_ASSERT(!is_void_<type>::value);
>            ^
> 
> cc-1070 CC: ERROR File =
> /homes/Developer/sseefel/boost/boost/mpl/aux_/preprocessed/plain/arg.hpp,
> Line = 18
>    The indicated type is incomplete.
> 
>            BOOST_STATIC_ASSERT(!is_void_<type>::value);

OK, this should be working now. Please give it a shot.

-- 
           David Abrahams * Boost Consulting
dave at boost-consulting.com * http://www.boost-consulting.com





More information about the Cplusplus-sig mailing list