2015-05-15 00:24:45 -0500 | received badge | ● Taxonomist |
2013-03-02 08:13:05 -0500 | received badge | ● Popular Question (source) |
2013-03-02 08:13:05 -0500 | received badge | ● Notable Question (source) |
2013-03-02 08:13:05 -0500 | received badge | ● Famous Question (source) |
2012-10-21 12:08:31 -0500 | commented question | Installing Gazebo package in simulator_gazebo ROS stack on OSX Lion No, other problems have arisen since then. I haven't had a chance to continue trying to install it yet. |
2012-10-18 14:33:56 -0500 | commented question | Installing Gazebo package in simulator_gazebo ROS stack on OSX Lion While waiting for the question to be posted, I figured out the answer to this question. pkg-config couldn't find the library files because there were no .pc files created to find these libraries. Manually creating them solved this issue. |
2012-10-09 15:34:11 -0500 | asked a question | Installing Gazebo package in simulator_gazebo ROS stack on OSX Lion I am having a hard time getting the gazebo package in the simulator_gazebo stack to compile on Lion. I can get all the ROS package dependencies installed, but when compiling Gazebo itself, I get a compilation error that looks like this: -- BUILD WARNINGS -- CEGUI not found, opengl GUI will be disabled. -- Player not found, gazebo plugin for player will not be built. -- END BUILD WARNINGS -- BUILD ERRORS: These must be resolved before compiling. -- Missing: tinyxml -- Missing: TBB - Threading Building Blocks -- END BUILD ERRORS CMake Error at CMakeLists.txt:193 (message): Errors encountered in build. -- Configuring incomplete, errors occurred! make[1]: * [installed] Error 1 CMake Error at CMakeLists.txt:29 (message): Build of Gazebo failed -- Configuring incomplete, errors occurred! I have installed both of the packages tinyxml and tbb from Homebrew, but the install script seems to be unable to find them. Any help is appreciated. |