[194] in arla-drinkers

home help back first fref pref prev next nref lref last post

compiling under cygwin32

daemon@ATHENA.MIT.EDU (Sylvan Clebsch)
Thu Aug 6 18:22:56 1998

From owner-arla-drinkers@stacken.kth.se Thu Aug 06 22:22:55 1998
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 21165 invoked from network); 6 Aug 1998 22:22:53 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
  by bloom-picayune.mit.edu with SMTP; 6 Aug 1998 22:22:53 -0000
Received: (from majordom@localhost)
	by sundance.stacken.kth.se (8.8.8/8.8.8) id AAA19129
	for arla-drinkers-list; Fri, 7 Aug 1998 00:17:11 +0200 (MET DST)
Received: from mailhub.Stanford.EDU (mailhub.Stanford.EDU [171.64.14.35])
	by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id AAA19125
	for <arla-drinkers@stacken.kth.se>; Fri, 7 Aug 1998 00:17:06 +0200 (MET DST)
Received: from stanford.edu (xevious.Stanford.EDU [36.5.0.51])
	by mailhub.Stanford.EDU (8.8.8/8.8.8/L) with ESMTP id PAA18720
	for <arla-drinkers@stacken.kth.se>; Thu, 6 Aug 1998 15:17:04 -0700 (PDT)
Message-ID: <35CA2B59.376A63E4@stanford.edu>
Date: Thu, 06 Aug 1998 15:16:57 -0700
From: Sylvan Clebsch <sylvan@stanford.edu>
X-Mailer: Mozilla 4.05 [en] (WinNT; U)
MIME-Version: 1.0
To: arla-drinkers@stacken.kth.se
Subject: compiling under cygwin32
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk

i apologize in advance if this has been gone over before, or if i'm
missing something trivial. i'm attempting to get Arla working under NT
in preparation for attempting a full NT port. i made the following
changes in order to get a clean compile:

roken/resolve.h: changed HEADER to int

	T_A is defined, but HEADER isn't...

roken/roken.h: add sys/socket.h

	needed it for a number of things in recvmesg.c and sendmesg.c

ko/gensysname.c: changed O_TEXT to O_TEXT_SAFE

	O_TEXT is defined in windows' fcntl.h

arlad/messages.c: define RXKADEXPIRED if it isn't already
include/stds.h: define ANAME_SZ, INST_SZ and REALM_SZ if they aren't

	when doing a build without kerberos, these values are needed


the only problem i am left with is in appl/fs.c and appl/fs_lib.c. these
contain calls to k_hasafs() and k_pioctl(), both of which have
prototypes in kafs.h, but don't seem to actually be present anywhere in
the source tree. there must be something very simple i'm missing, but i
tried spelunking around a few *nix boxes and could find no reference
there, so i gave up on the idea that these were functions a unix
implementation expected to find in the system. if anyone could lend me a
hand on this, i would really appreciate it. thanks for your time.

-s

home help back first fref pref prev next nref lref last post