installing gazebo on mac os x
I am in the process of installing Gazebo on an iMac running Mac OS 10.9.4
Following the instructions on the Gazebo web page, I made sure Howebrew was up to date, and installed XQuartz.
When installing osrf/simulation I received a warning message:
sudo brew tap osrf/simulation
Password:
Cloning into '/usr/local/Library/Taps/osrf/homebrew-simulation'...
remote: Counting objects: 382, done.
remote: Total 382 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (382/382), 60.59 KiB | 0 bytes/s, done.
Resolving deltas: 100% (231/231), done.
Checking connectivity... done.
Warning: Could not tap osrf/simulation/protobuf over Homebrew/homebrew/protobuf
When I attempted to install gazebo4, I get an error message:
sudo brew install gazebo4
Error: No available formula for gazebo4
I get the same error message when I use "sudo brew install gazeb04 --HEAD"
I (impetuously) attempted to install using "brew install gazebo", which generated a long series of patch and make messages. No errors or warnings (full output list available if needed). However, no executable "gazebo" appears to have been created.
Also, "sudo brew uninstall gazebo" produces the enigmatic message: "Sorry, try again."
Suggestions? Should I just install gazebo3?