On Wed, Mar 09, 2005 at 05:36:54PM -0500, Chris Gagnon wrote:
> /usr/local/include/mysql++/resiter.h:55: no class template named `iterator'
> in `std'
>
> gmake: *** [EOSServer.o] Error 1
You asked this question before and Warren responded. :-)
What version compiler and standard libraries are you using?
You may also want to grep the headers of your C++ installation and see where
'iterator' is. Mine is in:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/include/g++-v3/bits/stl_iterator_base_types.h
- Chris