Sender: owner-postgres95@postgres.Berkeley.EDU
X-Return-Path: andrew_yu
Received: from share (Pmbparke.deltanet.com [199.171.190.200]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with SMTP id BAA16606 for <postgres95@postgres.berkeley.edu>; Sun, 5 Nov 1995 01:31:34 -0800
Received: by share (NX5.67e/NX3.0M)
	id AA18488; Sun, 5 Nov 95 01:32:19 -0800
Date: Sun, 5 Nov 95 01:32:19 -0800
From: "Michael B. Parker" <mbparker@share.cytex.com>
Message-Id: <9511050932.AA18488@share>
To: postgres95@postgres.Berkeley.EDU
Subject: On NextStep 3.3, what is postgres95/src/backend/port/next/? et al
Reply-To: mbparker@cytex.com
Resent-To: postgres95-redist
Resent-Date: Sun, 05 Nov 95 01:31:36 -0800
Resent-From: pglite
Resent-XMts: smtp

I'm trying to compile Postgres95 on NeXTstep 3.3 (CMU Mach, with BSD 4.3
compatibility).


{* What should the porting dir postgres95/src/backend/port/next/ be?  It
doesn't exist.  I don't know if this is right, but an ``ln -s BSD44_derived
postgres95/src/backend/port/next'' has kept me going.}


{* Also, postgres95/src/backend/storage/{ipc.h,ipc/ipc.c} both contain
``#include <sys/ipc.h>'' but NextStep 3.3 Developer doesn't have an an ipc.h
include file anywhere.  What should that be?  In the meantime, I've done a
``#define _IPC_'' to prevent the inclusion of these files, to see what's
missing when we got to link (haven't gotten to link, though).}


{** [STUCK] In c.h, CppConcat(x,y) IS defined and seems to work, but in
indexam.c, the expansion of:
  GET_REL_PROCEDURE(insert,aminsert);
into:
  CppConcat(procedure = relation->rd_am->,y); ... etc
is causing the fatal errors:
 ...  postgres95/src/backend/access/index/indexam.c:188: illegal statement, missing `;' after `rd_am'
 I don't know how to fix this one.}


Thanks kindly, -Mike Parker
http://www.cytex.com/~mbparker/

===============================================================================
  To unsubscribe from the Postgres95 mailing list, send mail with the subject
  line "DEL" to "postgres95-request@postgres.Berkeley.EDU". 
============  URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres95/  ===========
