cvs from 19.02.05 compile problem

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
zmeYski
Just a tourist with a frag'd nav console
Just a tourist with a frag'd nav console
Posts: 3
Joined: Sat Feb 19, 2005 2:22 am

cvs from 19.02.05 compile problem

Post by zmeYski »

Hello

I tried to compile cvs from Feb 19 2005. The build died with the following messages:

then mv -f ".deps/hard_coded_scripts.Tpo" ".deps/hard_coded_scripts.Po"; else rm -f ".deps/hard_coded_scripts.Tpo"; exit 1; fi
In file included from /usr/include/python2.4/Python.h:8,
from ../../../src/python/python_class.h:3,
from hard_coded_scripts.cpp:9:
/usr/include/python2.4/pyconfig.h:835:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/math.h:27,
from ../../../src/gfx/vec.h:5,
from order.h:32,
from script.h:3,
from hard_coded_scripts.cpp:1:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
In file included from ../../../src/boost/boost/config.hpp:35,
from ../../../src/boost/boost/python/detail/config.hpp:15,
from ../../../src/boost/boost/python/objects.hpp:13,
from ../../../src/python/python_class.h:25,
from hard_coded_scripts.cpp:9:
../../../src/boost/boost/config/compiler/gcc.hpp:57:7: warning: #warning "Unknown compiler version - please run the configure tests and report the results"
In file included from ../../../src/boost/boost/python/reference.hpp:23,
from ../../../src/boost/boost/python/objects.hpp:14,
from ../../../src/python/python_class.h:25,
from hard_coded_scripts.cpp:9:
../../../src/boost/boost/python/conversions.hpp: In function `EnumType boost::python::from_python(PyObject*, boost::python::type<X>)':
../../../src/boost/boost/python/conversions.hpp:47: error: there are no arguments to `from_python' that depend on a template parameter, so a declaration of `from_python' must be available
../../../src/boost/boost/python/conversions.hpp:47: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
../../../src/boost/boost/python/conversions.hpp: In function `EnumType boost::python::from_python(PyObject*, boost::python::type<const EnumType&>)':
../../../src/boost/boost/python/conversions.hpp:53: error: there are no arguments to `from_python' that depend on a template parameter, so a declaration of `from_python' must be available
../../../src/boost/boost/python/conversions.hpp: In function `PyObject* boost::python::to_python(EnumType)':
../../../src/boost/boost/python/conversions.hpp:58: error: there are no arguments to `to_python' that depend on a template parameter, so a declaration of `to_python' must be available
In file included from ../../../src/boost/boost/python/detail/types.hpp:27,
from ../../../src/boost/boost/python/classes.hpp:13,
from ../../../src/boost/boost/python/detail/extension_class.hpp:21,
from ../../../src/boost/boost/python/class_builder.hpp:7,
from ../../../src/python/python_class.h:26,
from hard_coded_scripts.cpp:9:
../../../src/boost/boost/python/detail/base_object.hpp: In destructor `boost::python::detail::base_object<PythonType>::~base_object()':
../../../src/boost/boost/python/detail/base_object.hpp:55: error: `ob_type' undeclared (first use this function)
../../../src/boost/boost/python/detail/base_object.hpp:55: error: (Each undeclared identifier is reported only once for each function it appears in.)
In file included from ../../../src/boost/boost/python/classes.hpp:13,
from ../../../src/boost/boost/python/detail/extension_class.hpp:21,
from ../../../src/boost/boost/python/class_builder.hpp:7,
from ../../../src/python/python_class.h:26,
from hard_coded_scripts.cpp:9:
../../../src/boost/boost/python/detail/types.hpp: In constructor `boost::python::detail::callable<Base>::callable(PyTypeObject*, const char*)':
../../../src/boost/boost/python/detail/types.hpp:242: error: `call' undeclared (first use this function)
../../../src/boost/boost/python/detail/types.hpp: In constructor `boost::python::detail::callable<Base>::callable(PyTypeObject*)':
../../../src/boost/boost/python/detail/types.hpp:249: error: `call' undeclared (first use this function)
../../../src/boost/boost/python/detail/types.hpp: In constructor `boost::python::detail::getattrable<Base>::getattrable(PyTypeObject*, const char*)':
../../../src/boost/boost/python/detail/types.hpp:263: error: `getattr' undeclared (first use this function)
../../../src/boost/boost/python/detail/types.hpp: In constructor `boost::python::detail::getattrable<Base>::getattrable(PyTypeObject*)':
../../../src/boost/boost/python/detail/types.hpp:270: error: `getattr' undeclared (first use this function)
../../../src/boost/boost/python/detail/types.hpp: In constructor `boost::python::detail::setattrable<Base>::setattrable(PyTypeObject*, const char*)':
../../../src/boost/boost/python/detail/types.hpp:284: error: `setattr' undeclared (first use this function)
../../../src/boost/boost/python/detail/types.hpp: In constructor `boost::python::detail::setattrable<Base>::setattrable(PyTypeObject*)':
../../../src/boost/boost/python/detail/types.hpp:291: error: `setattr' undeclared (first use this function)
../../../src/boost/boost/python/detail/types.hpp: In constructor `boost::python::detail::reprable<Base>::reprable(PyTypeObject*, const char*)':
../../../src/boost/boost/python/detail/types.hpp:305: error: `repr' undeclared (first use this function)
../../../src/boost/boost/python/detail/types.hpp: In constructor `boost::python::detail::reprable<Base>::reprable(PyTypeObject*)':
../../../src/boost/boost/python/detail/types.hpp:312: error: `repr' undeclared (first use this function)
In file included from ../../../src/boost/boost/python/detail/extension_class.hpp:21,
from ../../../src/boost/boost/python/class_builder.hpp:7,
from ../../../src/python/python_class.h:26,
from hard_coded_scripts.cpp:9:
../../../src/boost/boost/python/classes.hpp: In constructor `boost::python::meta_class<T>::type_object::type_object()':
../../../src/boost/boost/python/classes.hpp:248: error: class `boost::python::meta_class<T>::type_object' does not have any fieldnamed `singleton_base'
../../../src/boost/boost/python/classes.hpp: In constructor `boost::python::meta_class<T>::meta_class()':
../../../src/boost/boost/python/classes.hpp:257: error: class `boost::python::meta_class<T>' does not have any field named `properties'
In file included from ../../../src/boost/boost/python/detail/extension_class.hpp:25,
from ../../../src/boost/boost/python/class_builder.hpp:7,
from ../../../src/python/python_class.h:26,
from hard_coded_scripts.cpp:9:
../../../src/boost/boost/python/detail/functions.hpp: In member function `PyObject* boost::python::detail::virtual_function<T, R,V, D>::do_call(PyObject*, PyObject*) const':
../../../src/boost/boost/python/detail/functions.hpp:299: error: there are no arguments to `get_extension_instance' that depend on a template parameter, so a declaration of `get_extension_instance' must be available
../../../src/boost/boost/python/detail/functions.hpp:300: error: invalid use of undefined type `struct boost::python::detail::extension_instance'
../../../src/boost/boost/python/detail/functions.hpp:26: error: forward declaration of `struct boost::python::detail::extension_instance'
../../../src/boost/boost/python/detail/functions.hpp:301: error: invalid use of undefined type `struct boost::python::detail::extension_instance'
../../../src/boost/boost/python/detail/functions.hpp:26: error: forward declaration of `struct boost::python::detail::extension_instance'
In file included from ../../../src/boost/boost/python/class_builder.hpp:7,
from ../../../src/python/python_class.h:26,
from hard_coded_scripts.cpp:9:
../../../src/boost/boost/python/detail/extension_class.hpp: In member function `void boost::python::detail::extension_class<T, U>::def_operators(boost::python::operators<which, Operand>)':
../../../src/boost/boost/python/detail/extension_class.hpp:631: error: `op_add' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:631: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:631: error: ISO C++ forbids declaration of `choose_add' with no type
../../../src/boost/boost/python/detail/extension_class.hpp:633: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:633: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:633: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:633: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:634: error: `op_sub' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:634: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:634: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:634: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:634: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:635: error: `op_mul' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:635: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:635: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:635: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:635: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:636: error: `op_div' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:636: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:636: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:636: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:636: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:637: error: `op_mod' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:637: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:637: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:637: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:637: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:638: error: `op_divmod' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:638: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:638: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:638: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:638: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:639: error: `op_pow' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:639: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:639: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:639: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:639: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:640: error: `op_lshift' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:640: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:640: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:640: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:640: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:641: error: `op_rshift' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:641: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:641: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:641: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:641: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:642: error: `op_and' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:642: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:642: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:642: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:642: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:643: error: `op_xor' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:643: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:643: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:643: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:643: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:644: error: `op_or' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:644: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:644: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:644: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:644: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:645: error: `op_gt' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:645: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:645: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:645: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:645: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:646: error: `op_ge' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:646: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:646: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:646: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:646: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:647: error: `op_lt' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:647: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:647: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:647: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:647: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:648: error: `op_le' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:648: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:648: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:648: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:648: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:649: error: `op_eq' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:649: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:649: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:649: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:649: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:650: error: `op_ne' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:650: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:650: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:650: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:650: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:651: error: `op_neg' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:651: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:651: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:651: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:651: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:652: error: `op_pos' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:652: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:652: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:652: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:652: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:653: error: `op_abs' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:653: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:653: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:653: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:653: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:654: error: `op_invert' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:654: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:654: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:654: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:654: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:655: error: `op_int' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:655: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:655: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:655: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:655: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:656: error: `op_long' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:656: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:656: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:656: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:656: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:657: error: `op_float' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:657: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:657: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:657: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:657: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:658: error: `op_cmp' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:658: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:658: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:658: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:658: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:659: error: `op_str' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:659: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:659: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:659: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:659: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp: In member function `void boost::python::detail::extension_class<T, U>::def_operators(boost::python::operators<which, Operand>, boost::python::right_operand<Right>)':
../../../src/boost/boost/python/detail/extension_class.hpp:667: error: `op_add' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:667: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:667: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:667: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:667: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:667: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:668: error: `op_sub' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:668: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:668: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:668: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:668: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:668: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:669: error: `op_mul' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:669: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:669: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:669: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:669: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:669: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:670: error: `op_div' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:670: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:670: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:670: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:670: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:670: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:671: error: `op_mod' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:671: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:671: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:671: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:671: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:671: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:672: error: `op_divmod' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:672: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:672: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:672: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:672: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:672: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:673: error: `op_pow' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:673: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:673: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:673: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:673: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:673: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:674: error: `op_lshift' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:674: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:674: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:674: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:674: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:674: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:675: error: `op_rshift' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:675: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:675: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:675: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:675: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:675: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:676: error: `op_and' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:676: error: template argument 1 is invalid

../../../src/boost/boost/python/detail/extension_class.hpp:676: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:676: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:676: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:676: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:677: error: `op_xor' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:677: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:677: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:677: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:677: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:677: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:678: error: `op_or' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:678: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:678: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:678: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:678: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:678: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:679: error: `op_cmp' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:679: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:679: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:679: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:679: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:679: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:680: error: `op_gt' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:680: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:680: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:680: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:680: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:680: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:681: error: `op_ge' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:681: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:681: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:681: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:681: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:681: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:682: error: `op_lt' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:682: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:682: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:682: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:682: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:682: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:683: error: `op_le' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:683: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:683: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:683: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:683: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:683: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:684: error: `op_eq' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:684: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:684: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:684: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:684: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:684: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:685: error: `op_ne' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:685: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:685: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:685: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:685: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:685: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp: In member function `void boost::python::detail::extension_class<T, U>::def_operators(boost::python::operators<which, Right>, boost::python::left_operand<Left>)':
../../../src/boost/boost/python/detail/extension_class.hpp:693: error: `op_add' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:693: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:693: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:693: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:693: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:693: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:694: error: `op_sub' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:694: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:694: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:694: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:694: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:694: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:695: error: `op_mul' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:695: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:695: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:695: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:695: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:695: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:696: error: `op_div' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:696: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:696: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:696: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:696: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:696: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:697: error: `op_mod' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:697: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:697: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:697: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:697: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:697: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:698: error: `op_divmod' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:698: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:698: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:698: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:698: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:698: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:699: error: `op_pow' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:699: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:699: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:699: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:699: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:699: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:700: error: `op_lshift' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:700: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:700: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:700: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:700: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:700: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:701: error: `op_rshift' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:701: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:701: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:701: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:701: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:701: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:702: error: `op_and' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:702: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:702: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:702: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:702: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:702: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:703: error: `op_xor' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:703: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:703: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:703: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:703: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:703: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:704: error: `op_or' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:704: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:704: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:704: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:704: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:704: error: `::add' has not been declared
../../../src/boost/boost/python/detail/extension_class.hpp:705: error: `op_cmp' undeclared (first use this function)
../../../src/boost/boost/python/detail/extension_class.hpp:705: error: template argument 1 is invalid
../../../src/boost/boost/python/detail/extension_class.hpp:705: error: `args' is not a member of `<declaration error>'
../../../src/boost/boost/python/detail/extension_class.hpp:705: error: expected primary-expression before ',' token
../../../src/boost/boost/python/detail/extension_class.hpp:705: error: expected primary-expression before '>' token
../../../src/boost/boost/python/detail/extension_class.hpp:705: error: `::add' has not been declared

../../../src/boost/boost/python/detail/extension_class.hpp: In member function `void boost::python::detail::extension_class<T, U>::def_standard_coerce()':
../../../src/boost/boost/python/detail/extension_class.hpp:915: error: `standard_coerce' undeclared (first use this function)
In file included from ../../../src/boost/boost/python/class_builder.hpp:8,
from ../../../src/python/python_class.h:26,
from hard_coded_scripts.cpp:9:
../../../src/boost/boost/python/operators.hpp: At global scope:
../../../src/boost/boost/python/operators.hpp:300: error: `op_add' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:300: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:300: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:301: error: `op_sub' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:301: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:301: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:302: error: `op_mul' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:302: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:302: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:303: error: `op_div' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:303: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:303: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:304: error: `op_mod' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:304: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:304: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:305: error: `op_lshift' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:305: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:305: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:306: error: `op_rshift' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:306: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:306: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:307: error: `op_and' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:307: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:307: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:308: error: `op_xor' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:308: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:308: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:309: error: `op_or' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:309: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:309: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:310: error: `op_gt' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:310: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:310: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:311: error: `op_ge' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:311: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:311: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:312: error: `op_lt' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:312: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:312: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:313: error: `op_le' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:313: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:313: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:314: error: `op_eq' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:314: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:314: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:315: error: `op_ne' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:315: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:315: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:317: error: `op_neg' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:317: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:317: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:318: error: `op_pos' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:318: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:318: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:319: error: `op_abs' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:319: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:319: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:320: error: `op_invert' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:320: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:320: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:321: error: `op_int' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:321: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:321: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:322: error: `op_long' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:322: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:322: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:323: error: `op_float' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:323: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:323: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:335: error: `op_pow' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:336: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:336: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:390: error: `op_divmod' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:391: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:391: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:449: error: `op_cmp' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:450: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:450: error: explicit specialization of non-template `<type error>'
../../../src/boost/boost/python/operators.hpp:512: error: `op_str' was not declared in this scope
../../../src/boost/boost/python/operators.hpp:513: error: template argument 1 is invalid
../../../src/boost/boost/python/operators.hpp:513: error: explicit specialization of non-template `<type error>'
make[4]: *** [hard_coded_scripts.o] Error 1
make[4]: Leaving directory `/home/zmeyski/dld/vegastrike/vegastrike/src/cmd/ai'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/zmeyski/dld/vegastrike/vegastrike/src/cmd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zmeyski/dld/vegastrike/vegastrike/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zmeyski/dld/vegastrike/vegastrike'
make: *** [all] Error 2

:cry: Now how do i fix that? Seems to be a Problem with Python but configure didn't show any errors when cheking for Python

Thanks for your help
You do not have the required permissions to view the files attached to this post.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

seems like you've got it using boost 128
try
./configure --enable-boost-129
or
./configure --enable-boost-131

(or just ./configure)
maybe that script you donwloaded is using the old boost...the old boost is required for old compilers but disallowed for new ones
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
zmeYski
Just a tourist with a frag'd nav console
Just a tourist with a frag'd nav console
Posts: 3
Joined: Sat Feb 19, 2005 2:22 am

Post by zmeYski »

Thank you, only ./configure did the Trick.
I have other Problem though - the Game is extremely slow on P4 2,8 GHz HT, 512 mb ram, radeon 9600 128 mb ram using the ati binary driver (direct rendering on). Any Suggestion why that may be happening?
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

must be using another driver then...because it should be at least 140 fps on such a setup...in fact I have a nearly identical machine as yours....

couple of thigns: first paste the line in stderr.txt that starts with supported extensions: GL_EXT ...
and we can tell for sure if you're in software...

seccccccondly try 16 bit color--I've heard rumors that ATI linux only supports that---though it doesn't make sense to me ,cus I've seen linux drivers that even support floating point render targets in linux
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
zmeYski
Just a tourist with a frag'd nav console
Just a tourist with a frag'd nav console
Posts: 3
Joined: Sat Feb 19, 2005 2:22 am

