Re: m4-1.4.10 compile error: unsigned reference to decimal_point_char

2007-07-14 Thread Clemens Koller
Bruno Haible schrieb: Clemens Koller wrote: m4-1.4.10 doesn't build anymore (1.4.9 built fine): make[1]: Entering directory `/usr/ports/core/m4/work/src/m4-1.4.10/ src' gcc -std=gnu99 -O2 -pipe -o m4 m4.o builtin.o debug.o eval.o format.o freeze.o input.o macro.o output.o path.o symtab.o

Re: m4-1.4.10 compile error: unsigned reference to decimal_point_char

2007-07-14 Thread Clemens Koller
Gary V. Vaughan schrieb: Thanks for the bug report. I'm forwarding to the bug-m4 mailing list for wider visibility. Thanks. This looks like a corner case for one of the files from gnulib that m4 imports during bootstrap: I'm forwarding to the bug-gnulib mailing list too, so the author of th

Re: m4-1.4.10 compile error: unsigned reference to decimal_point_char

2007-07-13 Thread Bruno Haible
Clemens Koller wrote: > > m4-1.4.10 doesn't build anymore (1.4.9 built fine): > > > > make[1]: Entering directory `/usr/ports/core/m4/work/src/m4-1.4.10/ > > src' > > gcc -std=gnu99 -O2 -pipe -o m4 m4.o builtin.o debug.o eval.o > > format.o freeze.o input.o macro.o output.o path.o symtab.o

Re: m4-1.4.10 compile error: unsigned reference to decimal_point_char

2007-07-13 Thread Gary V. Vaughan
On Jul 13, 2007, at 12:22 PM, Clemens Koller wrote: Hi, Gary! Hi Clemens, Thanks for the bug report. I'm forwarding to the bug-m4 mailing list for wider visibility. This looks like a corner case for one of the files from gnulib that m4 imports during bootstrap: I'm forwarding to the bug-