[166] in Kerberos-V5-bugs
Re: missing file
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Mon Jul 15 20:51:00 1991
Date: Mon, 15 Jul 91 20:50:58 -0400
From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
To: uris@handies.UCAR.EDU
Cc: krb5-bugs@ATHENA.MIT.EDU
In-Reply-To: Mark Uris's message of Mon, 15 Jul 91 16:29:55 MDT,
Reply-To: tytso@ATHENA.MIT.EDU
Date: Mon, 15 Jul 91 16:29:55 MDT
From: uris@handies.UCAR.EDU (Mark Uris)
I keep getting the following error when attempting a make. The file
wasn't with the release 'KRB5-types.h'. What am I doing wrong..
It is being built on a Sun 4 running 4.1.1
Well, I have the following message from Steve Lunt which might shed some
light on the problem. He claims that adding a backslash to the ':' in
the PepsyTarget imake rule in config/Project.tmpl file. I don't
understand why this backslash is necessary (it isn't our systems), but I
suspect it might be some strangeness in Sun's cpp.
In any case, see if you can modify the Project.tmpl to do the right
thing. (If you do, I'd appreciate it if you could let me know exactly
what you needed to do, since I don't have a Sun here where I can debug
the problem.) If you can't you can fall back to modifying the Makefile
by hand to add the necessary tab before the "@echo ***Ignore..." line,
but that would be a pain.
- Ted
------- Forwarded Message
Date: Wed, 3 Jul 91 17:53:04 EDT
From: Steve Lunt <lunt@ctt.bellcore.com>
To: tytso@ATHENA.MIT.EDU
Subject: Re: Where is KRB5-types.h?
Ted,
The problem is in the Makefile. The PepsyTarget() imake rule produced
the following lines:
.SUFFIXES: .py
KRB5_tables.c: KRB5-asn.py
@echo '***Ignore the warning message "Warning: Can'\''t find UNIV.ph failed"'
$(PEPSY) $(PSYFLAGS) KRB5-asn.py
The line beginning with @ throws off make. I don't know why it doesn't have a
leading tab, but when I added one to the Makefile, it worked. A backslash is
needed in front of the : in the rule in config/Project.tmpl to fix this.
-- Steve
------- End Forwarded Message
--[0161]--