6.5beta1 compile fails

From: "Jun Zhang" <jzhang(at)flclerks(dot)com>
To: <pgsql-general(at)postgreSQL(dot)org>
Subject: 6.5beta1 compile fails
Date: 1999-04-12 15:46:02
Message-ID: 19990412113346.32cd7846.in@flclerks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

with the following message:

make -C utils all
make[1]: Entering directory `/user6/home/humphrey/pgsql/src/utils'
gcc -I../include -I../backend -Wall -Wmissing-prototypes -c version.c
-o ve
rsion.o
In file included from ../include/postgres.h:42,
from version.c:30:
../include/c.h:792: parse error before `va_list'
version.c: In function `ValidatePgVersion':
version.c:83: warning: subscript has type `char'
version.c:85: warning: subscript has type `char'
make[1]: *** [version.o] Error 1
make[1]: Leaving directory `/user6/home/humphrey/pgsql/src/utils'
make: *** [all] Error 2

The ./configure --with-template=svr4 seems to work fine. The reason I
try 6.5 is that 6.4.2 failed compilation on my AT&T System 3000 (ncr).
Please help!

Jun

Browse pgsql-general by date

  From Date Subject
Next Message Taral 1999-04-12 17:06:18 Re: [HACKERS] Gregorian Calendar
Previous Message Jeffrey MacDonald 1999-04-12 13:56:27 Re: Case insensitive searches?