2009-10-31 12:30:11 UTC
Hi,
I downloaded xmlrpc++0.7.tar.gz and build on Linux debian but got following errors, please advise how to fix it?
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/basicstring.h:757: note: candidates are: std::basicstring<CharT, _Traits, _Alloc>& std::basicstring<CharT, _Traits, _Alloc>::operator+=(const std::basicstring<CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::chartraits<char>, Alloc = std::allocator<char>]
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/basicstring.h:766: note: std::basicstring<CharT, Traits, _Alloc>& std::basicstring<CharT, _Traits, _Alloc>::operator+=(const _CharT*) [with _CharT = char, _Traits = std::chartraits<char>, Alloc = std::allocator<char>] <near match>
/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/basicstring.h:775: note: std::basicstring<CharT, Traits, _Alloc>& std::basicstring<CharT, _Traits, _Alloc>::operator+=(CharT) [with CharT = char, _Traits = std::chartraits<char>, _Alloc = std::allocator<char>]
make[1]: *** [Validator] Error 1