From: Stephen Leake <stephen_leake@stephe-leake.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: how to run makeinfo in a subprocess on Windows?
Date: Mon, 06 Sep 2021 09:20:33 -0700 [thread overview]
Message-ID: <86r1e1r7zi.fsf@stephe-leake.org> (raw)
In-Reply-To: <83v93es2jj.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 06 Sep 2021 08:20:32 +0300")
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Stephen Leake <stephen_leake@stephe-leake.org>
>> I suspect the problem is that "makeinfo" is actually a perl script, and
>> it has "#! /usr/bin/perl" on the first line. On Debian, the lower-level
>> system call that actually starts the process apparently knows how to
>> handle that; it starts perl, and passes it "makeinfo" and the other args.
>
> Where did you get the Windows binary Texinfo distribution?
From mingw64.
>> However, on Windows that doesn't happen. I suspect if I was running the
>> mingw64 version of Emacs, it would work. The emacs I'm running is built
>> using mingw64 tools, but it uses the native Windows OS, not the
>> mingw64 layer.
>
> There's a terminology problem here. MinGW64 executables are native
> Windows executables, so the Emacs you are running _is_ "the mingw64
> version of Emacs". The non-native executables provided by MSYS2 are
> called "MSYS2 executables",
Ok, thanks. So the makeinfo I have is an msys2 executable.
> The official upstream Texinfo tarball includes makeinfo.bat,
Thanks, I'll install that.
--
-- Stephe
next prev parent reply other threads:[~2021-09-06 16:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-05 22:47 how to run makeinfo in a subprocess on Windows? Stephen Leake
2021-09-06 2:52 ` Stefan Monnier
2021-09-06 5:20 ` Eli Zaretskii
2021-09-06 16:20 ` Stephen Leake [this message]
2021-09-06 16:56 ` Stephen Leake
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86r1e1r7zi.fsf@stephe-leake.org \
--to=stephen_leake@stephe-leake.org \
--cc=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.