<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I checked out ros trunk and make could not complete. I had to fix two lines,<br>


cfr attachment. The strange thing is that I kept getting these python<br>
exceptions:<br>
<br>
[ rosmake ] Last 40 lines<br>
{-------------------------------------------------------------------------------<br>
      generate(arg)<br>
    File "/home/kaltan/src/ros/trunks/ros/core/roscpp/scripts/gensrv_cpp.py",<br>
line 193, in generate<br>
      os.makedirs(output_dir)<br>
    File "/usr/lib/python2.6/os.py", line 157, in makedirs<br>
      mkdir(name, mode)<br>
  OSError: [Errno 17] File exists:<br>
'/home/kaltan/src/ros/trunks/ros/test/test_roscpp/srv_gen/cpp/include/test_roscpp'<br>
  make[4]: *** [../srv_gen/cpp/include/test_roscpp/TestStringString.h] Error 1<br>
  make[4]: Leaving directory<br>
`/home/kaltan/src/ros/trunks/ros/test/test_roscpp/build'<br>
<br>
I had to work around with a try statement. Really weird (Ubuntu Karmic,<br>
standard install). The other fix is a forgotten link library, when binutils-<br>
gold is used during linking.<br></blockquote><div><br>These are fixed in trunk, I'll get a patch release out soon.  Not sure how I (and our build machines) never hit that case in gensrv_cpp, it had already been fixed in genmsg_cpp.<br>

<br>Josh<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Regards,<br>
<font color="#888888">Peter<br>
</font><br>_______________________________________________<br>
ros-users mailing list<br>
<a href="mailto:ros-users@code.ros.org">ros-users@code.ros.org</a><br>
<a href="https://code.ros.org/mailman/listinfo/ros-users" target="_blank">https://code.ros.org/mailman/listinfo/ros-users</a><br>
<br></blockquote></div><br>