Re: [Lynx-dev] Porting the configure script to C99

2022-12-02 Thread Thomas Dickey
On Fri, Dec 02, 2022 at 11:16:32PM +0100, Florian Weimer wrote: > * Thomas Dickey: > > >> diff --git a/configure b/configure > >> index 97f6d1d5646d05c5..6db52b514b3b9a3c 100755 > >> --- a/configure > >> +++ b/configure > >> @@ -31122,6 +31122,7 @@ else > >> #line 31122 "configure" > >>

Re: [Lynx-dev] Porting the configure script to C99

2022-12-02 Thread Florian Weimer
* Thomas Dickey: >> diff --git a/configure b/configure >> index 97f6d1d5646d05c5..6db52b514b3b9a3c 100755 >> --- a/configure >> +++ b/configure >> @@ -31122,6 +31122,7 @@ else >> #line 31122 "configure" >> #include "confdefs.h" >> >> +#include >> #if HAVE_TERMIO_H >> #include >> #endif

Re: [Lynx-dev] Porting the configure script to C99

2022-12-02 Thread Thomas Dickey
On Fri, Dec 02, 2022 at 04:04:32PM +0100, Florian Weimer wrote: > We're trying to build Fedora with a strict(er) C99 compiler: > > > > > Testing I dentified a couple of

[Lynx-dev] Porting the configure script to C99

2022-12-02 Thread Florian Weimer
We're trying to build Fedora with a strict(er) C99 compiler: Testing I dentified a couple of issues in the lynx configure script (version 2.9.0dev.10 I believe): diff --git