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

Native-comp is now in the `master` branch of Emacs. The latest commit on the `master` branch is not always stable/reliable though. Below is a list of known "good" commits, which...

native-comp
info

Hi, as libgccjit is now available for m1 MacBooks, it should be possible to compile emacs master for apple silicon. The emacs-plus@28 --native-comp works fine, but it was a bit...

Here is my step to repo this issue: ```sh git clone https://github.com/jimeh/build-emacs-for-macos cd build-emacs-for-macos brew bundle ./build-emacs-for-macos feature/native-comp ``` Here is the error message ```sh checking for gcc_jit_context_acquire in -lgccjit......

… needed for builds on M1 which wont run unsigned apps. This is for issue #64.

The README says that code sign instructions are coming soon. Even a pointer to what you have to set up and pass to the `go run ./cmd/emacs-builder package` would be...

For some reason `build-emacs-for-macos` started failing recently during the Emacs configure phase -- not being able to find `gnutls`: ```bash bash-5.1$ ./build-emacs-for-macos --git-sha 8ed46b7646de7166aa8bbd3b5d29a4947316c900 feature/native-comp ==> INFO: Fetching info for...

I am using `build-emacs-for-macos` for a while and it's really nice. However, I didn't manage to compile with Cairo and Harfbuzz. They should be default, but even if I explicitly...

Hi there! I want to say huge thanks for this project, I've been using it since December on my m1 pro to periodically build native-comp emacs apps. Just recently, I...

native-comp
bug
m1
apple-silicon
investigation

I managed to get `feature/pgtk` built on my MBP and it works, but it's not great yet. The build didn't work out of the box with this tool though. https://github.com/jimeh/build-emacs-for-macos/blob/3d6caac9624b01866fb11d7445eb683fad6bf3a8/build-emacs-for-macos#L307-L313...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies