xmlrpc-c compilation fail with new gcc 4.4.0
Brought to you by:
giraffedata
Hi, I tried to compile xmlrpc-c from trunk on my Arch Linux with new 4.4.0 20090630 (prerelease) and get this error:
server_pstream_conn.cpp:108: error: extra qualification ‘xmlrpc_c::serverPstreamConn_impl::’ on member ‘processRecdPacket’
After removing the prefix "serverPstreamConn_impl::" from this line I get success compilation.