On Thu, Apr 20, 2017 at 5:56 PM, Manuel Ortega <[email protected]> wrote:
> On Thu, Apr 20, 2017 at 4:32 PM, Bram Moolenaar <[email protected]> > wrote: > >> >> Manuel Ortega wrote: >> >> > On Thu, Apr 20, 2017 at 3:05 PM, Manuel Ortega <[email protected]> >> > wrote: >> > >> > > This patch unfortunately completely wrecks parallel builds on macOS >> > > 10.12.4. >> > > >> > > make -j4 >> > > Starting make in the src directory. >> > > If there are problems, cd to the src directory and run make there >> > > cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make >> first >> > > .././install-sh -c -d objects >> > > make[1]: .././install-sh: No such file or directory >> > > CC="gcc -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX " srcdir=. sh >> > > ./osdef.sh >> > > make[1]: *** [objects/.dirstamp] Error 1 >> > > make[1]: *** Waiting for unfinished jobs.... >> > > make: *** [first] Error 2 >> > > >> > > >> > Forgot to add that this definitely was not the case for 8.0.569. >> >> The make -j flags are a red herring. I get that error even with plain "make" after "git clean -fdx". It's now impossible to build on macOS 10.12 from Vim 8.0.570 and up. To build vim I do: ./configure -C [some flags] make -j4 The "some flags" haven't changed in a really long time. -Manny -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
