Re: help.txt and debian (was: Re: Can't compile gui version with xorg)

2006-04-18 Thread Mark Woodward
Hi James, On Tue, 18 Apr 2006 12:35:28 +0200 "James Oliver" <[EMAIL PROTECTED]> wrote: > Hi, > > On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote: > > I want to compile vim6.4 for my recently upgraded xorg. This is > > because the Debian packages all lack the help.txt file for some > > rea

help.txt and debian (was: Re: Can't compile gui version with xorg)

2006-04-18 Thread James Oliver
Hi, On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote: > I want to compile vim6.4 for my recently upgraded xorg. This is because > the Debian packages all lack the help.txt file for some reason, even > though I've installed vim-doc. I've got the file in /usr/share/vim/vim64/doc/help.txt usin

Re: Can't compile gui version with xorg

2006-04-18 Thread Mark Woodward
Hi Anthony, On Mon, 17 Apr 2006 16:09:12 +0100 Anthony Campbell <[EMAIL PROTECTED]> wrote: > I want to compile vim6.4 for my recently upgraded xorg. This is > because the Debian packages all lack the help.txt file for some > reason, even though I've installed vim-doc. > > But vim compiles withou

Re: Can't compile gui version with xorg

2006-04-17 Thread Anthony Campbell
On 17 Apr 2006, Thor Andreassen wrote: > On Mon, Apr 17, 2006 at 06:01:23PM +0100, Anthony Campbell wrote: > > On 17 Apr 2006, Thor Andreassen wrote: > > > On Mon, Apr 17, 2006 at 04:29:30PM +0100, Anthony Campbell wrote: > > > > On 17 Apr 2006, Thomas Adam wrote: > > > > > > > > > > --- Anthony C

Re: Can't compile gui version with xorg

2006-04-17 Thread Thor Andreassen
On Mon, Apr 17, 2006 at 06:01:23PM +0100, Anthony Campbell wrote: > On 17 Apr 2006, Thor Andreassen wrote: > > 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: > > > > > > > >

Re: Can't compile gui version with xorg

2006-04-17 Thread Anthony Campbell
On 17 Apr 2006, Thor Andreassen wrote: > 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 > > >

Re: Can't compile gui version with xorg

2006-04-17 Thread Thor Andreassen
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 con

Re: Can't compile gui version with xorg

2006-04-17 Thread Anthony Campbell
On 17 Apr 2006, Chris Allen wrote: > On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote: > > I want to compile vim6.4 for my recently upgraded xorg. This is because > > the Debian packages all lack the help.txt file for some reason, even > > though I've installed vim-doc. > > > > But vim compil

Re: Can't compile gui version with xorg

2006-04-17 Thread Anthony Campbell
On 17 Apr 2006, Yakov Lerner wrote: > On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote: > > On 17 Apr 2006, Chris Allen wrote: > > > On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote: > > > > configure:2673: checking for X > > > > configure:3532: checking if X11 header files can be found

Re: Can't compile gui version with xorg

2006-04-17 Thread Chris Allen
On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote: > I've installed libgtk2.0-dev but that doesn't do it. Do you know exactly > which are the packages required? I can't find any relevant. Try along the lines of x11-dev. I'm surprised Debian would let you install the gtk development packaged

Re: Can't compile gui version with xorg

2006-04-17 Thread Yakov Lerner
On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote: > On 17 Apr 2006, Chris Allen wrote: > > On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote: > > > configure:2673: checking for X > > > configure:3532: checking if X11 header files can be found > > > configure:3543: gcc -c -g -O2confte

Re: Can't compile gui version with xorg

2006-04-17 Thread Anthony Campbell
On 17 Apr 2006, Chris Allen wrote: > On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote: > > configure:2673: checking for X > > configure:3532: checking if X11 header files can be found > > configure:3543: gcc -c -g -O2conftest.c 1>&5 > > configure:3537:22: error: X11/Xlib.h: No such file o

Re: Can't compile gui version with xorg

2006-04-17 Thread Chris Allen
On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote: > configure:2673: checking for X > configure:3532: checking if X11 header files can be found > configure:3543: gcc -c -g -O2conftest.c 1>&5 > configure:3537:22: error: X11/Xlib.h: No such file or directory > > Perhaps it doesn't like xorg?

Re: Can't compile gui version with xorg

2006-04-17 Thread Anthony Campbell
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

Re: Can't compile gui version with xorg

2006-04-17 Thread Thomas Adam
--- 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 compo

Re: Can't compile gui version with xorg

2006-04-17 Thread Chris Allen
On 4/17/06, Anthony Campbell <[EMAIL PROTECTED]> wrote: > I want to compile vim6.4 for my recently upgraded xorg. This is because > the Debian packages all lack the help.txt file for some reason, even > though I've installed vim-doc. > > But vim compiles without the gui (gtk version). Any way to ge

Can't compile gui version with xorg

2006-04-17 Thread Anthony Campbell
I want to compile vim6.4 for my recently upgraded xorg. This is because the Debian packages all lack the help.txt file for some reason, even though I've installed vim-doc. But vim compiles without the gui (gtk version). Any way to get it to do this? Anthony -- Anthony Campbell - [EMAIL PROTECTED