Received 'rospack failed to build' message when executed rosmake
Hello,
I'm totally new with ROS and all the robot related stuff, so I'm following all the instructions here to get involved and learn how ROS works.
I'm using Fedora 15 and followed these instructions http://www.ros.org/wiki/electric/Installation/Fedora to install ROS. Everything worked fine, so I continued with the tutorials indicated in this same page to start learning ROS.
Everything was fine until I arrived to the building packages tutorial, I was able to create my first package but when I tried to build it I get the following message:
[manu@manu beginner_tutorials]$ rosmake beginner_tutorials
Rospack failed to build
I have no idea what can be causing this, I did a search at Google and at the ROS answers page but haven't find yet how to solve this. The most similar error I found related to this pointed to the CDPATH environment variable, but I have already verified that this variable is not set in my machine and also if I set it to '.' get the same result.
I'll really appreciate any suggestion or tip about how to debug this, I know this may be a configuration error or a very elemental question, but I hope that soon I could get more involved with how all this works :D.
Any suggestions about how to debug this??? I haven't found an answer yet, I'm trying to debug the makefiles to know what can be causing this