emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to run makeinfo in a subprocess on Windows?


From: Stephen Leake
Subject: Re: how to run makeinfo in a subprocess on Windows?
Date: Mon, 06 Sep 2021 09:20:33 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (windows-nt)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]