Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 4.2.0-pre-1



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@xxxxxxx>                  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
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author