Has anyone compiled Vim 7.3 on CentOS 6.2 64bit ?
I got the following error after *configure --enable-perlinterp && make*:
./vim.h:2153:21: error: EXTERN.h: No such file or directory ./vim.h:2154:19: error: perl.h: No such file or directory ./vim.h:2155:19: error: XSUB.h: No such file or directory
I've installed perl and perl-devel, but with no luck.
Any ideas ?
Thanks.