ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There is tinyxml with std::string and without. It has to be configured for the built library, but in the standard tinyxml.h there is also an #ifdef for this difference. So try compiling with the define -DTIXML_USE_STL.

There is tinyxml with std::string and without. It has to be configured for during the built library, but in build procedure. In the standard tinyxml.h there is also an #ifdef for this difference. So try compiling with the define -DTIXML_USE_STL.-DTIXML_USE_STL. The standard tinyxml packages for ubuntu does not have this difference it is configured for usage of std::string and has a small change in the tinyxml.h so that you do not need this flag.

cf.

http://www.grinninglizard.com/tinyxmldocs/index.html