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

Re: Minor problem with gcc and zsh-beta11 on DEC alpha



Gary Holt wrote:
> When I try to compile zsh with gcc (the default from the configure command), I
> get the following error:
> 
> gcc -c -I.. -I. -I.  -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -fwritable-strings -O2 zle_tricky.c
> zle_tricky.c: In function `maketildelist':
> zle_tricky.c:1637: incompatible type for argument 3 of `yp_all'

The prototype for yp_all is broken in the system header file.  This should be
mentioned in the MACHINES of in the BUGS file I think.

Bye,

  Zoltan



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