Post by zmeYski »

Setting Screen to w 1280 h 1024 and pitch of 5120 and 32 bpp 4 bytes per pix mode
OpenGL Extensions supported: GL_ARB_depth_texture GL_ARB_fragment_program GL_ARB_imaging GL_ARB_multisamp
le GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow G
L_ARB_shadow_ambient GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_AR
B_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_t
exture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix G
L_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_c
olor GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_logic_op GL_EXT_blend_minmax
GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_compiled_vertex_array GL_EXT_convolution GL_EXT_copy
_texture GL_EXT_depth_bounds_test GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_histogram GL_EXT_mul
ti_draw_arrays GL_EXT_packed_pixels GL_EXT_paletted_texture GL_EXT_pixel_buffer_object GL_EXT_point_param
eters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color G
L_EXT_shadow_funcs GL_EXT_shared_texture_palette GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_subte
xture GL_EXT_texture GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env
_combine GL_EXT_texture_env_dot3 GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_objec
t GL_EXT_texture_rectangle GL_EXT_vertex_array GL_APPLE_packed_pixels GL_ATI_blend_equation_separate GL_A
TI_texture_env_combine3 GL_ATI_texture_mirror_once GL_HP_occlusion_test GL_IBM_multimode_draw_arrays GL_I
BM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_
program_debug GL_MESA_resize_buffers GL_MESA_ycbcr_texture GL_MESA_window_pos GL_NV_blend_square GL_NV_fr
agment_program GL_NV_light_max_exponent GL_NV_point_sprite GL_NV_texture_rectangle GL_NV_texgen_reflectio
n GL_NV_vertex_program GL_NV_vertex_program1_1 GL_SGI_color_matrix GL_SGI_color_table GL_SGI_texture_colo
r_table GL_SGIS_generate_mipmap GL_SGIS_pixel_texture GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_c
lamp GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_pixel_texture GL_SGIX_shadow GL_SGIX_shadow_ambien
t GL_SUN_multi_draw_arrays
OpenGL::GL_EXT_compiled_vertex_array supported
OpenGL::Accurate Fog Distance unsupported
OpenGL::Generic Texture Compression supported
OpenGL::S3TC Texture Compression unsupported
OpenGL::Multitexture supported
OpenGL::TextureCubeMapExt supported

