Build on macos #2664
-
I am trying to build osgEarth on mac but i keep getting this error. I have protoc version libprotoc 25.3 which is needed for and installed with gdal. What would be the best solution for such problem? Thank you.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't recall OpenSceneGraph using protobuf. Where/how does it use it? |
Beta Was this translation helpful? Give feedback.
-
For future reference: I found i had 2 protobuf installed on my system. one is the system installation and the other is the anaconda installation. cmake refers to both of them in the build process. the fix is to use one of them and discard the other. @gwaldron Thanks for your help. |
Beta Was this translation helpful? Give feedback.
For future reference: I found i had 2 protobuf installed on my system. one is the system installation and the other is the anaconda installation. cmake refers to both of them in the build process. the fix is to use one of them and discard the other. @gwaldron Thanks for your help.