Looks like there is a new cmake based building system I have successfully built current Gazebo trunk like this: cd gazebo_trunk_root mkdir build cmake .. make
Basically the same process than Player. Now the compiled files are kept in the build directory, so the previously compiled objects are not used anymore, I have deleted them with : cd server/ find ./ -name "*.os" | xargs rm Somehow unrelated, if there is any Rubyist in the list, I have just added to Player trunk a first version of Ruby bindings for Player. -- Jordi Polo Carres NLP laboratory - NAIST http://www.bahasara.org ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Playerstage-gazebo mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
