Re: [C++-sig] Compile error when using exception_translation.hpp

2009-10-13 Thread Ralf W. Grosse-Kunstleve
t: Mon, October 12, 2009 12:38:42 AM Subject: [C++-sig] Compile error when using exception_translation.hpp When compiling the following code using gcc-4.3.2 and boost-1.37, I get errors as listed at the end. It also fails for boost-1.40 and gcc-4.3.4. It is solved when patching translate_exceptio

[C++-sig] Compile error when using exception_translation.hpp

2009-10-12 Thread Ger van Diepen
When compiling the following code using gcc-4.3.2 and boost-1.37, I get errors as listed at the end. It also fails for boost-1.40 and gcc-4.3.4. It is solved when patching translate_exception.hpp by adding # include Is it a Boost-Python problem or do I do something wrong? Of course, I can includ