Re: VMS can not include "float+.h"

2017-06-15 Thread John E. Malmberg
On 6/15/2017 2:26 PM, Paul Eggert wrote: On 06/15/2017 07:05 AM, John E. Malmberg wrote: It should only be include files VMS has issues with. If that's the problem, then it shouldn't be much trouble to have a separate script that rewrites the file names and source code to follow the POSIX po

Re: VMS can not include "float+.h"

2017-06-15 Thread Paul Eggert
On 06/15/2017 07:05 AM, John E. Malmberg wrote: It should only be include files VMS has issues with. If that's the problem, then it shouldn't be much trouble to have a separate script that rewrites the file names and source code to follow the POSIX portable filename rules. We could include th

Re: VMS can not include "float+.h"

2017-06-15 Thread Bruno Haible
John E. Malmberg wrote: > It should only be include files VMS has issues with. I said NO. Even if it's only for 1 file, I don't want to go backwards in time by 20 years. Deal with it on your side. I've given you a pointer how such issues were dealt with regarding DOS file names. Bruno

Re: VMS can not include "float+.h"

2017-06-15 Thread John E. Malmberg
It should only be include files VMS has issues with. Regards, -John -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Re: VMS can not include "float+.h"

2017-06-15 Thread Bruno Haible
Paul Eggert writes: > Perhaps Gnulib source files should be renamed to use just the characters > in the POSIX Portable Filename Character Set > . > I vehemently disagree. The relevant file name restrictions now

Re: VMS can not include "float+.h"

2017-06-14 Thread Paul Eggert
On 06/14/2017 05:08 PM, John E. Malmberg wrote: The make step fails at c-vasnprintf.c because the VMS C compiler can not handle the "float+.h" filename Perhaps Gnulib source files should be renamed to use just the characters in the POSIX Portable Filename Character Set

VMS can not include "float+.h"

2017-06-14 Thread John E. Malmberg
I seem to have coerced configure into running on NFS served files created by on VMS using GNV updated kits. rm -rf ${GNU_MIRRORS}/gnulib/gnulib ./gnulib-tool --create-testdir --with-tests --dir=${GNU_MIRRORS}/gnulib/gnulib # Work around some issue with NFS timestamps. pushd ${GNU_MIRRORS}/gnu