Return-Path: owner-postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id LAA14626 for postgres-redist; Mon, 28 Nov 1994 11:14:20 -0800 Resent-From: POSTGRES mailing list Resent-Message-Id: <199411281914.LAA14626@nobozo.CS.Berkeley.EDU> Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from faerie.CS.Berkeley.EDU (faerie.CS.Berkeley.EDU [128.32.37.53]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with ESMTP id LAA14616 for ; Mon, 28 Nov 1994 11:14:19 -0800 Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by faerie.CS.Berkeley.EDU (8.6.9/8.1B) with SMTP id LAA19102; Mon, 28 Nov 1994 11:14:14 -0800 Message-Id: <199411281914.LAA19102@faerie.CS.Berkeley.EDU> X-Authentication-Warning: faerie.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol From: aoki@cs.berkeley.edu (Paul M. Aoki) To: pturner@amb4.ccalmr.ogi.edu (Paul J Turner) Cc: postgres@postgres.Berkeley.EDU Subject: Re: Problems building bmake on AIX 3.2.5 Reply-To: aoki@cs.berkeley.edu (Paul M. Aoki) In-reply-to: Your message of Mon, 28 Nov 1994 10:55:58 -0800 <9411281855.AA27373@amb4.ccalmr.ogi.edu> Date: Mon, 28 Nov 94 11:14:08 -0800 X-Sender: aoki@postgres.Berkeley.EDU Resent-To: postgres-redist@postgres.Berkeley.EDU X-Mts: smtp Resent-Date: Mon, 28 Nov 94 11:14:20 -0800 Resent-XMts: smtp pturner@amb4.ccalmr.ogi.edu (Paul J Turner) writes: > I'm trying to build pg on an IBM RS6K 320h with xlc (cc) and > AIX 3.2.5, but I don't seem to have the right stuff to build > bmake. I'm getting: > "compat.c", line 280.20: 1506-021 (S) Expecting struct or union. ------- Forwarded Message From: aoki@cs.berkeley.edu (Paul M. Aoki) To: egan@cbs.cis.com (Egan F. Ford) Cc: postgres@postgres.Berkeley.EDU (Postgres Mailing List) Subject: Re: Bmake build fail on aix3.2.5 Date: Fri, 19 Aug 94 12:28:40 -0700 egan@cbs.cis.com (Egan F. Ford) writes: > I've built postgres for linux and now would like to build it for AIX 3.2.5, > the install docs say that it is a tested platform. I cannot get bmake to > build. > "compat.c", line 280.20: 1506-021 (S) Expecting struct or union. > "compat.c", line 282.29: 1506-021 (S) Expecting struct or union. > "compat.c", line 293.23: 1506-021 (S) Expecting struct or union. go into compat.c and job.c and wherever you see "WIFsomething(foo.w_status)" change it to "WIFsomething(foo)". i broke this for AIX when porting to solaris (i checked that it works on everything else just now). (i ran regress and multiuser tests on everything but only bootstrapped from the tar file on about 1/3 of the platforms. this one slipped through the cracks, oh well, sorry. i don't get paid to do this..) -- Paul M. Aoki | University of California at Berkeley aoki@CS.Berkeley.EDU | Dept. of EECS, Computer Science Division (#1776) | Berkeley, CA 94720-1776 ============================================================================== To add/remove yourself to/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. ============================================================================== ------- End of Forwarded Message ============================================================================== To add/remove yourself to/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. ============================================================================== URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/