Closed JabSYsEmb closed 1 year ago
It seems that you are trying to compile against ffmpeg 5, so you are experiencing https://github.com/osrf/gazebo/issues/3180 that should be fixed by https://github.com/osrf/gazebo/pull/3195 .
I am trying to build gazebo project on my m1 machine since there isn't any pre-built version for m1 chip.
Just FYI, on conda-forge we have non-official macOS M1 binaries: https://anaconda.org/conda-forge/gazebo .
Hi folks,
I am trying to build gazebo project on my m1 machine since there isn't any pre-built version for m1 chip.
I was able to run
cmake
command with passingCMAKE_PREFIX_PATH
andQWT_INCLUDE_DIR
as follows:the output:
when I try to build the project I have the following error, is there any upcomming update solves this error?
what I can do to make the build passes for this error?