Re: [HACKERS] cvs version compile error on AIX 4.3.3 using xlc (long)

2003-07-14 Thread Tom Lane
Weiping He <[EMAIL PROTECTED]> writes: > just try to compile newly updated 7.4-devl version on a AIX 4.4.3 box, > [ lots of problems ] > make[3]: Entering directory > `/home/postgres/pgsql-7.4/pgsql/src/backend/port' > xlc -O2 -qmaxmem=16384 -qsrcmsg -qlonglong -I../../../src/include -

[HACKERS] cvs version compile error on AIX 4.3.3 using xlc (long)

2003-07-08 Thread Weiping He
Hi, just try to compile newly updated 7.4-devl version on a AIX 4.4.3 box, (just checkouted about 24 hours) but seems got problem: 8<--- make[3]: Entering directory `/home/

Re: [HACKERS] cvs version compile error

2003-07-04 Thread Tom Lane
Weiping He <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> I think Bruce already fixed this. How old is your CVS pull? > upgraded this morning, around 2003-07-04 09:29:00 CST or 2003-07-03 > 17:29:00 PST. > and later I add a > #include Yeah, that is the correct fix, and Bruce did fix it on We

Re: [HACKERS] cvs version compile error

2003-07-04 Thread Weiping He
Tom Lane wrote: I think Bruce already fixed this. How old is your CVS pull? regards, tom lane ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings upgraded this morning, around 2003-07-04 09:29:00 CST or 2003

Re: [HACKERS] cvs version compile error

2003-07-04 Thread Tom Lane
Weiping He <[EMAIL PROTECTED]> writes: > I'm trying to compile pgsql-7.4devl on Solaris8, but got the error > below: I think Bruce already fixed this. How old is your CVS pull? regards, tom lane ---(end of broadcast)--

[HACKERS] cvs version compile error

2003-07-03 Thread Weiping He
Hi, I'm trying to compile pgsql-7.4devl on Solaris8, but got the error below: 8<- numeric.c: In function `PGTYPESnumeric_cmp': numeric.c:1308: `INT_MAX' undeclared (first use in this fu