I use make -j with vim to compile several files simultaneously. Using make -j8 reconfig gave me
In file included from indent.c:14: vim.h:272:11: fatal error: auto/osdef.h: No such file or directory # include "auto/osdef.h" /* bring missing declarations in */ ^~~~~~~~~~~~~~ Running make -j subsequently had no trouble, nor did make reconfig. It seems that indent.o should now depend on osdef.h; running make depend regenerated that part of src/Makefile with that dependency for indent.o, and the problem resolved. Perhaps make depend should be run on the master. Regards, John Little -- -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.