-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing gazebo11 on iMac fails #1076
Comments
==> Summary If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): These open issues may also help: |
Same Error occurred for me. My mac has 3.12.3 version of Google protobuf library, which doesn't have the api 'ConstStringParam'. That api may be introduced after 3.12.3. |
Same error here. |
same error!!!! |
I was able to install Gazebo-10 though. |
Hi, I successfully run brew install gazebo10 as well. It ends with: But I don't know how to start this software. |
When I run "gazebo", it shows: |
Gazebo 10 installs but fails to run with this error—Gazebo11 installation now hangs in the middle at 100% CPU (presumably the change was caused by the homebrew update?) Warning: osrf/simulation/gazebo10 dependency gcc was built with a different C++ standard |
Same error when using Homebrew installing gazebo11 |
Last 15 lines from /Users/jcdonelson/Library/Logs/Homebrew/ignition-msgs5/02.make: If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): mbp:src jcdonelson$ gazebo |
the bottle has been rebuilt; it should be working now |
Build/install error(s):
Last 15 lines from /Users/rllucchesi/Library/Logs/Homebrew/gazebo11/02.make:
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Material_PBR_WorkflowType* value) {
~~~~~~~~~~~~~~~~~~~~~~~~~^
/usr/local/include/ignition/msgs5/ignition/msgs/material.pb.h:141:30: error: no type named 'ConstStringParam' in namespace 'google::protobuf'
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Material_ShaderType* value) {
~~~~~~~~~~~~~~~~~~~~~~~~~^
/usr/local/include/ignition/msgs5/ignition/msgs/material.pb.h:454:66: error: no type named 'ConstStringParam' in namespace 'google::protobuf'
static inline bool WorkflowType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
~~~~~~~~~~~~~~~~~~~~~~~~~^
/usr/local/include/ignition/msgs5/ignition/msgs/material.pb.h:823:64: error: no type named 'ConstStringParam' in namespace 'google::protobuf'
static inline bool ShaderType_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
~~~~~~~~~~~~~~~~~~~~~~~~~^
8 errors generated.
make[2]: *** [gazebo/msgs/CMakeFiles/gazebo_msgs.dir/msgs.cc.o] Error 1
make[1]: *** [gazebo/msgs/CMakeFiles/gazebo_msgs.dir/all] Error 2
make: *** [all] Error 2
I used the one line gazebo install
curl -ssL http://get.gazebosim.org | sh
and it failed.
Mac OS x 10.15.5
iMac with 8GB memory
The text was updated successfully, but these errors were encountered: