Closed r-bt closed 1 week ago
can you confirm the boost version that you have installed? I'm guessing 1.86 since that's the latest version:
Are there any brew doctor
complaints?
Also, I see that you have freetype
installed in /usr/local
. Is that build from source? I would have expected that to be found in /opt/homebrew
; that's a little suspicious
@scpeters thanks for the quick reply
I'm using boost 1.86
$ brew info boost
==> boost: stable 1.86.0 (bottled), HEAD
I've attached my brew doctor log here: https://gist.github.com/r-bt/f86838aa2ece9d6dabe66d3d9180b441
I used to have brew running under Rosetta where I believe it installs to /usr/local
I reinstalled freetype
and now it's under /opt/homebrew
$ brew info freetype
==> freetype: stable 2.13.3 (bottled)
Software library to render fonts
https://www.freetype.org/
Installed
/opt/homebrew/Cellar/freetype/2.13.3 (68 files, 2.5MB) *
Poured from bottle using the formulae.brew.sh API on 2024-11-19 at 13:34:03
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/f/freetype.rb
License: FTL
==> Dependencies
Build: pkg-config ✔
Required: libpng ✔
==> Analytics
install: 105,723 (30 days), 401,870 (90 days), 1,073,654 (365 days)
install-on-request: 6,067 (30 days), 23,949 (90 days), 55,073 (365 days)
build-error: 9 (30 days)
However I get the same error when trying to install gz-harmonic
at the very end of this line, I see references to boost libraries in /usr/local
/usr/local/lib/libboost_thread-mt.a
/usr/local/lib/libboost_date_time-mt.a
try removing those as well
Brilliant! I had boost
installed under Rosetta brew, so I uninstalled that and it worked
great; glad it's working now
I'm trying to install gz-harmonic on an M1 Macbook Pro
However, it is failing when trying to install
ogre
I believe, with the following error:I've seen other issues where gazebo can't be installed due to
ogre issues
:However those errors don't match mine exactly, so I wanted to open a new issue.
I tried install
ogre2.3
withbrew install ogre2.3
however that also gave me errorsI've put the logs from
brew install gz-harmonic --verbose
here: https://gist.github.com/r-bt/114dfc0952a043f95f406b72b734a2a9