miyucy / brotli

MIT License
59 stars 14 forks source link

No support for M1 Macbooks as a Gem or in Building. #43

Closed childofthehorn closed 1 year ago

childofthehorn commented 1 year ago

Problem #1: gem install brotli does not work out of the Box for for darwin x64.

Problem #2: Attempting to build from scratch does not work either, even with options such as arch -arm64 , arch -x86_x64, or when running the terminal under Rosetta command line.

After some very manual processes, I was able to get some progress to get brotcli-0.4.0.gem to build, but it failed on installing the extensions due to version linker errors with x86 package dependencies.

childofthehorn commented 1 year ago

This was due to Homebrew configuration error. Try clearing out any bad handovers.