Robotics StackExchange | Archived questions

Compiling a c++ rosnode with TinyXML

Hello! I followed this tutorial http://wiki.ros.org/tinyxml to compile my node where i use TinyXML but the probleme is that I'm getting a Warning and I can't figure why and solve it. Did somebody Have any Idea ?

The Warning is :

cc1plus: warning: /usr/lib/x86_64-linux-gnu/libtinyxml.so: not a directory [enabled by default]

Asked by Falcon on 2017-01-25 06:55:35 UTC

Comments

That looks like a bug in your CMakeLists.txt Please edit your post to have enough information for us to reproduce your problem. http://wiki.ros.org/Support

Asked by tfoote on 2017-01-25 21:27:55 UTC

For the CMakeLists.txt i made exactly what is wroten here http://wiki.ros.org/tinyxml and taht made the warning to appear Ps : i'm using ros indigo

Asked by Falcon on 2017-01-26 14:29:49 UTC

Answers