[SciPy-user] Compiling with weave and g++ 3.2

Leon Widdershoven l.widdershoven at fz-juelich.de
Fri Nov 1 06:59:33 EST 2002


Hi,

I wrote some code using weave.inline, and this code would
not compile due to random_access_iterator: no such class.

I read that this has been an issue, but could not find an answer.
I have in the mean time found a way to compile the code:
in Config.hxx I changed
STANDARD_LIBRARY_HAS_ITERATOR_TRAITS 1
to
STANDARD_LIBRARY_HAS_ITERATOR_TRAITS 0

I Don't know what it does, but at least my code runs again.

Regards,
Leon Widdershoven



More information about the SciPy-User mailing list