zsh-workers
 help / color / mirror / code / Atom feed
* Minor problem with gcc and zsh-beta11 on DEC alpha
@ 1995-11-07 18:26 Gary Holt
  1995-11-07 18:43 ` Zoltan Hidvegi
  0 siblings, 1 reply; 2+ messages in thread
From: Gary Holt @ 1995-11-07 18:26 UTC (permalink / raw)
  To: zsh-workers

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'

It compiles fine with the normal CC compiler:

cc -Olimit 2000 -O2 -I. -I.. -DHAVE_CONFIG_H -c zle_tricky.c

works without any errors.

This was with gcc 2.7.0 for zsh-beta11, but I know the error has been in there
since at least beta 8 or so, with gcc 2.6.3.  This is for a DEC alpha running
OSF/1 3.2 (but I had the same problem a while ago on OSF/1 3.0).

Thanks for all the work with zsh--it's a great shell!
-- 
Gary Holt			(818)-395-2882
holt@klab.caltech.edu		http://www.klab.caltech.edu/~holt/


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Minor problem with gcc and zsh-beta11 on DEC alpha
  1995-11-07 18:26 Minor problem with gcc and zsh-beta11 on DEC alpha Gary Holt
@ 1995-11-07 18:43 ` Zoltan Hidvegi
  0 siblings, 0 replies; 2+ messages in thread
From: Zoltan Hidvegi @ 1995-11-07 18:43 UTC (permalink / raw)
  To: holt; +Cc: zsh-workers

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1995-11-07 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-07 18:26 Minor problem with gcc and zsh-beta11 on DEC alpha Gary Holt
1995-11-07 18:43 ` Zoltan Hidvegi

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).