zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: Jens Schleusener <Jens.Schleusener@debis-sfr.de>,
	zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Re: zsh-4.0.1-pre-[45] compile problems under AIX
Date: Thu, 31 May 2001 10:34:16 +0100	[thread overview]
Message-ID: <Tc0a88d0153dad562d3@mailsweeper01.cambridgesiliconradio.com> (raw)
In-Reply-To: "Jens Schleusener"'s message of "Wed, 30 May 2001 22:44:27 +0200." <Pine.A41.3.96.1010530221546.250794A-100000@n05.sp.go.dlr.de>

Jens Schleusener wrote:
> Hi,
> 
> I have problems to compile zsh-4.0.1-pre-4 and zsh-4.0.1-pre-5
> under AIX 4.1.4 and 4.3.x.
> 
> I assume the problem is a local one (local gcc installation etc.) and
> probably I have overseen something.

This could be a problem with the configure changes for termcap, so it might
be serious.  First, however, does this happen with a completely clean
distribution?  It's possible some of the attempts at fixing termcap/curses
in the middle have confused configure.

Has anybody compiled successfully under AIX with zsh-4.0.1-pre-4 or
zsh-4.0.1-pre-5?  If not, we need to fix this.

> Under AIX 4.1.4 (gcc 2.95.3) I got the following error:
>
> ...
> gcc -c -I.  -DHAVE_CONFIG_H -I/usr/local/contrib/include  -o termcap.o
> termcap.c
> In file included from termcap.c:61:
> /usr/include/term.h:1315: parse error before `SGTTY'

That probably means that curses.h hasn't been included.  Is
TERM_H_NEEDS_CURSES_H defined in config.h?  If not we need to figure out
why not.  In the generated file config.log, look for the message `checking
if term.h needs curses.h'.  You should see some failure messages for an
attempt to compile a programme which included term.h, but not curses.h
(just what's happening in the failed compilation above), which triggers the
symbol being defined.  It should be pretty difficult to get the compilation
to succeed accidentally, though.

Looking at termcap.c, I can't see any other way of getting that particular
error.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


  reply	other threads:[~2001-05-31 10:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-30 20:44 Jens Schleusener
2001-05-31  9:34 ` Peter Stephenson [this message]
2001-05-31 19:03   ` Jens Schleusener
2001-06-01  9:33     ` Peter Stephenson
2001-06-01 12:38       ` Jens Schleusener

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=Tc0a88d0153dad562d3@mailsweeper01.cambridgesiliconradio.com \
    --to=pws@csr.com \
    --cc=Jens.Schleusener@debis-sfr.de \
    --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).