On Thu, Jun 28, 2018 at 6:28 AM, Melvin Mawhin <[email protected]> wrote:
> Hi, > > > Same thing, the error message concerning the bracket is gone but the loop > is still there. > > > but as said before, changing the makefile like this does seem to solve the > issue: > > sed -i "s|LC_ALL=C|LC_ALL=C.UTF-8|" Makefile > > > Maybe this is a perl issue like Eli Zaretskii said. > I would need to install the new version of Perl and get the input file you are using to find the reason, but one thing that could give some information is if you do "export TEXINFO_XS=omit" before running "make" or "texi2any". This would help narrow down where the problem is occurring.
