From: Siddhardh c. <sid...@gm...> - 2008-11-29 06:02:14
|
Hi, I am unable to compile the latest beta version of vpython. I am experiencing the following errors. * In file included from /usr/include/boost/python/exception_translator.hpp:12, from ./python/cvisualmodule.cpp:11: /usr/include/boost/python/detail/translate_exception.hpp:34: error: expected nested-name-specifier before 'add_reference' /usr/include/boost/python/detail/translate_exception.hpp:34: error: expected ';' before '<' token /usr/include/boost/python/detail/translate_exception.hpp: In member function 'bool boost::python::detail::translate_exception<ExceptionType, Translate>::operator()(const boost::python::detail::exception_handler&, const boost::function0<void>&, typename boost::call_traits<Translate>::param_type) const': /usr/include/boost/python/detail/translate_exception.hpp:56: error: expected type-specifier before 'exception_cref' /usr/include/boost/python/detail/translate_exception.hpp:56: error: expected `)' before 'e' /usr/include/boost/python/detail/translate_exception.hpp:56: error: expected `{' before 'e' /usr/include/boost/python/detail/translate_exception.hpp:56: error: 'e' was not declared in this scope /usr/include/boost/python/detail/translate_exception.hpp:56: error: expected `;' before ')' token * Could someone please help me understand what is wrong and how to correct it? Thanks. Siddhardh |