Compiling a c++ rosnode with TinyXML

asked 2017-01-25 05:55:35 -0500

Falcon gravatar image

updated 2017-01-25 08:05:44 -0500

gvdhoorn gravatar image

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]
edit retag flag offensive close merge delete

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

tfoote gravatar image tfoote  ( 2017-01-25 20:27:55 -0500 )edit

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

Falcon gravatar image Falcon  ( 2017-01-26 13:29:49 -0500 )edit