Fedora Core3 compile error

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
Ygarl
Merchant
Merchant
Posts: 42
Joined: Wed Jul 07, 2004 9:37 am
Location: London UK
Contact:

Fedora Core3 compile error

Post by Ygarl »

Hello all - basically all went well after running the VS Linux install, though I had to follow the Wiki instructions to compile it.

Then I got to the next to last stage, typed "make" and got:

______________________________
In file included from /usr/include/python2.3/Python.h:8,
from ../../../src/python/python_class.h:3,
from hard_coded_scripts.cpp:9:
/usr/include/python2.3/pyconfig.h:850: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, butallowing 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 field named `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[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
____________________________________________
My config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by vegastrike configure 0.4.0, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure --enable-boost-128 --with-data-dir=/home/ygarl/VS/vegastrike/data

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.9-1.667
uname -s = Linux
uname -v = #1 Tue Nov 2 14:41:25 EST 2004

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/kerberos/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/ygarl/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1389: checking Checking for C++ compiler.
configure:1438: checking for g++
configure:1454: found /usr/bin/g++
configure:1464: result: g++
configure:1579: checking for C++ compiler version
configure:1582: g++ --version </dev/null >&5
g++ (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1585: $? = 0
configure:1587: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
configure:1590: $? = 0
configure:1592: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:1595: $? = 1
configure:1618: checking for C++ compiler default output file name
configure:1621: g++ conftest.cc >&5
configure:1624: $? = 0
configure:1670: result: a.out
configure:1675: checking whether the C++ compiler works
configure:1681: ./a.out
configure:1684: $? = 0
configure:1701: result: yes
configure:1708: checking whether we are cross compiling
configure:1710: result: no
configure:1713: checking for suffix of executables
configure:1715: g++ -o conftest conftest.cc >&5
configure:1718: $? = 0
configure:1743: result:
configure:1749: checking for suffix of object files
configure:1770: g++ -c conftest.cc >&5
configure:1773: $? = 0
configure:1795: result: o
configure:1799: checking whether we are using the GNU C++ compiler
configure:1823: g++ -c conftest.cc >&5
configure:1829: $? = 0
configure:1833: test -z
|| test ! -s conftest.err
configure:1836: $? = 0
configure:1839: test -s conftest.o
configure:1842: $? = 0
configure:1855: result: yes
configure:1861: checking whether g++ accepts -g
configure:1882: g++ -c -g conftest.cc >&5
configure:1888: $? = 0
configure:1892: test -z
|| test ! -s conftest.err
configure:1895: $? = 0
configure:1898: test -s conftest.o
configure:1901: $? = 0
configure:1912: result: yes
configure:1954: g++ -c -g -O2 conftest.cc >&5
configure:1960: $? = 0
configure:1964: test -z
|| test ! -s conftest.err
configure:1967: $? = 0
configure:1970: test -s conftest.o
configure:1973: $? = 0
configure:1999: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: `exit' undeclared (first use this function)
conftest.cc:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:2005: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:1954: g++ -c -g -O2 conftest.cc >&5
configure:1960: $? = 0
configure:1964: test -z
|| test ! -s conftest.err
configure:1967: $? = 0
configure:1970: test -s conftest.o
configure:1973: $? = 0
configure:1999: g++ -c -g -O2 conftest.cc >&5
configure:2005: $? = 0
configure:2009: test -z
|| test ! -s conftest.err
configure:2012: $? = 0
configure:2015: test -s conftest.o
configure:2018: $? = 0
configure:2046: checking how to run the C++ preprocessor
configure:2077: g++ -E conftest.cc
configure:2083: $? = 0
configure:2115: g++ -E conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2121: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2160: result: g++ -E
configure:2184: g++ -E conftest.cc
configure:2190: $? = 0
configure:2222: g++ -E conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2228: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2317: checking for gcc
configure:2333: found /usr/bin/gcc
configure:2343: result: gcc
configure:2587: checking for C compiler version
configure:2590: gcc --version </dev/null >&5
gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2593: $? = 0
configure:2595: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
configure:2598: $? = 0
configure:2600: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2603: $? = 1
configure:2606: checking whether we are using the GNU C compiler
configure:2630: gcc -c conftest.c >&5
configure:2636: $? = 0
configure:2640: test -z
|| test ! -s conftest.err
configure:2643: $? = 0
configure:2646: test -s conftest.o
configure:2649: $? = 0
configure:2662: result: yes
configure:2668: checking whether gcc accepts -g
configure:2689: gcc -c -g conftest.c >&5
configure:2695: $? = 0
configure:2699: test -z
|| test ! -s conftest.err
configure:2702: $? = 0
configure:2705: test -s conftest.o
configure:2708: $? = 0
configure:2719: result: yes
configure:2736: checking for gcc option to accept ANSI C
configure:2806: gcc -c -g -O2 conftest.c >&5
configure:2812: $? = 0
configure:2816: test -z
|| test ! -s conftest.err
configure:2819: $? = 0
configure:2822: test -s conftest.o
configure:2825: $? = 0
configure:2843: result: none needed
configure:2861: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2867: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3005: checking how to run the C preprocessor
configure:3040: gcc -E conftest.c
configure:3046: $? = 0
configure:3078: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3084: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3123: result: gcc -E
configure:3147: gcc -E conftest.c
configure:3153: $? = 0
configure:3185: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3191: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3235: Using compiler: g++.
configure:3269: checking build system type
configure:3287: result: i686-pc-linux-gnu
configure:3295: checking host system type
configure:3309: result: i686-pc-linux-gnu
configure:3317: checking target system type
configure:3331: result: i686-pc-linux-gnu
configure:3360: checking for a BSD-compatible install
configure:3415: result: /usr/bin/install -c
configure:3426: checking whether build environment is sane
configure:3469: re
That which can be imagined can be achieved.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

