Here are the changes I had to make to get xmlrpc-epi to
compile with the Solaris and AIX compilers. The most
common problem was the '//' comment delimiter. There
were a few places where 'inline' was used and where
enum definitions had trailing commas. And in
xml_element.c, line 173, the compilers took exception
to the assignment to root->name.
Patches for Sun and IBM compilers
is this still an issue? looks like the // comments are still in the code. If any one cares about this still please ping me directly and we can rebase the patch and import