zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@adler>
To: zsh-workers@math.gatech.edu
Subject: Re: completions with users (-u) and NIS+
Date: Fri, 5 Jul 96 08:28 MET DST	[thread overview]
Message-ID: <m0uc4NE-0003wOC@adler.informatik.hu-berlin.de> (raw)
In-Reply-To: Vincent Lefevre's message of Fri, 5 Jul 1996 01:41:16 +0200 (MET DST)


Vincent Lefevre wrote:

> 
> > Try to add -DHAVE_NIS_PLUS to DEFS in Src/Makefile, remove zle_tricky.o and
> > recompile.
> 
> I get the following errors:
> 
> Ok make
> gcc -c -I.. -I. -I.  -DHAVE_CONFIG_H -DHAVE_NIS_PLUS -Wall -Wno-implicit -Wmissing-prototypes -O2 -DDEBUG zle_tricky.c
> zle_tricky.c:1567: conflicting types for `match_username'
> zle_tricky.c:1552: previous declaration of `match_username'
> make: *** [zle_tricky.o] Error 1
> zsh: exit 2     make
> 
> If I replace line 1549 by:
> #if defined(HAVE_NIS) && !defined(HAVE_NIS_PLUS)
> there's no error any longer, but it does not change anything.
> 

There are some more checks for HAVE_NIS. I would try it with changing
the define HAVENIS in config.h (in the main directory) to define
HAVE_NIS_PLUS. Alternatively you can just add define HAVE_NIS_PLUS and
undef HAVE_NIS (!) in zle_tricky.c.


Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de



                 reply	other threads:[~1996-07-05  6:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m0uc4NE-0003wOC@adler.informatik.hu-berlin.de \
    --to=wischnow@adler \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).