I see your configure command enabled the old boost
$ ./configure --enable-boost-128
--with-data-dir=/home/ygarl/VS/vegastrike/data


try going to the source directory and typing

./configure
--with-data-dir=/home/ygarl/VS/vegastrike/data

and ommitting the enable-boost-128

I should take that out of the linux script given that more and more people are using 3.4.3 and fewer people are using 2.95 (which refuses to comp0ile unless the boost128 is specified)
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Ygarl
Merchant
Merchant
Posts: 42
Joined: Wed Jul 07, 2004 9:37 am
Location: London UK
Contact:

Post by Ygarl »

Hi!
Thanks for the help... however:

Now:

____________________________________
[root@localhost vegastrike]# make
make all-recursive
make[1]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike'
Making all in src
make[2]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src'
Making all in cmd
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd'
Making all in ai
make[4]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/ai'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/ai'
Making all in script
make[4]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/script'
Making all in c_alike
make[5]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/script/c_alike'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/script/c_alike'
make[5]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/script'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/script'
make[4]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/script'
Making all in collide
make[4]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/collide'
Making all in csgeom
make[5]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/collide/csgeom'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/collide/csgeom'
make[5]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/collide'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/collide'
make[4]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd/collide'
make[4]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd'
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/cmd'
Making all in gfx
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/gfx'
Making all in nav
make[4]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/gfx/nav'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/gfx/nav'
make[4]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/gfx'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/gfx'
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/gfx'
Making all in gldrv
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/gldrv'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/gldrv'
Making all in aldrv
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/aldrv'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/aldrv'
Making all in python
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/python'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/python'
Making all in gui
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/gui'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/gui'
Making all in networking
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/networking'
Making all in lowlevel
make[4]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/networking/lowlevel'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/networking/lowlevel'
make[4]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/networking'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/networking'
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/networking'
Making all in boost
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/boost'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/boost'
Making all in common
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/common'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/common'
Making all in boost129
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src/boost129'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src/boost129'
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src'
make[2]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/src'
Making all in objconv
make[2]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/objconv'
Making all in mesher
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/objconv/mesher'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/objconv/mesher'
make[3]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/objconv'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/objconv'
make[2]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/objconv'
Making all in launcher
make[2]: Entering directory `/home/ygarl/VS/vegastrike/vegastrike/launcher'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. `gtk-config --cflags` -DHAVE_SDL=1 -DSDL_WINDOWING=1 -I/usr/local/include -DDATA_DIR=\"/home/ygarl/VS/vegastrike/data\" -I/usr/include/python2.3 -DHAVE_PYTHON=1 -DUSE_BOOST_131=1 -I../src/boost129 -I../src -pipe -falign-loops=2 -falign-jumps=2 -falign-functions=2 -I/usr/include/SDL -D_REENTRANT -pthread -pipe -MT saveinterface.o -MD -MP -MF ".deps/saveinterface.Tpo" -c -o saveinterface.o saveinterface.cpp; \
then mv -f ".deps/saveinterface.Tpo" ".deps/saveinterface.Po"; else rm -f ".deps/saveinterface.Tpo"; exit 1; fi
/bin/sh: gtk-config: command not found
saveinterface.cpp:6:21: gtk/gtk.h: No such file or directory
saveinterface.cpp:106: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:106: error: `w' was not declared in this scope
saveinterface.cpp:106: error: expected primary-expression before "void"
saveinterface.cpp:107: error: initializer expression list treated as compound expression
saveinterface.cpp:107: error: expected `,' or `;' before '{' token
saveinterface.cpp:111: error: expected constructor, destructor, or type conversion before '*' token
saveinterface.cpp:111: error: expected `,' or `;' before '*' token
saveinterface.cpp: In function `void save_stuff(const char*)':
saveinterface.cpp:131: error: `Help' undeclared (first use this function)
saveinterface.cpp:131: error: (Each undeclared identifier is reported only once for each function it appears in.)
saveinterface.cpp: At global scope:
saveinterface.cpp:145: error: variable or field `help_func' declared void
saveinterface.cpp:145: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:145: error: `w' was not declared in this scope
saveinterface.cpp:145: error: expected primary-expression before "int"
saveinterface.cpp:146: error: initializer expression list treated as compound expression
saveinterface.cpp:146: error: expected `,' or `;' before '{' token
saveinterface.cpp:243: error: variable or field `file_mission_sel' declared void
saveinterface.cpp:243: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:243: error: `w' was not declared in this scope
saveinterface.cpp:243: error: `GtkFileSelection' was not declared in this scope
saveinterface.cpp:243: error: `fs' was not declared in this scope
saveinterface.cpp:243: error: initializer expression list treated as compound expression
saveinterface.cpp:243: error: expected `,' or `;' before '{' token
saveinterface.cpp:272: error: variable or field `file_ok_sel' declared void
saveinterface.cpp:272: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:272: error: `w' was not declared in this scope
saveinterface.cpp:273: error: `GtkFileSelection' was not declared in this scope
saveinterface.cpp:273: error: `fs' was not declared in this scope
saveinterface.cpp:274: error: initializer expression list treated as compound expression
saveinterface.cpp:274: error: expected `,' or `;' before '{' token
saveinterface.cpp:284: error: variable or field `file_ok_auto_sel' declared void
saveinterface.cpp:284: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:284: error: `w' was not declared in this scope
saveinterface.cpp:285: error: `GtkFileSelection' was not declared in this scope
saveinterface.cpp:285: error: `fs' was not declared in this scope
saveinterface.cpp:286: error: initializer expression list treated as compound expression
saveinterface.cpp:286: error: expected `,' or `;' before '{' token
saveinterface.cpp:300: error: variable or field `hello' declared void
saveinterface.cpp:300: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:300: error: `widget' was not declared in this scope
saveinterface.cpp:300: error: `gpointer' was not declared in this scope
saveinterface.cpp:300: error: initializer expression list treated as compound expression
saveinterface.cpp:300: error: expected `,' or `;' before '{' token
saveinterface.cpp: In function `int main(int, char**)':
saveinterface.cpp:394: error: `gtk_init' undeclared (first use this function)
saveinterface.cpp:395: error: `GtkWidget' undeclared (first use this function)
saveinterface.cpp:395: error: `window' undeclared (first use this function)
saveinterface.cpp:396: error: `button' undeclared (first use this function)
saveinterface.cpp:397: error: `GTK_WINDOW_TOPLEVEL' undeclared (first use this function)
saveinterface.cpp:397: error: `gtk_window_new' undeclared (first use this function)
saveinterface.cpp:398: error: `GTK_WINDOW' undeclared (first use this function)
saveinterface.cpp:398: error: `gtk_window_set_default_size' undeclared (first use this function)
saveinterface.cpp:399: error: `gtk_window_set_title' undeclared (first use this function)
saveinterface.cpp:400: error: `vbox' undeclared (first use this function)
saveinterface.cpp:400: error: `FALSE' undeclared (first use this function)
saveinterface.cpp:400: error: `gtk_vbox_new' undeclared (first use this function)
saveinterface.cpp:406: error: `GTK_OBJECT' undeclared (first use this function)
saveinterface.cpp:406: error: `gtk_exit' undeclared (first use this function)
saveinterface.cpp:406: error: `GTK_SIGNAL_FUNC' undeclared (first use this function)
saveinterface.cpp:406: error: `gtk_signal_connect' undeclared (first use this function)
saveinterface.cpp:409: error: `gtk_button_new_with_label' undeclared (first use this function)
saveinterface.cpp:416: error: `GTK_CONTAINER' undeclared (first use this function)
saveinterface.cpp:416: error: `gtk_container_add' undeclared (first use this function)
saveinterface.cpp:417: error: `gtk_widget_show' undeclared (first use this function)
saveinterface.cpp:429: error: `gtk_main' undeclared (first use this function)
saveinterface.cpp: At global scope:
saveinterface.cpp:455: error: variable or field `fileop_destroy' declared void
saveinterface.cpp:455: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:455: error: `w' was not declared in this scope
saveinterface.cpp:456: error: `GtkFileSelection' was not declared in this scope
saveinterface.cpp:456: error: `fs' was not declared in this scope
saveinterface.cpp:456: error: initializer expression list treated as compound expression
saveinterface.cpp:456: error: expected `,' or `;' before '{' token
saveinterface.cpp:463: error: variable or field `delfile' declared void
saveinterface.cpp:463: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:463: error: `w' was not declared in this scope
saveinterface.cpp:464: error: `GtkFileSelection' was not declared in this scope
saveinterface.cpp:464: error: `fs' was not declared in this scope
saveinterface.cpp:464: error: initializer expression list treated as compound expression
saveinterface.cpp:464: error: expected `,' or `;' before '{' token
saveinterface.cpp:485: error: variable or field `delfile_conf' declared void
saveinterface.cpp:485: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:485: error: `w' was not declared in this scope
saveinterface.cpp:486: error: `GtkFileSelection' was not declared in this scope
saveinterface.cpp:486: error: `fs' was not declared in this scope
saveinterface.cpp:486: error: initializer expression list treated as compound expression
saveinterface.cpp:486: error: expected `,' or `;' before '{' token
saveinterface.cpp:526: error: ISO C++ forbids declaration of `GtkWidget' with no type
saveinterface.cpp:526: error: expected `;' before '*' token
saveinterface.cpp:528: error: variable or field `fileop_destroy_dumb' declared void
saveinterface.cpp:528: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:528: error: `w' was not declared in this scope
saveinterface.cpp:529: error: expected primary-expression before '*' token
saveinterface.cpp:529: error: `fs' was not declared in this scope
saveinterface.cpp:529: error: initializer expression list treated as compound expression
saveinterface.cpp:529: error: expected `,' or `;' before '{' token
saveinterface.cpp:537: error: variable or field `renfile' declared void
saveinterface.cpp:537: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:537: error: `w' was not declared in this scope
saveinterface.cpp:538: error: expected primary-expression before '*' token
saveinterface.cpp:538: error: `dmb' was not declared in this scope
saveinterface.cpp:538: error: initializer expression list treated as compound expression
saveinterface.cpp:538: error: expected `,' or `;' before '{' token
saveinterface.cpp:563: error: variable or field `renfile_conf' declared void
saveinterface.cpp:563: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:563: error: `w' was not declared in this scope
saveinterface.cpp:564: error: `GtkFileSelection' was not declared in this scope
saveinterface.cpp:564: error: `fs' was not declared in this scope
saveinterface.cpp:564: error: initializer expression list treated as compound expression
saveinterface.cpp:564: error: expected `,' or `;' before '{' token
saveinterface.cpp:620: error: variable or field `copyfile' declared void
saveinterface.cpp:620: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:620: error: `w' was not declared in this scope
saveinterface.cpp:621: error: expected primary-expression before '*' token
saveinterface.cpp:621: error: `dmb' was not declared in this scope
saveinterface.cpp:621: error: initializer expression list treated as compound expression
saveinterface.cpp:621: error: expected `,' or `;' before '{' token
saveinterface.cpp:680: error: variable or field `copyfile_conf' declared void
saveinterface.cpp:680: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:680: error: `w' was not declared in this scope
saveinterface.cpp:681: error: `GtkFileSelection' was not declared in this scope
saveinterface.cpp:681: error: `fs' was not declared in this scope
saveinterface.cpp:681: error: initializer expression list treated as compound expression
saveinterface.cpp:681: error: expected `,' or `;' before '{' token
saveinterface.cpp:727: error: variable or field `copynormal' declared void
saveinterface.cpp:727: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:727: error: `w' was not declared in this scope
saveinterface.cpp:728: error: expected primary-expression before '*' token
saveinterface.cpp:728: error: `dmb' was not declared in this scope
saveinterface.cpp:728: error: initializer expression list treated as compound expression
saveinterface.cpp:728: error: expected `,' or `;' before '{' token
saveinterface.cpp:756: error: variable or field `copynormal_conf' declared void
saveinterface.cpp:756: error: `GtkWidget' was not declared in this scope
saveinterface.cpp:756: error: `w' was not declared in this scope
saveinterface.cpp:757: error: `GtkFileSelection' was not declared in this scope
saveinterface.cpp:757: error: `fs' was not declared in this scope
saveinterface.cpp:757: error: initializer expression list treated as compound expression
saveinterface.cpp:757: error: expected `,' or `;' before '{' token
saveinterface.cpp:803: error: `GtkSignalFunc' has not been declared
saveinterface.cpp:803: error: ISO C++ forbids declaration of `func' with no type
saveinterface.cpp: In function `void LoadSaveFunction(char*, char*, int, int, const char*, bool)':
saveinterface.cpp:804: error: `GtkWidget' undeclared (first use this function)
saveinterface.cpp:804: error: `filew' undeclared (first use this function)
saveinterface.cpp:805: error: `gtk_file_selection_new' undeclared (first use this function)
saveinterface.cpp:807: error: `GTK_FILE_SELECTION' undeclared (first use this function)
saveinterface.cpp:807: error: `gtk_widget_destroy' undeclared (first use this function)
saveinterface.cpp:808: error: `FALSE' undeclared (first use this function)
saveinterface.cpp:808: error: `gtk_hbox_new' undeclared (first use this function)
saveinterface.cpp:809: error: `gtk_widget_show' undeclared (first use this function)
saveinterface.cpp:810: error: `newb' undeclared (first use this function)
saveinterface.cpp:810: error: `gtk_button_new_with_label' undeclared (first use this function)
saveinterface.cpp:815: error: `GTK_CONTAINER' undeclared (first use this function)
saveinterface.cpp:815: error: `gtk_container_add' undeclared (first use this function)
saveinterface.cpp:816: error: `GTK_OBJECT' undeclared (first use this function)
saveinterface.cpp:816: error: `GtkSignalFunc' undeclared (first use this function)
saveinterface.cpp:816: error: `gtk_signal_connect' undeclared (first use this function)
saveinterface.cpp:834: error: `GTK_CAN_DEFAULT' undeclared (first use this function)
saveinterface.cpp:834: error: `GTK_WIDGET_SET_FLAGS' undeclared (first use this function)
saveinterface.cpp:841: error: `gtk_signal_connect_object' undeclared (first use this function)
saveinterface.cpp:845: error: `gtk_file_selection_set_filename' undeclared (first use this function)
saveinterface.cpp:847: error: `lbl' undeclared (first use this function)
saveinterface.cpp:847: error: `gtk_label_new' undeclared (first use this function)
saveinterface.cpp:850: error: `box' undeclared (first use this function)
saveinterface.cpp:852: error: `GTK_BOX' undeclared (first use this function)
saveinterface.cpp:852: error: `TRUE' undeclared (first use this function)
saveinterface.cpp:852: error: `gtk_box_pack_end' undeclared (first use this function)
saveinterface.cpp: In function `void LoadMissionDialog(char*, int)':
saveinterface.cpp:870: error: `GtkSignalFunc' undeclared (first use this function)
saveinterface.cpp: In function `void LoadSaveDialog(char*, char*, int)':
saveinterface.cpp:903: error: `GtkSignalFunc' undeclared (first use this function)
saveinterface.cpp: In function `void LoadAutoDialog(char*, char*, int)':
saveinterface.cpp:907: error: `GtkSignalFunc' undeclared (first use this function)
make[2]: *** [saveinterface.o] Error 1
make[2]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike/launcher'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ygarl/VS/vegastrike/vegastrike'
make: *** [all] Error 2

And my Config.log (again!)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by vegastrike configure 0.4.0, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure --with-data-dir=/home/ygarl/VS/vegastrike/data

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.9-1.667
uname -s = Linux
uname -v = #1 Tue Nov 2 14:41:25 EST 2004

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/kerberos/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/ygarl/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1389: checking Checking for C++ compiler.
configure:1438: checking for g++
configure:1454: found /usr/bin/g++
configure:1464: result: g++
configure:1579: checking for C++ compiler version
configure:1582: g++ --version </dev/null >&5
g++ (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1585: $? = 0
configure:1587: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
configure:1590: $? = 0
configure:1592: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:1595: $? = 1
configure:1618: checking for C++ compiler default output file name
configure:1621: g++ conftest.cc >&5
configure:1624: $? = 0
configure:1670: result: a.out
configure:1675: checking whether the C++ compiler works
configure:1681: ./a.out
configure:1684: $? = 0
configure:1701: result: yes
configure:1708: checking whether we are cross compiling
configure:1710: result: no
configure:1713: checking for suffix of executables
configure:1715: g++ -o conftest conftest.cc >&5
configure:1718: $? = 0
configure:1743: result:
configure:1749: checking for suffix of object files
configure:1770: g++ -c conftest.cc >&5
configure:1773: $? = 0
configure:1795: result: o
configure:1799: checking whether we are using the GNU C++ compiler
configure:1823: g++ -c conftest.cc >&5
configure:1829: $? = 0
configure:1833: test -z
|| test ! -s conftest.err
configure:1836: $? = 0
configure:1839: test -s conftest.o
configure:1842: $? = 0
configure:1855: result: yes
configure:1861: checking whether g++ accepts -g
configure:1882: g++ -c -g conftest.cc >&5
configure:1888: $? = 0
configure:1892: test -z
|| test ! -s conftest.err
configure:1895: $? = 0
configure:1898: test -s conftest.o
configure:1901: $? = 0
configure:1912: result: yes
configure:1954: g++ -c -g -O2 conftest.cc >&5
configure:1960: $? = 0
configure:1964: test -z
|| test ! -s conftest.err
configure:1967: $? = 0
configure:1970: test -s conftest.o
configure:1973: $? = 0
configure:1999: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: `exit' undeclared (first use this function)
conftest.cc:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:2005: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:1954: g++ -c -g -O2 conftest.cc >&5
configure:1960: $? = 0
configure:1964: test -z
|| test ! -s conftest.err
configure:1967: $? = 0
configure:1970: test -s conftest.o
configure:1973: $? = 0
configure:1999: g++ -c -g -O2 conftest.cc >&5
configure:2005: $? = 0
configure:2009: test -z
|| test ! -s conftest.err
configure:2012: $? = 0
configure:2015: test -s conftest.o
configure:2018: $? = 0
configure:2046: checking how to run the C++ preprocessor
configure:2077: g++ -E conftest.cc
configure:2083: $? = 0
configure:2115: g++ -E conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2121: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2160: result: g++ -E
configure:2184: g++ -E conftest.cc
configure:2190: $? = 0
configure:2222: g++ -E conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:2228: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:2317: checking for gcc
configure:2333: found /usr/bin/gcc
configure:2343: result: gcc
configure:2587: checking for C compiler version
configure:2590: gcc --version </dev/null >&5
gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2593: $? = 0
configure:2595: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
configure:2598: $? = 0
configure:2600: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2603: $? = 1
configure:2606: checking whether we are using the GNU C compiler
configure:2630: gcc -c conftest.c >&5
configure:2636: $? = 0
configure:2640: test -z
|| test ! -s conftest.err
configure:2643: $? = 0
configure:2646: test -s conftest.o
configure:2649: $? = 0
configure:2662: result: yes
configure:2668: checking whether gcc accepts -g
configure:2689: gcc -c -g conftest.c >&5
configure:2695: $? = 0
configure:2699: test -z
|| test ! -s conftest.err
configure:2702: $? = 0
configure:2705: test -s conftest.o
configure:2708: $? = 0
configure:2719: result: yes
configure:2736: checking for gcc option to accept ANSI C
configure:2806: gcc -c -g -O2 conftest.c >&5
configure:2812: $? = 0
configure:2816: test -z
|| test ! -s conftest.err
configure:2819: $? = 0
configure:2822: test -s conftest.o
configure:2825: $? = 0
configure:2843: result: none needed
configure:2861: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2867: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3005: checking how to run the C preprocessor
configure:3040: gcc -E conftest.c
configure:3046: $? = 0
configure:3078: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3084: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3123: result: gcc -E
configure:3147: gcc -E conftest.c
configure:3153: $? = 0
configure:3185: gcc -E conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3191: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3235: Using compiler: g++.
configure:3269: checking build system type
configure:3287: result: i686-pc-linux-gnu
configure:3295: checking host system type
configure:3309: result: i686-pc-linux-gnu
configure:3317: checking target system type
configure:3331: result: i686-pc-linux-gnu
configure:3360: checking for a BSD-compatible install
configure:3415: result: /usr/bin/install -c
configure:3426: checking whether build environment is sane
configure:3469: result: yes
configure:3534: checking for gawk
configure:3550: found /usr/bin/gawk
configure:3560: result: gawk
configure:3570: checking whether make sets $(MAKE)
configure:3590: result: yes
configure:3620: checking for style of include used by make
configure:3648: result: GNU
configure:3824: checking dependency style of gcc
configure:3914: result: gcc3
configure:3933: checking dependency style of g++
configure:4023: result: gcc3
configure:4142: checking for egrep
configure:4152: result: grep -E
configure:4158: checking for AIX
configure:4180: result: no
configure:4186: checking for ANSI C header files
configure:4211: g++ -c conftest.cc >&5
configure:4217: $? = 0
configure:4221: test -z
|| test ! -s conftest.err
configure:4224: $? = 0
configure:4227: test -s conftest.o
configure:4230: $? = 0
configure:4319: g++ -o conftest conftest.cc >&5
configure:4322: $? = 0
configure:4324: ./conftest
configure:4327: $? = 0
configure:4342: result: yes
configure:4366: checking for sys/types.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for sys/stat.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for stdlib.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for string.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for memory.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for strings.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for inttypes.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for stdint.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4366: checking for unistd.h
configure:4382: g++ -c conftest.cc >&5
configure:4388: $? = 0
configure:4392: test -z
|| test ! -s conftest.err
configure:4395: $? = 0
configure:4398: test -s conftest.o
configure:4401: $? = 0
configure:4412: result: yes
configure:4434: checking minix/config.h usability
configure:4446: g++ -c conftest.cc >&5
conftest.cc:61:26: minix/config.h: No such file or directory
configure:4452: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4475: result: no
configure:4479: checking minix/config.h presence
configure:4489: g++ -E conftest.cc
conftest.cc:27:26: minix/config.h: No such file or directory
configure:4495: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4515: result: no
configure:4550: checking for minix/config.h
configure:4557: result: no
configure:4586: checking for library containing strerror
configure:4616: g++ -o conftest conftest.cc >&5
configure:4622: $? = 0
configure:4626: test -z
|| test ! -s conftest.err
configure:4629: $? = 0
configure:4632: test -s conftest
configure:4635: $? = 0
configure:4705: result: none required
configure:4730: g++ -c -falign-loops=4 conftest.cc >&5
configure:4736: $? = 0
configure:4740: test -z
|| test ! -s conftest.err
configure:4743: $? = 0
configure:4746: test -s conftest.o
configure:4749: $? = 0
configure:4776: g++ -c -malign-loops=4 conftest.cc >&5
conftest.cc:1: warning: -malign-loops is obsolete, use -falign-loops
configure:4782: $? = 0
configure:4786: test -z
|| test ! -s conftest.err
configure:4789: $? = 0
configure:4792: test -s conftest.o
configure:4795: $? = 0
configure:4836: g++ -c -Werror -pthread conftest.cc >&5
configure:4842: $? = 0
configure:4846: test -z
|| test ! -s conftest.err
configure:4849: $? = 0
configure:4852: test -s conftest.o
configure:4855: $? = 0
configure:4882: checking for a BSD-compatible install
configure:4937: result: /usr/bin/install -c
configure:4948: checking whether ln -s works
configure:4952: result: yes
configure:5000: checking for ranlib
configure:5016: found /usr/bin/ranlib
configure:5027: result: ranlib
configure:5048: checking for dirent.h that defines DIR
configure:5072: g++ -c conftest.cc >&5
configure:5078: $? = 0
configure:5082: test -z
|| test ! -s conftest.err
configure:5085: $? = 0
configure:5088: test -s conftest.o
configure:5091: $? = 0
configure:5102: result: yes
configure:5115: checking for library containing opendir
configure:5145: g++ -o conftest conftest.cc >&5
configure:5151: $? = 0
configure:5155: test -z
|| test ! -s conftest.err
configure:5158: $? = 0
configure:5161: test -s conftest
configure:5164: $? = 0
configure:5234: result: none required
configure:5372: checking for working alloca.h
configure:5393: g++ -o conftest conftest.cc >&5
configure:5399: $? = 0
configure:5403: test -z
|| test ! -s conftest.err
configure:5406: $? = 0
configure:5409: test -s conftest
configure:5412: $? = 0
configure:5424: result: yes
configure:5434: checking for alloca
configure:5475: g++ -o conftest conftest.cc >&5
configure:5481: $? = 0
configure:5485: test -z
|| test ! -s conftest.err
configure:5488: $? = 0
configure:5491: test -s conftest
configure:5494: $? = 0
configure:5506: result: yes
configure:5729: checking for sys/wait.h that is POSIX.1 compatible
configure:5760: g++ -c conftest.cc >&5
configure:5766: $? = 0
configure:5770: test -z
|| test ! -s conftest.err
configure:5773: $? = 0
configure:5776: test -s conftest.o
configure:5779: $? = 0
configure:5790: result: yes
configure:5830: checking OS.h usability
configure:5842: g++ -c conftest.cc >&5
conftest.cc:65:16: OS.h: No such file or directory
configure:5848: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <OS.h>
configure:5871: result: no
configure:5875: checking OS.h presence
configure:5885: g++ -E conftest.cc
conftest.cc:31:16: OS.h: No such file or directory
configure:5891: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h. */
| #include <OS.h>
configure:5911: result: no
configure:5946: checking for OS.h
configure:5953: result: no
configure:5830: checking arpa/inet.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking arpa/inet.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for arpa/inet.h
configure:5953: result: yes
configure:5830: checking fcntl.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking fcntl.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for fcntl.h
configure:5953: result: yes
configure:5830: checking float.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking float.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for float.h
configure:5953: result: yes
configure:5830: checking limits.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking limits.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for limits.h
configure:5953: result: yes
configure:5830: checking math.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking math.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for math.h
configure:5953: result: yes
configure:5830: checking netdb.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking netdb.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for netdb.h
configure:5953: result: yes
configure:5830: checking netinet/in.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking netinet/in.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for netinet/in.h
configure:5953: result: yes
configure:5830: checking stddef.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking stddef.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for stddef.h
configure:5953: result: yes
configure:5830: checking sys/ioctl.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking sys/ioctl.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for sys/ioctl.h
configure:5953: result: yes
configure:5830: checking sys/param.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking sys/param.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for sys/param.h
configure:5953: result: yes
configure:5830: checking sys/time.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking sys/time.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for sys/time.h
configure:5953: result: yes
configure:5830: checking sys/timeb.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking sys/timeb.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for sys/timeb.h
configure:5953: result: yes
configure:5830: checking values.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking values.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for values.h
configure:5953: result: yes
configure:5830: checking wchar.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking wchar.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for wchar.h
configure:5953: result: yes
configure:5830: checking wctype.h usability
configure:5842: g++ -c conftest.cc >&5
configure:5848: $? = 0
configure:5852: test -z
|| test ! -s conftest.err
configure:5855: $? = 0
configure:5858: test -s conftest.o
configure:5861: $? = 0
configure:5871: result: yes
configure:5875: checking wctype.h presence
configure:5885: g++ -E conftest.cc
configure:5891: $? = 0
configure:5911: result: yes
configure:5946: checking for wctype.h
configure:5953: result: yes
configure:5983: checking linux/slab.h usability
configure:5995: g++ -c conftest.cc >&5
conftest.cc:80:24: linux/slab.h: No such file or directory
configure:6001: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/slab.h>
configure:6024: result: no
configure:6028: checking linux/slab.h presence
configure:6038: g++ -E conftest.cc
conftest.cc:46:24: linux/slab.h: No such file or directory
configure:6044: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <linux/slab.h>
configure:6064: result: no
configure:6099: checking for linux/slab.h
configure:6106: result: no
configure:5983: checking linux/malloc.h usability
configure:5995: g++ -c conftest.cc >&5
conftest.cc:80:26: linux/malloc.h: No such file or directory
configure:6001: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/malloc.h>
configure:6024: result: no
configure:6028: checking linux/malloc.h presence
configure:6038: g++ -E conftest.cc
conftest.cc:46:26: linux/malloc.h: No such file or directory
configure:6044: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h. */
| #include <linux/malloc.h>
configure:6064: result: no
configure:6099: checking for linux/malloc.h
configure:6106: result: no
configure:6276: checking for vfscanf
configure:6333: g++ -o conftest conftest.cc >&5
configure:6339: $? = 0
configure:6343: test -z
|| test ! -s conftest.err
configure:6346: $? = 0
configure:6349: test -s conftest
configure:6352: $? = 0
configure:6364: result: yes
configure:6377: checking for an ANSI C-conforming const
configure:6444: g++ -c conftest.cc >&5
configure:6450: $? = 0
configure:6454: test -z
|| test ! -s conftest.err
configure:6457: $? = 0
configure:6460: test -s conftest.o
configure:6463: $? = 0
configure:6474: result: yes
configure:6484: checking whether time.h and sys/time.h may both be included
configure:6509: g++ -c conftest.cc >&5
configure:6515: $? = 0
configure:6519: test -z
|| test ! -s conftest.err
configure:6522: $? = 0
configure:6525: test -s conftest.o
configure:6528: $? = 0
configure:6539: result: yes
configure:6549: checking for inline
configure:6570: g++ -c conftest.cc >&5
configure:6576: $? = 0
configure:6580: test -z
|| test ! -s conftest.err
configure:6583: $? = 0
configure:6586: test -s conftest.o
configure:6589: $? = 0
configure:6601: result: inline
configure:6620: checking for off_t
configure:6644: g++ -c conftest.cc >&5
configure:6650: $? = 0
configure:6654: test -z
|| test ! -s conftest.err
configure:6657: $? = 0
configure:6660: test -s conftest.o
configure:6663: $? = 0
configure:6674: result: yes
configure:6686: checking for pid_t
configure:6710: g++ -c conftest.cc >&5
configure:6716: $? = 0
configure:6720: test -z
|| test ! -s conftest.err
configure:6723: $? = 0
configure:6726: test -s conftest.o
configure:6729: $? = 0
configure:6740: result: yes
configure:6752: checking for size_t
configure:6776: g++ -c conftest.cc >&5
configure:6782: $? = 0
configure:6786: test -z
|| test ! -s conftest.err
configure:6789: $? = 0
configure:6792: test -s conftest.o
configure:6795: $? = 0
configure:6806: result: yes
configure:6818: checking whether time.h and sys/time.h may both be included
configure:6873: result: yes
configure:6883: checking whether struct tm is in sys/time.h or time.h
configure:6906: g++ -c conftest.cc >&5
configure:6912: $? = 0
configure:6916: test -z
|| test ! -s conftest.err
configure:6919: $? = 0
configure:6922: test -s conftest.o
configure:6925: $? = 0
configure:6936: result: time.h
configure:6946: checking for uid_t in sys/types.h
configure:6969: result: yes
configure:6986: checking whether closedir returns void
configure:7015: g++ -o conftest conftest.cc >&5
configure:7018: $? = 0
configure:7020: ./conftest
configure:7023: $? = 0
configure:7037: result: no
configure:7047: checking for working memcmp
configure:7095: g++ -o conftest conftest.cc >&5
configure:7098: $? = 0
configure:7100: ./conftest
configure:7103: $? = 0
configure:7117: result: yes
configure:7134: checking for stdlib.h
configure:7139: result: yes
configure:7134: checking for unistd.h
configure:7139: result: yes
configure:7283: checking for getpagesize
configure:7340: g++ -o conftest conftest.cc >&5
configure:7346: $? = 0
configure:7350: test -z
|| test ! -s conftest.err
configure:7353: $? = 0
configure:7356: test -s conftest
configure:7359: $? = 0
configure:7371: result: yes
configure:7381: checking for working mmap
configure:7523: g++ -o conftest conftest.cc >&5
configure:7526: $? = 0
configure:7528: ./conftest
configure:7531: $? = 0
configure:7545: result: yes
configure:7571: checking sys/select.h usability
configure:7583: g++ -c conftest.cc >&5
configure:7589: $? = 0
configure:7593: test -z
|| test ! -s conftest.err
configure:7596: $? = 0
configure:7599: test -s conftest.o
configure:7602: $? = 0
configure:7612: result: yes
configure:7616: checking sys/select.h presence
configure:7626: g++ -E conftest.cc
configure:7632: $? = 0
configure:7652: result: yes
configure:7687: checking for sys/select.h
configure:7694: result: yes
configure:7571: checking sys/socket.h usability
configure:7583: g++ -c conftest.cc >&5
configure:7589: $? = 0
configure:7593: test -z
|| test ! -s conftest.err
configure:7596: $? = 0
configure:7599: test -s conftest.o
configure:7602: $? = 0
configure:7612: result: yes
configure:7616: checking sys/socket.h presence
configure:7626: g++ -E conftest.cc
configure:7632: $? = 0
configure:7652: result: yes
configure:7687: checking for sys/socket.h
configure:7694: result: yes
configure:7707: checking types of arguments for select
configure:7740: g++ -c conftest.cc >&5
configure:7746: $? = 0
configure:7750: test -z
|| test ! -s conftest.err
configure:7753: $? = 0
configure:7756: test -s conftest.o
configure:7759: $? = 0
configure:7775: result: int,fd_set *,struct timeval *
configure:7798: checking return type of signal handlers
configure:7829: g++ -c conftest.cc >&5
configure:7835: $? = 0
configure:7839: test -z
|| test ! -s conftest.err
configure:7842: $? = 0
configure:7845: test -s conftest.o
configure:7848: $? = 0
configure:7859: result: void
configure:7871: checking for vprintf
configure:7928: g++ -o conftest conftest.cc >&5
configure:7934: $? = 0
configure:7938: test -z
|| test ! -s conftest.err
configure:7941: $? = 0
configure:7944: test -s conftest
configure:7947: $? = 0
configure:7959: result: yes
configure:7966: checking for _doprnt
configure:8023: g++ -o conftest conftest.cc >&5
/tmp/ccujJyOK.o(.text+0x22): In function `main':
: undefined reference to `_doprnt'
/tmp/ccujJyOK.o(.data+0x0): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:8029: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vegastrike"
| #define PACKAGE_TARNAME "vegastrike"
| #define PACKAGE_VERSION "0.4.0"
| #define PACKAGE_STRING "vegastrike 0.4.0"
| #define PACKAGE_BUGREPORT ""
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define PACKAGE "vegastrike"
| #define VERSION "0.4.0"
| #define LINUX 1
| #define POSIX 1
| #define UNIX 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_VFSCANF 1
| #define TIME_WITH_SYS_TIME 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
|
That which can be imagined can be achieved.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

seems like it works ;-)


it just didn't build the saveinterface cus you didn't have the proper gtk devel kit

this is fine because that means src/vegastrike built properly and you can go ahead and copy that into data4.x/bin and play!!
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Ari Rahikkala
Bounty Hunter
Bounty Hunter
Posts: 141
Joined: Wed May 12, 2004 12:12 pm
Location: Kärsämäki, Finland
Contact:

Post by Ari Rahikkala »

Would it be possible to compile the save interface conditionally on finding the requisite gtk+ stuff, just to confuse people less?
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

I have no idea how to conditionally compile directoires....
save interface really isn't need any more...since we have multiple savegames...so I may just take it out of the build for the next release


then again next release will not require anyone to build anything unless they want CVS ;-) so we'll have a lot less complaint from the average linux user
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Ygarl
Merchant
Merchant
Posts: 42
Joined: Wed Jul 07, 2004 9:37 am
Location: London UK
Contact:

Post by Ygarl »

Hi Hellcatv...
You've been a lot of help... howeeeeever...

When I run vsinstall.sh, it seems entirely unable to find an directories it needs to work:

[root@localhost data]# sh vsinstall.sh
head: cannot open `/home/ygarl/VS/vegastrike/data/../Version.txt' for reading: No such file or directory
cp: cannot stat `/home/ygarl/VS/vegastrike/data/../setup.config': No such file or directory
cp: cannot stat `/home/ygarl/VS/vegastrike/data/../vegastrike.config': No such file or directory
vsinstall.sh: line 14: /home/ygarl/VS/vegastrike/data/setup: No such file or directory
vsinstall.sh: line 20: ./vegastrike: No such file or directory

Tried to run it via vegastrike.sh. Absolutely no effect whatsoever. Strangeness...
No problem: soldier on. Found the vegastrike binary hiding in /usr/local/bin, and gave it a whirl.

Runs great - windowed but perky (no sound though...) No probs. I know the problems everyone has with the Options screen (and we know my GTK won't work anyhoo) so I edited the vegastrike.config to the following:

---SNIP!----
These line set the currently used settings. This allows them to show up as selected (currently enclosed in [])
#set Video GeForce3
#set Resolution 1024x768
#set Sound audio_3d_windows
#set MusicAndVolume windows_ext_music_high
#set Computer P1000MHz
#set Color full_16
#set Difficulty easier
#set Mouse warp_mouse
#set Optimized displaylist
#set MouseCursor fancy_cursor
#set Joystick no_joy
#set PerPixelLighting pixmapspeclight
---- SNIP! ----

Ummm... only problem is - changing these settings have no effect - whatsoever. Still windowed, no mouse working. I'm quite happy to run it windowed, don't mind at all. The lack of mouse control has me getting hammered 10 ways to breakfast, though!

Any ideas? That's just plain wierd.
That which can be imagined can be achieved.
Ygarl
Merchant
Merchant
Posts: 42
Joined: Wed Jul 07, 2004 9:37 am
Location: London UK
Contact:

Post by Ygarl »

Hmmm... perhaps setting these things from command line is possible...

A troll through the Wiki hasn't dug up any command line usage for VS.

Any ideas?
That which can be imagined can be achieved.
Ari Rahikkala
Bounty Hunter
Bounty Hunter
Posts: 141
Joined: Wed May 12, 2004 12:12 pm
Location: Kärsämäki, Finland
Contact:

Post by Ari Rahikkala »

Would it be possible to put {the stuff vssetup uses} and {the actual settings} in separate files, just to confuse people less?
zazen
Trader
Trader
Posts: 25
Joined: Mon Nov 29, 2004 5:24 pm
Location: Brisbane damnit Australia damnit
Contact:

Post by zazen »

hellcatv wrote:I see your configure command enabled the old boost
$ ./configure --enable-boost-128
--with-data-dir=/home/ygarl/VS/vegastrike/data


try going to the source directory and typing

./configure
--with-data-dir=/home/ygarl/VS/vegastrike/data

and ommitting the enable-boost-128

I should take that out of the linux script given that more and more people are using 3.4.3 and fewer people are using 2.95 (which refuses to comp0ile unless the boost128 is specified)
I'm adding a link to this thread from this thread because the other thread is referenced from the wiki regarding compiling with ming and cygwin on windoze. The other thread doesn't so much black space so it's easier to read you see.
Black tea, with a bit of milk.. and don't steal the sugar please!!
Post Reply