1>C:\boost\boost_1_50_0\boost/python/operators.hpp(212) : error C2784: 'Derived boost::operator +(Derived::difference_type,const boost::iterator_facade &)' : could not deduce template argument for 'const boost::iterator_facade &' from 'const PyImath::FixedArray2D' 1> with 1> [ 1> T=int 1> ] 1> C:\boost\boost_1_50_0\boost/iterator/iterator_facade.hpp(506) : see declaration of 'boost::operator +' 1> C:\boost\boost_1_50_0\boost/python/operators.hpp(212) : while compiling class template member function 'PyObject *boost::python::detail::operator_l::apply::execute(PyImath::FixedArray2D &,const PyImath::FixedArray2D &)' 1> with 1> [ 1> L=PyImath::FixedArray2D, 1> R=PyImath::FixedArray2D, 1> T=int 1> ] 1> C:\boost\boost_1_50_0\boost/python/operators.hpp(60) : see reference to class template instantiation 'boost::python::detail::operator_l::apply' being compiled 1> with 1> [ 1> L=PyImath::FixedArray2D, 1> R=PyImath::FixedArray2D 1> ] 1> C:\boost\boost_1_50_0\boost/python/operators.hpp(89) : see reference to class template instantiation 'boost::python::detail::operator_l_inner' being compiled 1> with 1> [ 1> id=op_add, 1> L=PyImath::FixedArray2D, 1> R=PyImath::FixedArray2D 1> ] 1> C:\boost\boost_1_50_0\boost/python/operators.hpp(156) : see reference to class template instantiation 'boost::python::detail::binary_op::apply' being compiled 1> with 1> [ 1> id=op_add, 1> T=PyImath::FixedArray2D 1> ] 1> C:\boost\boost_1_50_0\boost/python/def_visitor.hpp(31) : see reference to function template instantiation 'void boost::python::detail::operator_::visit(ClassT &) const' being compiled 1> with 1> [ 1> id=op_add, 1> L=boost::python::self_ns::self_t, 1> R=boost::python::self_ns::self_t, 1> classT=boost::python::class_>, 1> ClassT=boost::python::class_> 1> ] 1> C:\boost\boost_1_50_0\boost/python/def_visitor.hpp(67) : see reference to function template instantiation 'void boost::python::def_visitor_access::visit,classT>(const V &,classT &)' being compiled 1> with 1> [ 1> DerivedVisitor=boost::python::detail::operator_, 1> classT=boost::python::class_>, 1> V=boost::python::def_visitor> 1> ] 1> C:\boost\boost_1_50_0\boost/python/class.hpp(226) : see reference to function template instantiation 'void boost::python::def_visitor::visit>(classT &) const' being compiled 1> with 1> [ 1> DerivedVisitor=boost::python::detail::operator_, 1> W=PyImath::FixedArray2D, 1> classT=boost::python::class_> 1> ] 1> D:\source_build\openexr_git\openexr\PyIlmBase\PyImath\.\PyImathFixedArray2D.h(652) : see reference to function template instantiation 'boost::python::class_ &boost::python::class_::def>(const boost::python::def_visitor &)' being compiled 1> with 1> [ 1> W=PyImath::FixedArray2D, 1> id=op_add, 1> L=boost::python::self_ns::self_t, 1> R=boost::python::self_ns::self_t, 1> DerivedVisitor=boost::python::detail::operator_ 1> ] 1> ..\..\PyImath\imathmodule.cpp(175) : see reference to function template instantiation 'void PyImath::add_arithmetic_math_functions(boost::python::class_ &)' being compiled 1> with 1> [ 1> W=PyImath::FixedArray2D 1> ] 1>C:\boost\boost_1_50_0\boost/python/operators.hpp(212) : error C2784: 'Derived boost::operator +(const boost::iterator_facade &,Derived::difference_type)' : could not deduce template argument for 'const boost::iterator_facade &' from 'PyImath::FixedArray2D' 1> with 1> [ 1> T=int 1> ] 1> C:\boost\boost_1_50_0\boost/iterator/iterator_facade.hpp(499) : see declaration of 'boost::operator +' 1>C:\boost\boost_1_50_0\boost/python/operators.hpp(212) : error C2784: 'PyImath::FixedMatrix PyImath::operator +(const T &,const PyImath::FixedMatrix &)' : could not deduce template argument for 'const PyImath::FixedMatrix &' from 'const PyImath::FixedArray2D' 1> with 1> [ 1> T=int 1> ] 1> D:\source_build\openexr_git\openexr\PyIlmBase\PyImath\.\PyImathFixedMatrix.h(315) : see declaration of 'PyImath::operator +' 1>C:\boost\boost_1_50_0\boost/python/operators.hpp(212) : error C2784: 'PyImath::FixedMatrix PyImath::operator +(const PyImath::FixedMatrix &,const T &)' : could not deduce template argument for 'const PyImath::FixedMatrix &' from 'PyImath::FixedArray2D' 1> with 1> [ 1> T=int 1> ] 1> D:\source_build\openexr_git\openexr\PyIlmBase\PyImath\.\PyImathFixedMatrix.h(314) : see declaration of 'PyImath::operator +' 1>C:\boost\boost_1_50_0\boost/python/operators.hpp(212) : error C2784: 'PyImath::FixedMatrix PyImath::operator +(const PyImath::FixedMatrix &,const PyImath::FixedMatrix &)' : could not deduce template argument for 'const PyImath::FixedMatrix &' from 'PyImath::FixedArray2D' 1> with 1> [ 1> T=int 1> ] 1> D:\source_build\openexr_git\openexr\PyIlmBase\PyImath\.\PyImathFixedMatrix.h(313) : see declaration of 'PyImath::operator +' 1>C:\boost\boost_1_50_0\boost/python/operators.hpp(212) : error C2676: binary '+' : 'PyImath::FixedArray2D' does not define this operator or a conversion to a type acceptable to the predefined operator 1> with 1> [ 1> T=int 1> ]