> From: Gavin Smith <[email protected]>
> Date: Sat, 13 Aug 2016 12:28:47 +0100
> Cc: [email protected]
> 
> The first pretest for the next Texinfo release has been uploaded to
> 
> http://alpha.gnu.org/gnu/texinfo/texinfo-6.1.90.tar.xz
> ftp://alpha.gnu.org/gnu/texinfo/texinfo-6.1.90.tar.xz
> 
> Please send bug reports and general feedback to [email protected].

I've built this with MinGW on MS-Windows with locally installed
ActiveState Perl as backend for the xspara extensions.  During the
build I see the following warnings:

In file included from XSParagraph.xs:8:0:
D:/usr/Perl/lib/CORE/XSUB.h:564:0: warning: "realloc" redefined
 #    define realloc  PerlMem_realloc
 ^
In file included from D:/usr/Perl/lib/CORE/perl.h:766:0,
                 from XSParagraph.xs:7:
./lib/stdlib.h:1060:0: note: this is the location of the previous definition
 #   define realloc rpl_realloc
 ^

This happens while compiling XSParagraph.c and xspara.c.  The
rpl_realloc thing comes from gnulib, I think.  It would be good to
avoid these warnings.

Other than that, everything builds and all the non-skipped tests pass.

Thanks.

Reply via email to