zsh-workers
 help / color / mirror / code / Atom feed
* Compile Error on DigitalUNIX
@ 1997-01-09 10:52 Karl-Heinz Dewenter
  1997-01-09 12:57 ` Zefram
  0 siblings, 1 reply; 2+ messages in thread
From: Karl-Heinz Dewenter @ 1997-01-09 10:52 UTC (permalink / raw)
  To: zsh-workers-ml

Hi,

excuse me, I'm new on this list and the error is quite old:

I get 
> zle_tricky.c: In function `maketildelist':
> zle_tricky.c:1553: warning: assignment from incompatible pointer type
> zle_tricky.c:1555: incompatible type for argument 3 of `yp_all'
> *** Exit 1
when compiling zsh on AlphaWorkstation with DigitalUNIX 3.2G.
The problem is quite easy to patch, perhaps anyone can patch the
original soure.

In zle_tricky.c I replaced the line 
        yp_all(domain, PASSWD_MAP, &cb);
by the following construct:
#ifdef __osf__
	yp_all(domain, PASSWD_MAP, cb);
#else
	yp_all(domain, PASSWD_MAP, &cb);
#endif

! zsh works on these systems very well. I like it!

-- 
	Karl-Heinz Dewenter
	AEG Atlas Schutz- und Leittechnik, Bremen, Germany
	--- please answer to <khdewenter@aeg-atlas.de> ---


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

* Re: Compile Error on DigitalUNIX
  1997-01-09 10:52 Compile Error on DigitalUNIX Karl-Heinz Dewenter
@ 1997-01-09 12:57 ` Zefram
  0 siblings, 0 replies; 2+ messages in thread
From: Zefram @ 1997-01-09 12:57 UTC (permalink / raw)
  To: Karl-Heinz Dewenter; +Cc: zsh-workers

Karl-Heinz Dewenter wrote:
>I get 
>> zle_tricky.c: In function `maketildelist':
>> zle_tricky.c:1553: warning: assignment from incompatible pointer type
>> zle_tricky.c:1555: incompatible type for argument 3 of `yp_all'
>> *** Exit 1
>when compiling zsh on AlphaWorkstation with DigitalUNIX 3.2G.

This is mentioned in the Etc/MACHINES file.  It is the header declaring
yp_all() that is wrong, not zsh.

-zefram


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

end of thread, other threads:[~1997-01-09 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-01-09 10:52 Compile Error on DigitalUNIX Karl-Heinz Dewenter
1997-01-09 12:57 ` Zefram

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