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

Re: 4.2.0-pre-1



On [02/03/04 11:15 +0000], Peter Stephenson wrote:
> 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.
> 

Hmmmn, sigcount.h seems to have unclosed quotes:

,---- [ sigcount.h ]
| #define SIGCOUNT        59
| #define sigmsg(sig) ((sig) <= SIGCOUNT ? sig_msg[sig] : "unknown signal3)
`----

Any utility version you want me to test for? awk? sed? A regular expression
issue?

Cheers,

			--ibraheem

-- 



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