Native Compiler Error - Spacemacs on Emacs 29-3 #16396
-
Hello all, OS: Windows 11 Home Debugger entered--Lisp error: (native-compiler-error (lambda (&optional arg6 arg7) (let ((f #'kill-emacs)) (funcall f arg6 arg7))) "Compiling c:/Emacs/.emacs.d/eln-cache/29.3-5efa495...") |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am sorry but we do not longer support native windows builds as these create lot's of subtle issues in emacs especially with complex features like native compilation. Therefore please move to wsl2 with wslg instead. Running emacs directly in wsl2 will open it via X or wayland (depending on which emacs build you have installed) and run just like any other windows application. Here are some instructions how to install wsl2 https://learn.microsoft.com/en-us/windows/wsl/install. |
Beta Was this translation helpful? Give feedback.
I am sorry but we do not longer support native windows builds as these create lot's of subtle issues in emacs especially with complex features like native compilation.
Therefore please move to wsl2 with wslg instead. Running emacs directly in wsl2 will open it via X or wayland (depending on which emacs build you have installed) and run just like any other windows application.
Here are some instructions how to install wsl2 https://learn.microsoft.com/en-us/windows/wsl/install.