Re: CVS compile on AIX 4.3.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Samuel A Horwitz <horwitz(at)argoscomp(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CVS compile on AIX 4.3.2
Date: 2003-07-15 16:49:11
Message-ID: 23429.1058287751@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Samuel A Horwitz <horwitz(at)argoscomp(dot)com> writes:
> I am getting the following error
> ../../../../src/include/libpq/pqcomm.h:60: `int64_t' undeclared here (not
> in a function)

There's a patch floating around the list to remove use of int64_t, which
is evidently not too portable. I'll try to get it applied soon.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sean Chittenden 2003-07-15 17:55:11 Re: CVS compile on AIX 4.3.2
Previous Message Tom Lane 2003-07-15 16:42:45 Re: backend/parser compile prob