Re: load on Windows

2013-10-05 Thread Eli Zaretskii
From: Gisle Vanem gva...@yahoo.no Date: Sat, 5 Oct 2013 14:33:26 +0200 Eli Zaretskii e...@gnu.org wrote: Well, the tests in the test suite that test this feature did work for me at some point, so you may wish first to verify they do for you, and then compare your extension with the

Re: load on Windows

2013-10-05 Thread Eli Zaretskii
Date: Sat, 05 Oct 2013 16:34:11 +0300 From: Eli Zaretskii e...@gnu.org Cc: bug-make@gnu.org Paul, if this limitation is deliberate, I suggest to document it where we explain the arguments of gmk_add_function. One other important thing that doesn't seem to be covered in the manual is the

Re: load on Windows

2013-10-05 Thread Paul Smith
On Sat, 2013-10-05 at 16:34 +0300, Eli Zaretskii wrote: EXPORT int mk_test_gmk_setup (const gmk_floc *flocp) { gmk_add_function (hello_world, hello_world, 0, 255, 0); ^^^ Make functions cannot have the '_' character in their names, so it seems.

Re: [bug #33138] .PARLLELSYNC enhancement with patch

2013-10-05 Thread David Boyce
On Mon, Sep 30, 2013 at 3:12 PM, Frank Heckenbach f.heckenb...@fh-soft.dewrote: I tested the new version and found no new issues, so as far as I'm concerned this feature can now be considered finished. Thanks for the initial patch, David, and the integration into GNU make, Paul! And special

Re: load on Windows

2013-10-05 Thread Gisle Vanem
Eli Zaretskii e...@gnu.org wrote: What about setting: ent-fptr.func_ptr = func; too? They are one and the same, since they are members of a union: struct function_table_entry { union { char *(*func_ptr) (char *output, char **argv, const char *fname); char *(*alloc_func_ptr)

Re: make check under Cygwin

2013-10-05 Thread Paul Smith
On Wed, 2013-09-25 at 11:30 +0200, Denis Excoffier wrote: Still experimenting 'make check' with Cygwin (without the spawn-patch, with --disable-load): 1) In test_driver.pl, line 486 (look for Test returned), a comparison of $code against the value -1 is performed. However, 3 lines above the