|
|||||||||||
|
[PORTS] Building 8.3 beta 4 stops on (at least) 2 errors
From: J6M <j6m(at)adm.estp.fr>
Date: Mon Jan 07 2008 - 10:42:48 EST
I tried to compile PG8.3b4 for a test run on a R/S 6K running AIX 4.3
Here are the step by step operations once having detarred the package 1 - Edition of ./src/include/pg_config_manual.h Setting BLCKSZ to 16384 (has to get records from a mainframe) 2 - ./configure --prefix=/tmp/pg83b4 --without-readline --without-zlib 3 - make 3.1 - First error happens when compiling tsquery.c xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -qnoansialias -I../../../../src/include -c -o tsquery.o tsquery.c
108 | PT_CLOSE = 5,
....................a
a - 1506-275 (S) Unexpected text ',' encountered. The file shows : /* * token types for parsing */ typedef enum {
PT_END = 0,
PT_ERR = 1,
PT_VAL = 2,
PT_OPR = 3,
PT_OPEN = 4,
PT_CLOSE = 5,
} ts_tokentype; 3.2 - I manually removed the offending comma and carried on the building process (expecting a major flaw to be detected at the 'make check' stage Then the building process stops on ecpg/informix.c
xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -qnoansialias -I../include -I../../../../src/interfaces/ecpg/include
-I../../../../src/interfaces/libpq -I../../../../src/include/utils -I../../../../src/include
-c -o informix.o informix.c
I ll try again, time permitting, tomorrow with the newly uploaded RC1. I had no problem with 8.2.5 and 8.1.10.
Regards
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
Received on Mon Jan 7 10:44:57 2008This archive was generated by hypermail 2.1.8 : Wed Jun 18 2008 - 23:39:11 EDT |
||||||||||
|
|||||||||||