unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Compiling Emacs in mingw ucrt runtime
@ 2024-02-22  0:34 Arthur Miller
  2024-02-22  7:15 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Arthur Miller @ 2024-02-22  0:34 UTC (permalink / raw)
  To: emacs-devel

I think I have found it!

make[3]: Leaving directory '/c/Users/arthu/repos/emsrc/ucrt-02-21/lisp'
make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs.exe"
make[3]: Entering directory '/c/Users/arthu/repos/emsrc/ucrt-02-21/admin/unidata'
"../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -f batch-byte-compile uvs.el
C:\Users\arthu\repos\emsrc\ucrt-02-21\src\bootstrap-emacs.exe: Write error to standard output: No such file or directory
make[3]: *** [Makefile:61: uvs.elc] Error 1

I can open uvs.el; if it is that file it is about; I have no idea what it does;
it seems to be dumping something; but from the comment, can it possibly be some
problem with encoding?

If that file is the problem ....



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Compiling Emacs in mingw ucrt runtime
  2024-02-22  0:34 Compiling Emacs in mingw ucrt runtime Arthur Miller
@ 2024-02-22  7:15 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-02-22  7:15 UTC (permalink / raw)
  To: Arthur Miller; +Cc: emacs-devel

> From: Arthur Miller <arthur.miller@live.com>
> Date: Thu, 22 Feb 2024 01:34:51 +0100
> 
> I think I have found it!
> 
> make[3]: Leaving directory '/c/Users/arthu/repos/emsrc/ucrt-02-21/lisp'
> make -C ../admin/unidata all EMACS="../../src/bootstrap-emacs.exe"
> make[3]: Entering directory '/c/Users/arthu/repos/emsrc/ucrt-02-21/admin/unidata'
> "../../src/bootstrap-emacs.exe" -batch --no-site-file --no-site-lisp -f batch-byte-compile uvs.el
> C:\Users\arthu\repos\emsrc\ucrt-02-21\src\bootstrap-emacs.exe: Write error to standard output: No such file or directory
> make[3]: *** [Makefile:61: uvs.elc] Error 1
> 
> I can open uvs.el; if it is that file it is about; I have no idea what it does;
> it seems to be dumping something; but from the comment, can it possibly be some
> problem with encoding?
> 
> If that file is the problem ....

I don't think uvs.el is the problem, because stdout is not supposed to
be redirected, certainly not to uvs.el.

See my other message: some debugging is necessary to uncover the real
reasons.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-22  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22  0:34 Compiling Emacs in mingw ucrt runtime Arthur Miller
2024-02-22  7:15 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).