Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.2.0-pre-1 on HP-UX 11.11
- X-seq: zsh-workers 19532
- From: Paul Ackersviller <pda@xxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: 4.2.0-pre-1 on HP-UX 11.11
- Date: Thu, 4 Mar 2004 03:19:07 +0000
- In-reply-to: <10839.1078327908@xxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040303151229.GA21054@sdf> <10839.1078327908@xxxxxxx>
On Wed, Mar 03, 2004 at 03:31:48PM +0000, Peter Stephenson wrote:
> Does config.log explain why gettimeofday() and select() weren't found?
It does say the following. Are there any flags that would get
configure to tell me more?
cc: "configure", line 9234: error 1584: Inconsistent type declaration: "gettimeofday".
cc: "configure", line 9234: error 1584: Inconsistent type declaration: "select".
> (The manual pages might give some useful info, too.) Autoconf
> 2.5x may be stricter. This really needs fixing.
I didn't see anything enlightening regarding gettimeofday, but there
is some weirdness with select where a subtly different prototype is
used in HP-UX extended via <time.h> mode in place of <sys/time.h>.
> > Second one:
> > cc: "zselect.c", line 267: error 1634: Missing arguments only allowed on intr
> > insic calls.
>
> I can at least fix that, but as you say it's just a symptom.
Yes, this compiles and also links with the system curses. However,
I notice linking against ncurses still fails without the HAVE_SELECT.
Let me know if you'd like any more details on that.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author