I am following tutorial for making a plugin given in tutorial of gazebo (link in description). When I try to compile the hello_world.cc file using cmake, I get this error :Configuring incomplete, errors occurred! How to resolve this ?

asked 2018-05-18 04:02:39 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Link for tutorial : http://gazebosim.org/tutorials?tut=plugins_hello_world&cat=write_plugin#CompilingthePlugin. After that when I run make, it says : make: * No targets specified and no makefile found. Stop.

edit retag flag offensive close merge delete

Comments

1

This is just the last message it shows, kind of as a sum-up of the cmake process. During the cmake process there should be some other error messages, i.e. missing packages or your cmake version is not correct. Please provide more information about the error messages during the cmake process.

Adrian gravatar imageAdrian ( 2018-05-28 06:04:12 -0500 )edit