From: Jonathan B. <jbr...@ea...> - 2003-05-13 01:30:31
|
On Mon, 2003-05-12 at 20:05, ima...@gm... wrote: > CXX/Include/CXX_Objects.h:968: no class template named `iterator' in `std' > CXX/Include/CXX_Objects.h:1079: no class template named `iterator' in `std' > make[1]: *** [arrow.lo] Fehler 1 > make[1]: Leaving directory `/usr/src/visual-2.0.1/cvisual' > make: *** [install-recursive] Fehler 1 I assume that "Fehler" translates to "Error"? If so, the build did not succeed. You are most likely using a different build from this one. A new teeney_version release will be forthcoming very soon to correct this regression. In the meantime, you can go into CXX/Include/Config.h and change #define HAVE_STL_ITERATOR_TRAITS 1 to #define HAVE_STL_ITERATOR_TRAITS 0 It should have been covered by autoconf. > Thank you very much. > Nikolai You're welcome, Jonathan Brandmeyer |