Re: [platform-testers] groff 1.23.0.rc3 on native Windows

2023-03-23 Thread G. Branden Robinson
At 2023-03-12T19:36:50+0100, Alejandro Colomar (man-pages) wrote: > On Sun, Mar 12, 2023, 18:50 G. Branden Robinson < > g.branden.robin...@gmail.com> wrote: > > Good enough for me! I used because groff's application > > of C++ is 30 years old, and has not yet transitioned to the new > > inclusion

Re: [platform-testers] groff 1.23.0.rc3 on native Windows

2023-03-23 Thread Alejandro Colomar
Hi Branden, On 3/23/23 23:35, G. Branden Robinson wrote: > At 2023-03-12T19:36:50+0100, Alejandro Colomar (man-pages) wrote: >> On Sun, Mar 12, 2023, 18:50 G. Branden Robinson < >> g.branden.robin...@gmail.com> wrote: >>> Good enough for me! I used because groff's application >>> of C++ is 30 ye

Re: [platform-testers] groff 1.23.0.rc3 on native Windows

2023-03-12 Thread Alejandro Colomar (man-pages)
Hi Branden, On Sun, Mar 12, 2023, 18:50 G. Branden Robinson < g.branden.robin...@gmail.com> wrote: > Hi Bruno, > > I neglected to reply to your suggestions below. > > At 2023-03-06T17:53:55+0100, Bruno Haible wrote: > > > It (and intptr_t) are "optional", apparently. What do you suggest? > > > >

Re: [platform-testers] groff 1.23.0.rc3 on native Windows

2023-03-12 Thread G. Branden Robinson
Hi Bruno, I neglected to reply to your suggestions below. At 2023-03-06T17:53:55+0100, Bruno Haible wrote: > > It (and intptr_t) are "optional", apparently. What do you suggest? > > They are optional in theory, but all platforms have them. Just include > (in C, with help from Gnulib's 'stdint'

Re: [platform-testers] groff 1.23.0.rc3 on native Windows

2023-03-06 Thread Bruno Haible
G. Branden Robinson wrote: > > * With mingw (in 64-bit mode), the build failed here: > > > > ../src/include/symbol.h: In member function ‘long unsigned int > > symbol::hash() const’: > > ../src/include/symbol.h:61:25: error: cast from ‘const char*’ to ‘long > > unsigned int’ loses precision [-fp

Re: [platform-testers] groff 1.23.0.rc3 on native Windows

2023-03-06 Thread G. Branden Robinson
Hi Bruno, These Windows issues seem trickier to deal with. At 2023-03-06T01:46:49+0100, Bruno Haible wrote: > On native Windows, I attempted a build with mingw and with MSVC 14. > > * With mingw (in 64-bit mode), the build failed here: > > ../src/include/symbol.h: In member function ‘long unsig

Re: [platform-testers] groff 1.23.0.rc3 on native Windows

2023-03-05 Thread Bruno Haible
On native Windows, I attempted a build with mingw and with MSVC 14. * With mingw (in 64-bit mode), the build failed here: ../src/include/symbol.h: In member function ‘long unsigned int symbol::hash() const’: ../src/include/symbol.h:61:25: error: cast from ‘const char*’ to ‘long unsigned int’ lo