Re: problem compiling vim70.

2006-10-18 Thread A.J.Mechelynck
Anupam Srivastava wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 1. Forget that shortcut dirname `locate curses.h` thing. It was just to give the idea to Ajay about how to compile by redefinign CPPFLAGS and LDFALGS. Well, you made it sound like an actual shell script that ought to work.

Re: problem compiling vim70.

2006-10-18 Thread Anupam Srivastava
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ajay Gupta wrote: On 10/18/06, Gary Johnson [EMAIL PROTECTED] wrote: Note that the messages say that configure is checking for tgetent in termlib, termcap and curses. They say nothing about checking in ncurses. If you want to use ncurses, you

Re: problem compiling vim70.

2006-10-18 Thread A.J.Mechelynck
Anupam Srivastava wrote: [...] (Vim does compile on my system) Try to do this. locate curses.h (or ncurses.h) locate curses.h /usr/include/curses.h /usr/include/curses/curses.h /usr/include/ncurses.h /usr/include/python2.4/py_curses.h /usr/include/slcurses.h locate libncurses (or

Re: problem compiling vim70.

2006-10-18 Thread Anupam Srivastava
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A.J.Mechelynck wrote: Anupam Srivastava wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 1. Forget that shortcut dirname `locate curses.h` thing. It was just to give the idea to Ajay about how to compile by redefinign CPPFLAGS and LDFALGS.

Re: problem compiling vim70.

2006-10-17 Thread Gary Johnson
On 2006-10-16, Ajay Gupta [EMAIL PROTECTED] wrote: Hello all, I am trying to compile vim70 on my 'newly installed' fc4 box. But I get the following error: snip checking for stack_t... (cached) yes checking whether stack_t has an ss_base field... no checking --with-tlib argument...

Re: problem compiling vim70.

2006-10-16 Thread Vigil
A friend had this problem on Ubuntu. I think it turned out that his LD_LIBRARY_PATH or equivalent wasn't pointing to the ncurses library for some reason. On Mon, 16 Oct 2006, Ajay Gupta wrote: no terminal library found checking for tgetent()... configure: error: NOT FOUND! You need to

problem compiling vim70.

2006-10-15 Thread Ajay Gupta
Hello all, I am trying to compile vim70 on my 'newly installed' fc4 box. But I get the following error: snip checking for stack_t... (cached) yes checking whether stack_t has an ss_base field... no checking --with-tlib argument... empty: automatic terminal library selection checking for tgetent

Re: problem compiling vim70.

2006-10-15 Thread Christian J. Robinson
On Mon, 16 Oct 2006, Ajay Gupta wrote: no terminal library found checking for tgetent()... configure: error: NOT FOUND! You need to install a terminal library; for example ncurses. Or specify the name of the library with --with-tlib. Anybody has any ideas what I need to do? I

Re: problem compiling vim70.

2006-10-15 Thread Ajay Gupta
Thanks. But, even that didnt work! :( snip Updated: ncurses-devel.i386 0:5.4-19.fc4 Complete! /snip Still ./configure gives the same error. snip checking for stack_t... (cached) yes checking whether stack_t has an ss_base field... no checking --with-tlib argument... empty: automatic terminal