[4 / 1 / 1]
Quoted By:
yo there, I'm trying to compile vim with some perks like the clipboard/xterm-clipboard since the default version packed for the distro does not have it enabled, installed the libx11 related libs, but for some reason the make can't found them.
The original make is expecting it in
>GUI_INC_LOC = -I/usr/X11R6/include
>GUI_LIB_LOC = -L/usr/X11R6/lib
in these machine the relevant files are under
>GUI_INC_LOC = -I/usr/include/X11/
>GUI_LIB_LOC = -L/usr/lib64/X11/
But either this or by giving as option with the configure script always return
>configure: error: could not configure X
and besides when trying to copy to the clipboard vim says something like Clipboard register not available, using register 0, how to pass the dirs to the make so it can parse it?
also
Let's say the make has the /usr/X11R6/include gibberish, so it means there are lots of files .c/.h to edit that are expecting the includes >/X11R6/include<?
Pic semirelated
Thanks
The original make is expecting it in
>GUI_INC_LOC = -I/usr/X11R6/include
>GUI_LIB_LOC = -L/usr/X11R6/lib
in these machine the relevant files are under
>GUI_INC_LOC = -I/usr/include/X11/
>GUI_LIB_LOC = -L/usr/lib64/X11/
But either this or by giving as option with the configure script always return
>configure: error: could not configure X
and besides when trying to copy to the clipboard vim says something like Clipboard register not available, using register 0, how to pass the dirs to the make so it can parse it?
also
Let's say the make has the /usr/X11R6/include gibberish, so it means there are lots of files .c/.h to edit that are expecting the includes >/X11R6/include<?
Pic semirelated
Thanks