Roman Yakovenko wrote:
>> ERROR: test (operators_tester.tester_t)
>
> Can you send the error?
gccxml (0.6.0) produces errors on a Boost header which look like this:
gccxml_runtime_error_t: Error occured while running GCC-XML: In file
included from
C:/Programme/Programmieren/boost/include/boost-1_33_1/boost/type_traits/is_arithmetic.hpp:12,
from
C:/Programme/Programmieren/boost/include/boost-1_33_1/boost/type_traits/arithmetic_traits.hpp:14,
from
C:/Programme/Programmieren/boost/include/boost-1_33_1/boost/detail/ob_call_traits.hpp:27,
from
C:/Programme/Programmieren/boost/include/boost-1_33_1/boost/call_traits.hpp:19,
from
C:/Programme/Programmieren/boost/include/boost-1_33_1/boost/rational.hpp:48,
from
D:/home/baas/Projekte/pyplusplus/pyplusplus_dev/unittests/data/operators_to_be_exported.hpp:9:
C:/Programme/Programmieren/boost/include/boost-1_33_1/boost/type_traits/is_integral.hpp:47:
error: syntax
error before `>' token
C:/Programme/Programmieren/boost/include/boost-1_33_1/boost/type_traits/is_integral.hpp:47:
error: syntax
error before `>' token
C:/Programme/Programmieren/boost/include/boost-1_33_1/boost/type_traits/is_integral.hpp:47:
error: syntax
error before `;' token
C:/Programme/Programmieren/boost/include/boost-1_33_1/boost/type_traits/is_integral.hpp:47:
error: `
friend' can only be specified inside a class
.
.
.
.
.
C:/Programme/Programmieren/boost/include/boost-1_33_1/boost/type_traits/is_integral.hpp:48:
internal compiler error: Segmentation
fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
So it doesn't look like this is an error in Py++.
- Matthias -
|