[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Texinfo master branch [mingw]
From: |
Gavin Smith |
Subject: |
Re: Texinfo master branch [mingw] |
Date: |
Tue, 11 Jun 2024 17:32:20 +0100 |
On Tue, Jun 11, 2024 at 11:54:16AM +0200, Bruno Haible wrote:
> On mingw, I see 2 compilation errors:
>
> x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../../info -I.. -I../..
> -I../../gnulib/lib -I../gnulib/lib -DLOCALEDIR=\"/usr/local/share/locale\"
> -DINFODIR=\"/usr/local/share/info\" -DINFODIR2=\"/usr/local/share/info\"
> -Wall -g -O2 -MT infomap.o -MD -MP -MF .deps/infomap.Tpo -c -o infomap.o
> ../../info/infomap.c
> ../../info/infomap.c: In function 'locate_init_file':
> ../../info/infomap.c:587:41: error: expected ';' before 'if'
> 587 | homedir = getenv ("USERPROFILE")
> | ^
> | ;
> 588 | #endif
> 589 | if (homedir)
> | ~~
> ../../info/infomap.c:615:39: error: expected ';' before 'if'
> 615 | homedir = getenv ("USERPROFILE")
> | ^
> | ;
> ......
> 618 | if (homedir)
> | ~~
> make[3]: *** [Makefile:2310: infomap.o] Error 1
>
> Bug present since 2023-10-29.
>
> Bruno
>
Thanks, should be fixed now!
- Re: Texinfo master branch [OpenBSD], (continued)
- Re: Texinfo master branch [Solaris 11 OmniOS], Bruno Haible, 2024/06/10
- Re: Texinfo master branch [Solaris 11 OmniOS], Patrice Dumas, 2024/06/13
- Re: Texinfo master branch [Solaris 11 OmniOS], Gavin Smith, 2024/06/13
- Re: Texinfo 7.1.0.90 pretest results [OpenBSD 7.5], Gavin Smith, 2024/06/10
- Re: Texinfo master branch [macOS], Bruno Haible, 2024/06/10
- Re: Texinfo master branch [macOS], Patrice Dumas, 2024/06/11
- Re: Texinfo 7.1.0.90 pretest results [OpenBSD 7.5], Gavin Smith, 2024/06/10
- Re: Texinfo master branch [mingw], Bruno Haible, 2024/06/11
- Re: Texinfo master branch [mingw],
Gavin Smith <=
- Re: Texinfo 7.1.0.90 pretest results [OpenBSD 7.5], Gavin Smith, 2024/06/17
- Re: Texinfo 7.1.0.90 pretest results [OpenBSD 7.5], Bruno Haible, 2024/06/10
Re: Texinfo 7.1.0.90 pretest results [mingw], Gavin Smith, 2024/06/17