John Little wrote:
> 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. I'll run "make depend". It's a bit of a pain because most interfaces need to be enabled for it to work properly. I haven't been able to build with mzscheme for a while... -- Two cows are standing together in a field. One asks the other: "So what do you think about this Mad Cow Disease?" The other replies: "That doesn't concern me. I'm a helicopter." /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
