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
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
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