make -j 4 throws long list of compiler errors

2014-06-25 Thread Renewal Computer Services
make -j 4 (or whatever number, I use -j 12) is broken, with mingw-w64 a *nix-based project will cause a long list of compilation errors whereas without -j project will compile fine. -- Renewal Computer Services http://RenewalComputerServices.com Jim Michaels, Owner 1303 NE 87th Ave

Re: Test harness patch for VMS.

2014-06-25 Thread John E. Malmberg
On 6/24/2014 9:04 AM, Paul Smith wrote: On Sat, 2014-06-21 at 17:56 -0500, John E. Malmberg wrote: On 4/1/2014 7:38 PM, John E. Malmberg wrote: On 4/1/2014 1:14 PM, h.becker wrote: I still can't get it to work: Missed that it also needs the sh as a foreign command to run Bash. Replacement

Re: make -j 4 throws long list of compiler errors

2014-06-25 Thread Paul Smith
On Tue, 2014-06-24 at 17:24 -0700, Renewal Computer Services wrote: make -j 4 (or whatever number, I use -j 12) is broken, with mingw-w64 a *nix-based project will cause a long list of compilation errors whereas without -j project will compile fine. No it's not. Your makefile is wrong.

Re: Make Runtime Error

2014-06-25 Thread Eli Zaretskii
From: shibin.na...@wipro.com CC: bug-make@gnu.org Date: Wed, 25 Jun 2014 14:07:24 + I have configured my perl binary on the command prompt path and I am able to run my perl files. But still I am getting the same error. Try invoking make with the --debug=j switch (in addition to all the

[bug #42617] Loaded Object Interface: function call doesn't take variables as parameters

2014-06-25 Thread Bhavesh
URL: http://savannah.gnu.org/bugs/?42617 Summary: Loaded Object Interface: function call doesn't take variables as parameters Project: make Submitted by: bhavesh Submitted on: Wed 25 Jun 2014 07:16:09 PM GMT Severity: 3 -

[bug #42617] Loaded Object Interface: function call doesn't take variables as parameters

2014-06-25 Thread Paul D. Smith
Follow-up Comment #1, bug #42617 (project make): Please show the way your code is invoking the gmk_add_function() call. The final option to that function (flags) has a setting to control whether the arguments are expanded or not expanded; you want to pass GMK_FUNC_DEFAULT (or just 0) here if you