Re: porting postgrers 8.3 on SCO 5.0.7

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Edmundo Robles L(dot)" <erobles(at)sensacd(dot)com(dot)mx>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: porting postgrers 8.3 on SCO 5.0.7
Date: 2008-06-09 19:43:55
Message-ID: 26606.1213040635@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Edmundo Robles L." <erobles(at)sensacd(dot)com(dot)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

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Knut P. Lehre 2008-06-10 06:44:15 Compiling table_log and other C-functions on the windows port of 8.3
Previous Message Edmundo Robles L. 2008-06-09 18:55:58 porting postgrers 8.3 on SCO 5.0.7