On Mon, Apr 17, 2006 at 04:29:30PM +0100, Anthony Campbell wrote:
> On 17 Apr 2006, Thomas Adam wrote:
> > 
> > --- Anthony Campbell <[EMAIL PROTECTED]> wrote:
> > 
> > > But vim compiles without the gui (gtk version). Any way to get it to do
> > > this?
> > 
> > Well, can you tell us what's in config.log?  I suspect you're missing some 
> > of
> > the GTK header files, since a normal ./configure will attempt to build the
> > X11/GUI component by default.
> 
> configure:2673: checking for X
> configure:3532: checking if X11 header files can be found
> configure:3543: gcc -c -g -O2    conftest.c 1>&5
> configure:3537:22: error: X11/Xlib.h: No such file or directory

The following is very Debian specific.

When you know the exact filename of the file you are looking for,
apt-file(1) is your friend.

$ apt-get install apt-file
$ apt-file update
$ apt-file search X11/Xlib.h

On my system (Unstable) the result is:
  /usr/X11R6/include/X11/Xlib.h

Can you confirm that /usr/X11R6/include/X11/Xlib.h exists?

[...]

-- 
with kind regards
Thor Andreassen

Reply via email to