Lenin
2012-Jan-17 07:42 UTC
[CentOS] Error occurred when compiling Vim 7.3 with --enable-perlinterp specified.
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.
An Yang
2012-Jan-17 07:55 UTC
[CentOS] Error occurred when compiling Vim 7.3 with --enable-perlinterp specified.
At 2012-01-17 Tue 15:42 +0800?Lenin wrote?> 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 ?Please check build depends of http://vault.centos.org/6.2/os/Source/SPackages/vim-7.2.411-1.6.el6.src.rpm or http://kojipkgs.fedoraproject.org/packages/vim/7.3.393/1.fc17/src/vim-7.3.393-1.fc17.src.rpm> > Thanks. > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: ??????????? URL: <http://lists.centos.org/pipermail/centos/attachments/20120117/3d77660f/attachment-0005.sig>
Lenin
2012-Jan-17 08:59 UTC
[CentOS] Error occurred when compiling Vim 7.3 with --enable-perlinterp specified.
Thanks, I found the package perl-ExtUtils-Embed caused this problem. An Yang <an.euroford at gmail.com> ? 2012?1?17???3:55 ???> At 2012-01-17 Tue 15:42 +0800?Lenin wrote? > > > 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 ? > > Please check build depends of > http://vault.centos.org/6.2/os/Source/SPackages/vim-7.2.411-1.6.el6.src.rpmor > http://kojipkgs.fedoraproject.org/packages/vim/7.3.393/1.fc17/src/vim-7.3.393-1.fc17.src.rpm > > > > > > Thanks. > > _______________________________________________ > > CentOS mailing list > > CentOS at centos.org > > http://lists.centos.org/mailman/listinfo/centos > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >