I have tried to compile the lib with g++ 2.95.3, but there are problems with the char_traits in the template:
template<class _E = char, class _Tr = std::char_traits<_E> >
Has anyone succesfully compiled the library with gcc under Linux (Suse)?
Best Regards
Jrg
P.S: under windows the lib works fine !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have tried to compile the lib with g++ 2.95.3, but there are problems with the char_traits in the template:
template<class _E = char, class _Tr = std::char_traits<_E> >
Has anyone succesfully compiled the library with gcc under Linux (Suse)?
Best Regards
Jrg
P.S: under windows the lib works fine !
Look at this other message in the forum for a 2.95.3 patch:
http://sourceforge.net/forum/message.php?msg_id=1885705
I build on linux frequently, but I use g++ 3.1.
2.x is pre-ISO C++.