Sender: owner-postgres95@postgres.Berkeley.EDU
X-Return-Path: andrew_yu
Received: from MISVMS.BPA.ARIZONA.EDU (MISVMS.BPA.Arizona.EDU [128.196.190.10]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with SMTP id BAA18916 for <postgres95@postgres.berkeley.edu>; Mon, 6 Nov 1995 01:39:02 -0800
Date: Mon, 6 Nov 1995 2:38:57 -0700 (MST)
From: RBROWN@BPA.ARIZONA.EDU
To: postgres95@postgres.Berkeley.EDU
Message-Id: <951106023857.604116ad@BPA.Arizona.EDU>
Subject: pg95 installation problems
Resent-To: postgres95-redist
Resent-Date: Mon, 06 Nov 95 01:39:03 -0800
Resent-From: pglite
Resent-XMts: smtp

Hello all,

First off, kudos on the pg95 distribution--it's amazing how you support so
many platforms so cleanly! All my problems have been my own setup, and I
suppose this is another:

I'm running on a DECStation 5000, Ultrix 4.2A, gcc 2.6.3, gmake 3.74. When
I run the initial gmake, compilation bombs on list.c with the following:

/usr/users/rbrown/pg/postgres95/src/backend/nodes/list.c: In function `makeList'
:
/usr/users/rbrown/pg/postgres95/src/backend/nodes/list.c:51: parse error before
`void'
/usr/users/rbrown/pg/postgres95/src/backend/nodes/list.c:51: parse error before
`void'
/usr/users/rbrown/pg/postgres95/src/backend/nodes/list.c:51: parse error before
`)'
gmake[1]: *** [obj/list.o] Error 1

The offending line is:

	temp = va_arg(args, void *);

I can't find a prototype or macro for va_arg anywhere...any idea what's
going on? Also, I get a lot of warnings about NULL redefinitions--is this
normal?

Thanks ahead of time,

Rick Brown
University of Arizona MIS Dept.
rbrown@bpa.arizona.edu
520-749-0422

===============================================================================
  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/  ===========
