On Tue, Nov 12, 2024 at 04:27:21PM +0200, Eli Zaretskii wrote: > > From: Gavin Smith <gavinsmith0...@gmail.com> > > Date: Sun, 10 Nov 2024 19:21:57 +0000 > > Cc: platform-test...@gnu.org > > > > A pretest distribution for the next Texinfo release (7.2) has been > > uploaded to > > > > https://alpha.gnu.org/gnu/texinfo/texinfo-7.1.91.tar.xz > > I tried to build this with mingw.org's MinGW, and encountered quite a > few problems: > > 3. Function redefinition warnings compiling MiscXS. Here's one example:
I have completly separated compilation of C code using Gnulib and Gnulib headers and C code using Perl and Perl headers. So the issues related to Perl/Gnulib headers mixup should be completly gone. The drawback is that there has been an important increase of the number of libraries in tp/Texinfo/XS, mainly convenience libraries but also a new shared library. -- Pat