[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build failures in mingw64
From: |
Eli Zaretskii |
Subject: |
Re: build failures in mingw64 |
Date: |
Sun, 09 Jul 2023 11:51:29 +0300 |
> Date: Sun, 9 Jul 2023 10:05:13 +0200 (CEST)
> From: Angelo Graziosi <angelo.g0@libero.it>
>
> I just noticed this in configure:
>
> checking whether MB_CUR_MAX is correct... ./configure: line 33322: test:
> !=: unary operator expected
Please show the relevant part of the configure script. Since the
configure is generated on each user's system as part of the build, it
is hard to guess what you have there without seeing the actual code
you get. For example, on my system, line 33322 of the configure
script is an empty line, and I see no "!=" anywhere around that.
So more data is needed to investigate this.
Thanks.
- build failures in mingw64, Stephen Leake, 2023/07/08
- Re: build failures in mingw64, Angelo Graziosi, 2023/07/09
- Re: build failures in mingw64,
Eli Zaretskii <=
- 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, 2023/07/09