yarp icon indicating copy to clipboard operation
yarp copied to clipboard

Replace XmlRpcCpp with the one available on Debian

Open drdanz opened this issue 4 years ago • 0 comments
trafficstars

The xmlrpcpp library is available on debian (libxmlrpcpp-dev), we have a customized version in the extern/xmlrpcpp folder. AFAIK the changes are just for

  • Building on windows
  • Move the library in a namespace to avoid conflicts

This library is used only for the xmlrpc carrier.

We should:

  • [ ] Investigate if the "official" library works on windows now.
  • [ ] Find out if it is available on Windows and distributed with some package manager (vcpkg, conda)
  • [ ] Check if we have some special bugfix, and eventually propose them upstream
  • [ ] Port the xmlrpc carrier to the "official" library.

drdanz avatar Jan 16 '21 12:01 drdanz