jimeh / build-emacs-for-macos

Somewhat hacky script to automate building of Emac.app on macOS.
484 stars 50 forks source link

I had to install ruby-macho manually #102

Open mok0 opened 7 months ago

mok0 commented 7 months ago

When trying to build Emacs version 29.3 I was met with a message:

.... in 'require': cannot load such file -- macho (LoadError)

so I had to manually install ruby-macho:

gem install ruby-macho

I am not a Ruby guy so I don't know if I missed a step, but it seems that macho is missing from Brewfile.

jimeh commented 7 months ago

Apologies, I have managed to forget to update the readme. Just running make bootstrap should install both Homebrew and Ruby dependencies.

I'll get the readme updated soon.