Monday, March 20, 2017

Trouble building Huge Vim8 on CentOS 7 (Re-sending)

Hi all,

My apologies if this is a duplicate.  I realized I sent the original email from the wrong account and feared it wouldn't make it through.

I'm trying to configure vim8 on a fresh CentOS7.3 installation with the
following configure command:

$ configure --with-features=huge --enable-perlinterp --enable-pythoninterp --enable-gui

However, configure doesn't seems to think I have GUI support on the
system:

------------------------------------------------------------------------------- 
Excerpt from vim/src/auto/config.log:

checking if X11 header files can be found... no
checking --enable-gui argument... no GUI support
checking X11/SM/SMlib.h usability... no
checking X11/SM/SMlib.h presence... no
checking for X11/SM/SMlib.h... no
------------------------------------------------------------------------------- 

I tried to find a yum package that provides SMlib.h, but my system said:
"No matches found".  Sigh.

Note that I have installed the following additional packages:

   libX11-devel.x86_64
   gtk3-devel.x86_64
   libX11-devel.i686
   gtk3-devel.i686

My LD_LIBRARY_PATH is exported as follows:
LD_LIBRARY_PATH=/lib:/lib64:/usr/lib64:/usr/lib:/usr/local/lib64:/usr/local/lib

I believe that should cover where the libs are being stored.  This is the
first time I'm attempting to build on CentOS7, so I don't know what I may be
missing.

Thanks,

-- 
Mun

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: