What happened?
I installed emacs 29.4 (through the winget
command) and set the HOME variable to my “username” folder. I cloned doom into HOME/.emacs.d/
and ran doom install
but I got the following error:
Native compiler error: (lambda (arg65 &rest arg66) (let ((f #'message)) (apply f arg65 arg66))), "Compiling c:/Users/username/.emacs.d/.local/cache/eln/29.4-a4386b77/subr--trampoline-6d657373616765_message_0.eln...
"
What did you expect to happen?
Install doom
Steps to reproduce
Install emacs 29.4 through winget
Set environment variables
Run doom install
System information
Windows 11, emacs 29.4
#+TITLE: Getting Started Guide
#+STARTUP: nofold
GNU Emacs is one grand ol' adventure, let alone Doom Emacs. Before you start
you'll need to set up Emacs, Doom, and its packages, then learn how to take care
of your new puppy/operating system. This guide will walk you through installing,
using, configuring and troubleshooting all of these things, to smooth you into
your Emacs journey.
This guide will gloss over many technicalities so you can get up and running as
soon as possible. A more technical user manual is in the works for aspiring
contributors who want a deeper understanding of how Doom Emacs works.
#+begin_quote
If you feel like we've missed something, [[https://discord.gg/qvGgnVx][join us on our Discord server]] and let
us know!
#+end_quote
* Table of Contents :TOC_4:
- [[#install][Install]]
This file has been truncated. show original
This won’t answer your question but here are other example on how to make it work for windows.
Personally I tried wsl+ubuntu with MobaXterm as a terminal/X11 server, and it worked like a charm (windows 10).