Bug 1005290

Summary: vim built without x11 support
Product: [Fedora] Fedora Reporter: Rob <faorg-lists>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: karsten
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-08 18:49:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Rob 2013-09-06 15:22:42 UTC
Description of problem:

Various X related features are not enabled.

eg. issue :version command

Actual results:
-X11 -xterm_clipboard

Expected results:
+X11 +xterm_clipboard

Additional info:
If I build the vim source, configure isn't finding the X headers since /usr/include/X11/Intrinsic.h is missing.
yum install libXt-devel.x86_64
fixes it.

Comment 1 Karsten Hopp 2013-09-08 18:49:00 UTC
vim from the vim-enhanced package is intentionally built without X support so that you can have a minimal system without any X libraries.
What you're looking for is in the vim-x11 package, either the GUI version gvim or the terminal version vimx

Comment 2 Rob 2013-09-09 09:08:21 UTC
Yes, vimx is what I was looking for but didn't know it existed and wasted a lot of time working out what was wrong with vim and rebuilding it.  There is also no vimdiffx etc.

Wouldn't it be better for both packages to install it as 'vim' but you would choose which one to install based on the dependencies or type of system you were building?