[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build failures in mingw64
From: |
Stephen Leake |
Subject: |
Re: build failures in mingw64 |
Date: |
Sun, 09 Jul 2023 09:17:49 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (windows-nt) |
Angelo Graziosi <angelo.g0@libero.it> writes:
>> I'm getting build failures on master (pulled today).
>
> I have built Emacs from master yesterday and just now without issues:
>
>
> Configured for 'x86_64-w64-mingw32'.
>
> [...]
> Does Emacs use a file notification library? yes (w32)
> Does Emacs use access control lists? yes
> Does Emacs use -lselinux? no
> Does Emacs use -lgnutls? yes
> Does Emacs use -lxml2? yes
> Does Emacs use -lfreetype? no
> Does Emacs use HarfBuzz? yes
> [...]
> Which dumping strategy does Emacs use? pdumper
> Does Emacs have native lisp compiler? no
> Does Emacs use version 2 of the X Input Extension? no
> Does Emacs generate a smaller-size Japanese dictionary? no
>
>
> I just noticed this in configure:
>
> checking whether MB_CUR_MAX is correct... ./configure: line 33322: test:
> !=: unary operator expected
>
>
> My MSYS2 installation is uptodate and her GCC is 13.1.0.
A web search implies nanosleep is in the mingw-runtime package, since at
least 10 years ago. So my mingw is corrupted; I'll reinstall from scratch.
--
-- Stephe
- Re: build failures in mingw64, (continued)
- Re: build failures in mingw64, Eli Zaretskii, 2023/07/09
- Re: build failures in mingw64, Eli Zaretskii, 2023/07/09
- Re: build failures in mingw64, Paul Eggert, 2023/07/09
- Re: build failures in mingw64, Angelo Graziosi, 2023/07/09
- Re: build failures in mingw64, Eli Zaretskii, 2023/07/10
- Re: build failures in mingw64, Paul Eggert, 2023/07/10
- Re: build failures in mingw64, Angelo Graziosi, 2023/07/10
Re: build failures in mingw64,
Stephen Leake <=