build-emacs-for-macos icon indicating copy to clipboard operation
build-emacs-for-macos copied to clipboard

Somewhat hacky script to automate building of Emac.app on macOS.

Results 17 build-emacs-for-macos issues
Sort by recently updated
recently updated
newest added

Not sure if this happens to others but giving a heads up that my build on arm64 Sonoma crashed until I signed the app using the included go signer. Maybe...

Hello, after running `./build-emacs-for-macos` I got this: ```text cp: cannot stat '/opt/homebrew/opt/expat/lib/libexpat.1.dylib': No such file or directory ```

Hello everyone 👋🏼, After cloning the project, I followed the installation procedure described in `README.md`. As of it now, `brew bundle` doesn't work for me. Particularly, the following error message...

Excellent write-up: https://tdodge.consulting/blog/eshell/background-output-thread Implementing this patch offers a ~95% improvement for PTY speed which is useful for a handful of different features but particularily eshell performance.

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:...

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I'm getting this error when building: ``` nsterm.m:6225:3: error: call to undeclared function 'safe_calln'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] safe_calln (Qrun_hook_with_args, ^ 1 error...