Re: porting postgrers 8.3 on SCO 5.0.7 - Mailing list pgsql-ports

From Tom Lane
Subject Re: porting postgrers 8.3 on SCO 5.0.7
Date
Msg-id 26606.1213040635@sss.pgh.pa.us
Whole thread Raw
In response to porting postgrers 8.3 on SCO 5.0.7  ("Edmundo Robles L." <erobles@sensacd.com.mx>)
List pgsql-ports
"Edmundo Robles L." <erobles@sensacd.com.mx> writes:
> gmake[4]: Entering directory `/u/erobles/postgresql-8.3.1/src/backend/utils/adt'
> cc -b elf -O -I../../../../src/include -I/usr/local/include  -c -o cash.o cash.c
> "cash.c", line 814: error: invalid token: 100ll
> "cash.c", line 814: error: Syntax error before or at: ;

Hmm, seems our buildfarm is lacking machines that won't take that
construct, else we'd have noticed this long ago.  These should all
be using the INT64CONST() macro.

            regards, tom lane

pgsql-ports by date:

Previous
From: "Edmundo Robles L."
Date:
Subject: porting postgrers 8.3 on SCO 5.0.7
Next
From: "Knut P. Lehre"
Date:
Subject: Compiling table_log and other C-functions on the windows port of 8.3