On Wed, May 17, 2023 at 05:17:02AM +0000, Werner LEMBERG wrote: > >> cannot confirm, builds fine here (Arch Linux). What OS/compiler are > >> you using? > > > > Attached is my `config.log` file. I've tries two compilers, gcc > > 7.5.0 and gcc 10.4.0, with the same result. The error is completely > > mysterious; it shouldn't happen at all actually. > > The problem is > > ``` > #ifndef DEBUG_H > ``` > > in file `parsetexi/debug.h`: `DEBUG_H` is already defined in > `/usr/lib/perl5/5.26.1/x86_64-linux-thread-multi/CORE/perl.h` (looking > into `perl.h` from version 5.36.1 I see this has been fixed > meanwhile).
Thanks for the report and investigation. I've committed a fix in commit 5765d1841.