Jim Myhrberg

Results 115 comments of Jim Myhrberg

To update on this, with #44 merged, there's a new tool which will correctly sign the Emacs.app bundle. It might help getting closer to the bottom of this issue.. To...

@LambertGreen Yes, the sign command does require a signing identity on your machine, which required a paid for Apple Developer Account. [This](https://www.kencochrane.com/2020/08/01/build-and-sign-golang-binaries-for-macos-with-github-actions/) article's "Acquiring a Developer ID Certificate" section covers...

@dignifiedquire I believe this might actually be due to some directory structure changes within the `gcc` formula itself, as things look different from what I remember. Strangely enough though, I've...

As the nightly builds done via GitHub Actions still haven't encountered this issue, I was worried it might be difficult to reproduce. But the local build I fired off early...

@dignifiedquire @ianic I've just pushed v0.6.24 with a fix for the rename issue. It now only performs the rename operation if the target name is different. This is still needed...

@dignifiedquire I suspect this is due to the app not being signed. Try launching Emacs from a terminal with `-nw` flags to run it in a terminal, that should print...

@dignifiedquire Thanks for your help, apologies it didn't work out. I believe I'm just gonna have to get my hands on an M1 machine myself to try and figure what's...

@licht1stein Oh, that's awesome new. I haven't gotten around to trying to access a M1 machine yet, but looks like Scaleway are offering M1 Mac Minis for €0.10/hour with a...

@stevemolitor @sfraize A patch for the libgccjit 12.x homebrew formula was added in #75, which has been merged into master. This should resolve your libgccjit related issues.

Apologies for my silence on this issue. I've yet been unable to reproduce it myself on either Catalina or Big Sur. However I've just pushed an update that adds libgccjit's...