zsh-workers
 help / color / mirror / code / Atom feed
From: Paul Ackersviller <pda@freeshell.org>
To: Zsh hackers list <zsh-workers@sunsite.dk>
Subject: 4.2.0-pre-1 on HP-UX 11.11
Date: Wed, 3 Mar 2004 15:12:29 +0000	[thread overview]
Message-ID: <20040303151229.GA21054@sdf> (raw)
In-Reply-To: <18505.1078138363@csr.com>

On HP-UX 11.11 I'm getting a couple of configuration problems, it
doesn't sound like these would've gone away on 4.2.0-pre-2.

First one:
cc -c -I.  -DHAVE_CONFIG_H -O  -o builtin.o builtin.c
cc: "prototypes.h", line 106: error 1711: Inconsistent parameter list declaration for "gettimeofday".

I noticed zsh-4.0.8 has
config.h:473:/* Define if you have the gettimeofday function.  */
config.h:474:#define HAVE_GETTIMEOFDAY 1

whereas zsh-4.2.0-pre-1 shows intead
config.h:229:/* Define to 1 if you have the `gettimeofday' function. */
config.h:230:/* #undef HAVE_GETTIMEOFDAY */

and got rid of the problem by defining HAVE_GETTIMEOFDAY.


Second one:
cc: "zselect.c", line 267: error 1634: Missing arguments only allowed on intrinsic calls.

This line is a zerrnam() call, but given that the OS has a select
system call it looks like configure should set me up to compile the
code inside HAVE_SELECT instead.

I haven't been running this version much yet, but I'll let you know
how it goes.


  parent reply	other threads:[~2004-03-03 15:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20040227165910.GD31494@rabox>
2004-03-01 10:52 ` 4.2.0-pre-1 Peter Stephenson
2004-03-02 10:37   ` 4.2.0-pre-1 Ibraheem Umaru-Mohammed
2004-03-02 11:15     ` 4.2.0-pre-1 Peter Stephenson
2004-03-02 11:46       ` 4.2.0-pre-1 Ibraheem Umaru-Mohammed
2004-03-02 12:14         ` 4.2.0-pre-1 Peter Stephenson
2004-03-02 14:27           ` 4.2.0-pre-1 Ibraheem Umaru-Mohammed
2004-03-03 15:12   ` Paul Ackersviller [this message]
2004-03-03 15:31     ` 4.2.0-pre-1 on HP-UX 11.11 Peter Stephenson
2004-03-04  3:19       ` Paul Ackersviller
2004-03-04 12:21         ` Peter Stephenson
2004-03-04 20:36           ` Paul Ackersviller
2004-03-05 10:54             ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040303151229.GA21054@sdf \
    --to=pda@freeshell.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).