weird but according to their FAQ the Ati driver only supports 24 bit colors
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

I don't think the ATI drivers support all those MESA extensions

looks like you might be using the MESA drivers (which are really slow in anything but 16 bit color for ATI)

Normally you'd see all these GL_ATI_blah extensions if you were using ATI's binary drivers properly

let me show you on my ATI linux box:

GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,
GL_S3_s3tc, GL_ARB_depth_texture, GL_ARB_fragment_program,
GL_ARB_fragment_program_shadow, GL_ARB_multisample,
GL_ARB_occlusion_query, GL_ARB_point_parameters, GL_ARB_point_sprite,
GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
GL_ARB_texture_compression, GL_ARB_texture_cube_map,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
GL_ARB_texture_mirrored_repeat, GL_ARB_transpose_matrix,
GL_ARB_vertex_blend, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program,
GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_element_array,
GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader, GL_ATI_map_object_buffer,
GL_ATI_separate_stencil, GL_ATI_texture_env_combine3,
GL_ATI_texture_float, GL_ATI_texture_mirror_once,
GL_ATI_vertex_array_object, GL_ATI_vertex_attrib_array_object,
GL_ATI_vertex_streams, GL_ATIX_texture_env_combine3,
GL_ATIX_texture_env_route, GL_ATIX_vertex_shader_output_point_size,
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,
GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_rescale_normal,
GL_EXT_secondary_color, GL_EXT_separate_specular_color,
GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, GL_EXT_texgen_reflection,
GL_EXT_texture3D, GL_EXT_texture_compression_s3tc,
GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_EXT_vertex_shader,
GL_HP_occlusion_test, GL_NV_texgen_reflection, GL_NV_blend_square,
GL_NV_occlusion_query, GL_SGI_color_matrix, GL_SGIS_texture_edge_clamp,
GL_SGIS_texture_border_clamp, GL_SGIS_texture_lod,
GL_SGIS_generate_mipmap, GL_SUN_multi_draw_arrays
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Post Reply