Return-Path: owner-postman Delivery-Date: Tue, 26 Apr 94 19:40:38 -0700 Return-Path: owner-postman Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id PAA03988 for postgres-redist; Tue, 26 Apr 1994 15:54:56 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199404262254.PAA03988@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from mailgzrz.TU-Berlin.DE (mailgzrz.TU-Berlin.DE [130.149.4.10]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id PAA03922 for ; Tue, 26 Apr 1994 15:46:00 -0700 Received: from marie.physik.TU-Berlin.DE by mailgzrz.TU-Berlin.DE (5.65c/ZRZ-MX) for id AA03804; Wed, 27 Apr 1994 00:41:47 +0200 Received: from lise.physik.tu-berlin.de by marie.physik.tu-berlin.de (5.0/SMI-SVR4) id AA04701; Wed, 27 Apr 1994 00:41:44 --100 Received: by lise.physik.tu-berlin.de (5.0/SMI-SVR4) id AA10890; Wed, 27 Apr 1994 00:41:43 --100 From: wpp@marie.physik.tu-berlin.de (Kai Petzke) Message-Id: <9404262241.AA10890@lise.physik.tu-berlin.de> Subject: Re: Help with Linux To: postgres@postgres.Berkeley.EDU Date: Wed, 27 Apr 1994 00:41:49 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1445 Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Tue, 26 Apr 94 15:54:56 -0700 Resent-XMts: smtp > > I'm trying to get v4.2 compiled under Linux. I finally got the patch > from marie.physik.tu-berlin.de (after many timeouts) and applied it, but > it hangs on ylib.c: conflicting definitions in acl.h and builtins.h. Sorry for the timeouts. I did not want to put Postgres on tsx-11 or Sunsite (and thus distribute it to everywhere), before Berkeley has officially announced it themselves. > > Anyone know what to do with this? This is a small problem, I have build into it. Unfortunateley. I have posted a fix to this mailing list on Apr. 7, but here it is again: Kai --- src/backend/utils/builtins.h.old Sat Apr 2 00:44:09 1994 +++ src/backend/utils/builtins.h Thu Apr 7 12:03:52 1994 @@ -612,11 +612,16 @@ extern void to_basename ARGS((char *fname, char *bname, char *tname)); /* acl.c */ -/* public interfaces only -- these are fake, the real ones are in tmp/acl.h */ +/* + * public interfaces only -- these are fake, the real ones are in tmp/acl.h. + * Don't define these here, if tmp/acl.h has already been included! + */ +#ifndef AclHIncluded extern struct varlena *aclitemin ARGS((char *s)); extern char *aclitemout ARGS((struct varlena *s)); extern struct varlena *aclinsert ARGS((struct varlena *acl, char *aclitem)); extern struct varlena *aclremove ARGS((struct varlena *acl, char *aclitem)); extern int aclcontains ARGS((struct varlena *acl, char *aclitem)); +#endif #endif !BuiltinsIncluded =============================================================================== To add/remove yourself from the POSTGRES mailing list: send mail with the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU" If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and a human will deal with it. DO NOT post to the "postgres" mailing list. ===============================================================================