[943] in arla-drinkers
Re: whining about roken.h
daemon@ATHENA.MIT.EDU (Jeffrey Hutzelman)
Wed Jul 7 12:17:02 1999
From owner-arla-drinkers@stacken.kth.se Wed Jul 07 16:17:01 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 12885 invoked from network); 7 Jul 1999 16:17:00 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 7 Jul 1999 16:17:00 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id SAA25982
for arla-drinkers-list; Wed, 7 Jul 1999 18:08:04 +0200 (MET DST)
Received: from beryllium.club.cc.cmu.edu (BERYLLIUM.CLUB.CC.CMU.EDU [128.2.232.146])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id SAA25974
for <arla-drinkers@stacken.kth.se>; Wed, 7 Jul 1999 18:07:50 +0200 (MET DST)
Received: from afstest-1.fac.cs.cmu.edu (AFSTEST-1.FAC.CS.CMU.EDU [128.2.194.215])
by beryllium.club.cc.cmu.edu (8.8.5/8.8.5) with SMTP id MAA29012;
Wed, 7 Jul 1999 12:05:20 -0400 (EDT)
Date: Wed, 7 Jul 1999 12:05:04 -0400 (EDT)
From: Jeffrey Hutzelman <jhutz@cmu.edu>
X-Sender: jhutz@afstest-1.fac.cs.cmu.edu
To: Johan Danielsson <joda@pdc.kth.se>
cc: arla-drinkers@stacken.kth.se
Subject: Re: whining about roken.h
In-Reply-To: <xofd7y4aivi.fsf@blubb.pdc.kth.se>
Message-ID: <Pine.SOL.3.95L.990707113402.1015A-100000@afstest-1.fac.cs.cmu.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
On 7 Jul 1999, Johan Danielsson wrote:
> > Last night, I pulled down the arla-0.25 distribution, and
> > (re)discovered that roken.h and libroken.a do not get installed by
> > default, and worse, that the former contains many references to
> > preprocessor symbols defined by configure, which might not be
> > available to a program wishing to use the library.
>
> This is only the case in the roken present in arla. The Heimdal
> version does create a working roken.h, and also installs it and the
It looks like you did something very similar in concept to what I did, but
not quite as ugly. Figures... I see that roken.awk escapes \ and " in
the input file, but does nothing about %. I would suggest either escaping
% as %%, or using fputs instead of fprintf, to avoid nasty surprises down
the line.
> library. There should probably be a separate roken distribution.
Agreed.
> Was it you intention to do fill-region on the patch? :-)
No; that was my mailer, and I didn't even notice until you pointed it out.
I'll try to avoid that problem in the future...
-- Jeff