On Sunday, October 14, 2018 at 1:48:41 PM UTC-6, Bram Moolenaar wrote: > Cesar Romani wrote: > > gcc -c -Iproto -DWIN32 [...] auto/if_perl.c -o gobjZi686/if_perl.o > > if_perl.xs:38:10: fatal error: vim.h: No such file or directory > > #include "vim.h" > > ^~~~~~~ > > compilation terminated. > > make: *** [gobjZi686/if_perl.o] Error 1 > > Error by compiling gvim.exe > > -------------------- > > Does it help to add -Iauto to the build command?
I fixed it by adding -I . -- -- 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.
