[bug #40344] Can't handle Windows path names longer than 259 characters

2013-11-28 Thread Vladimir Vukicevic
Follow-up Comment #6, bug #40344 (project make): A full fix could be to wrap all of the functions that directly take paths (e.g. fopen, stat, etc.) with versions that convert the path to a full \?-based path, and then pass that to the wchar_t-based versions of those functions in the Windows standa

Re: [bug #40639] GNU Make with profiling information

2013-11-28 Thread Eddy Petrișor
Pe 27.11.2013 13:12, "Tim Murphy" a scris: > > FWIW > > As for profiling output, this should probably go to a file (possibly > with a .PID on the end) , not stdout .unless. you start to > embrace the idea of structured output for everything that make > produces. The profiling info is prin

VMS: always compile guile.c ...

2013-11-28 Thread h.becker
With recent changes in main.c, guile_gmake_setup is always called. That requires guile.c to be always compiled and linked (without HAVE_GUILE being defined there is a stub). Attached is a patch for the makefiles for VMS (which are not generated by autoconf). diff --git a/makefile.com b/makefile.co