[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #45759] Can't find Texinfo::ModulePath
From: |
Gavin Smith |
Subject: |
Re: [bug #45759] Can't find Texinfo::ModulePath |
Date: |
Sun, 16 Aug 2015 15:47:20 +0100 |
On 16 August 2015 at 15:29, Eli Zaretskii <address@hidden> wrote:
> Follow-up Comment #2, bug #45759 (project texinfo):
>
> The problems you are having happen because ActiveState Perl produces file
> names with backslashes, which MSYS Bash then treats as escape characters. For
> example, see how this:
>
> c:\NOS_PR~1\msys\MINGW-~1\I686-4~1.0-P\mingw32\bin\gcc.exe
>
> became this:
>
> c:NOS_PR~1msysMINGW-~1I686-4~1.0-Pmingw32bingcc.exe
>
I think we need to double backslashes in the output of "perl -V:cc". I
thought that that was Perl code that was output but it may actually be
shell code.