-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is --with-native-comp mandatory now? #32
Comments
Are you using the latest version of the build script? And what git SHA did you use? I suspect it might be a bug with the native comp detection code, but I'd need the exact SHA to verify. if neither |
This is the build I tried with.
"Native complation is not available" It worked fine when I built |
Ah, the issue there is that commit emacs-mirror/emacs@1653536 looks to be from the Commit emacs-mirror/emacs@c60f2f4 is on the The build script should print information about native-comp very early on when it runs, something like this:
That said, I do need to improve implementation and/or docs for the Personally I use this diff view between the |
Hm... I wasn't watching the logs closely. I do see the commit show up on the feature branch: https://github.com/emacs-mirror/emacs/commits/feature/native-comp?after=5e4ec4d3c944f586892e08ea4fb7715e0f6ac365+174&branch=feature%2Fnative-comp if you Cmd-F for that commit.... Maybe I'm not reading the commit history right. Thanks anyhow :) |
Right, yeah just the list of commits for the branch can be misleading, as it includes all commits on the branch, regardless of if they originated in the branch in question or on another branch and was later merged in. And the commit in question originated on the If you look at the diff view I linked to earlier, there's only a single commit on the 2nd of March. I'll close this issue now, but feel free to reply if you have any more questions :) |
https://twitter.com/Koral_001/status/1365392277678530561
GCCEmacs maintainer posted this a few weeks ago.
I saw that the plain
./build-emacs-for-macos --git-sha <SHA> --native-full-aot
didn't actually build with the native-comp. But when I retrieved with--with-native-comp
it worked automatically.The text was updated successfully, but these errors were encountered: