Patch for better curses detection [was: Re: Seeking help]

2000-06-13 Thread Lars Hecking
> This is what stopped the build - HP has a different flavor of curses > which should define this (curs_colr), but mutt's configure script > doesn't recognize that (doesn't generate -I and -L options for the > makefile to make it use the newer library). Try this patch. It's relative to mutt-cvs

Re: Seeking help

2000-06-13 Thread Benjamin Korvemaker
On Tue, Jun 13, 2000 at 10:38:32AM +0100, Lars Hecking wrote: > > > > keymap.c:69: `KEY_END' undeclared here (not in a function) > > > > This is what stopped the build - HP has a different flavor of cursess > > which should define this (curs_colr), but mutt's configure script > > doesn't recogni

Re: Seeking help

2000-06-13 Thread Gary Johnson
I compiled earlier versions of mutt (<= 1.0) on HP-UX 10.20 by hacking the Makefile to get it to use the HP-UX color curses. I also had to use GNU make. The same hack would not work for mutt 1.2, so I installed slang. That worked fine. I don't need GNU make anymore, either, since that problem

Re: Seeking help

2000-06-13 Thread Michael Soulier
On Tue, Jun 13, 2000 at 11:10:58AM -0400, Thomas E. Dickey wrote: > > as I pointed out, there are configure macros which I've written for tin > and lynx which check for the HP curses library. It wouldn't be that > hard to incorporate those into mutt's configure script... I'm ru

Re: Seeking help

2000-06-13 Thread Lars Hecking
> as I pointed out, there are configure macros which I've written for tin > and lynx which check for the HP curses library. It wouldn't be that > hard to incorporate those into mutt's configure script... The cur_colr stuff ... ok, I'll see what I can do :)

Re: Seeking help

2000-06-13 Thread Thomas E. Dickey
On Tue, 13 Jun 2000, Lars Hecking wrote: > > > -> The only HP-UX 10.20 box I have access to has no man pages, and > > -> a compiler that truely sucks (no -g, no ansi). I cannot install > > -> anything on this machine. > > -> > > -> Which means that someone else will have to look into this .

Re: Seeking help

2000-06-13 Thread Lars Hecking
> -> The only HP-UX 10.20 box I have access to has no man pages, and > -> a compiler that truely sucks (no -g, no ansi). I cannot install > -> anything on this machine. > -> > -> Which means that someone else will have to look into this ... > > You can pay HP for an ANSI HP-UX 10.20 compile

Re: Seeking help

2000-06-13 Thread Charles Curley
On Tue, Jun 13, 2000 at 10:38:32AM +0100, Lars Hecking wrote: -> -> > > keymap.c:69: `KEY_END' undeclared here (not in a function) -> > -> > This is what stopped the build - HP has a different flavor of cursess -> > which should define this (curs_colr), but mutt's configure script -> > doesn't r

Re: Seeking help

2000-06-13 Thread Thomas Dickey
On Tue, Jun 13, 2000 at 10:38:32AM +0100, Lars Hecking wrote: > > > > keymap.c:69: `KEY_END' undeclared here (not in a function) > > > > This is what stopped the build - HP has a different flavor of cursess > > which should define this (curs_colr), but mutt's configure script > > doesn't recogni

Re: Seeking help

2000-06-13 Thread Kasopa Wilbroad Chisanga
ay, June 13, 2000 11:08 AM Subject: Re: Seeking help > On Tue, Jun 13, 2000 at 08:26:35AM +0200, Kasopa Wilbroad Chisanga wrote: > > > I am running hp-ux 10.20 on my hp box and I would like to install mutt, but > > the following are the error messages I have got. How can I go rou

Re: Seeking help

2000-06-13 Thread Lars Hecking
> > keymap.c:69: `KEY_END' undeclared here (not in a function) > > This is what stopped the build - HP has a different flavor of cursess > which should define this (curs_colr), but mutt's configure script > doesn't recognize that (doesn't generate -I and -L options for the > makefile to make it

Re: Seeking help

2000-06-13 Thread Thomas Dickey
On Tue, Jun 13, 2000 at 08:26:35AM +0200, Kasopa Wilbroad Chisanga wrote: > I am running hp-ux 10.20 on my hp box and I would like to install mutt, but > the following are the error messages I have got. How can I go round it as I > desperately want to install this software. Thanking you in advan