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]
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
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