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