zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: Ibraheem Umaru-Mohammed <umarumohammed@btinternet.com>,
	zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Re: 4.2.0-pre-1
Date: Tue, 02 Mar 2004 11:15:15 +0000	[thread overview]
Message-ID: <18780.1078226115@csr.com> (raw)
In-Reply-To: "Ibraheem Umaru-Mohammed"'s message of "Tue, 02 Mar 2004 10:37:57 GMT." <20040302103757.GA2667@rabox>

Ibraheem Umaru-Mohammed wrote:
> "sigcount.h", line 2.74: 1506-186 (W) String literal must be ended before the
>  end of line.
> "signames.epro", line 5.74: 1506-186 (W) String literal must be ended before 
> the end of line.
>         /usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -O  -o jobs.o 
> jobs.c
> "sigcount.h", line 2.74: 1506-186 (W) String literal must be ended before the
>  end of line.
> "signames.epro", line 5.74: 1506-186 (W) String literal must be ended before 
> the end of line.
> "jobs.c", line 686.43: 1506-276 (S) Syntax error: possible missing ')'?
> "jobs.c", line 697.46: 1506-068 (S) Operation between types "char*" and "int"
>  is not allowed.
> "jobs.c", line 698.21: 1506-277 (S) Syntax error: possible missing ')' or ','
> ?
> "jobs.c", line 698.27: 1506-275 (S) Unexpected text ')' encountered.
> "jobs.c", line 769.77: 1506-276 (S) Syntax error: possible missing ')'?
> "jobs.c", line 773.88: 1506-277 (S) Syntax error: possible missing ')' or ','
> ?
> "jobs.c", line 775.77: 1506-277 (S) Syntax error: possible missing ')' or ','
> ?

It seems to be falling over on the sigmsg(...) macros.

You should have a file in the Src directory where you are building
called sigcount.h containing something like

#define SIGCOUNT	45
#define sigmsg(sig) ((sig) <= SIGCOUNT ? sig_msg[sig] : "unknown signal")

Is your version similar?  If so, is there something weird in the file
signames.c in the same directory (feel free to send to the file)?

Thanks for the info.

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


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


  reply	other threads:[~2004-03-02 11:15 UTC|newest]

Thread overview: 17+ 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     ` Peter Stephenson [this message]
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   ` 4.2.0-pre-1 on HP-UX 11.11 Paul Ackersviller
2004-03-03 15:31     ` 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
     [not found] <20040227172236.GA22597@lorien.emufarm.org>
2004-02-27 18:10 ` [7087] 4.2.0-pre-1 Peter Stephenson
2004-02-28  6:52   ` Clint Adams
2004-02-28  7:36     ` 4.2.0-pre-1 Danek Duvall
2004-02-28 15:13       ` 4.2.0-pre-1 Clint Adams
     [not found] <10223.1077810073@csr.com>
2004-02-26 19:13 ` 4.2.0-pre-1 Clint Adams
2004-02-26 19:17   ` 4.2.0-pre-1 Peter Stephenson
2004-02-27  2:03     ` 4.2.0-pre-1 Bart Schaefer

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=18780.1078226115@csr.com \
    --to=pws@csr.com \
    --cc=umarumohammed@btinternet.com \
    --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).