Something went wrong on our end
-
Marco Biasini authored
For quite some time, gcc 4.1 (the default compiler on CenOS 5.5) crashed when compiling ost. Turns out, that gcc doesn't like the struct in anonymous namespaces in instantitation some of the more arcance boost.python templates. Once the anonymous namespaces are removed everything works.
Marco Biasini authoredFor quite some time, gcc 4.1 (the default compiler on CenOS 5.5) crashed when compiling ost. Turns out, that gcc doesn't like the struct in anonymous namespaces in instantitation some of the more arcance boost.python templates. Once the anonymous namespaces are removed everything works.