Re: AIX Postgres Compile Error - Mailing list pgsql-admin

From Tom Lane
Subject Re: AIX Postgres Compile Error
Date
Msg-id 1790.1271342305@sss.pgh.pa.us
Whole thread Raw
In response to AIX Postgres Compile Error  ("Thorne, Francis" <thornef@cromwell.co.uk>)
List pgsql-admin
"Thorne, Francis" <thornef@cromwell.co.uk> writes:
> I am trying to compile Postgres on an AIX machine but am getting the
> following error through the 'make' process

> In file included from
> /merlin/perl5.10.1/lib/5.10.1/aix-thread-multi-64all/CORE/
> op.h:633,
>                  from
> /merlin/perl5.10.1/lib/5.10.1/aix-thread-multi-64all/CORE/
> perl.h:3420,
>                  from plperl.h:31,
>                  from plperl.c:34:
> /merlin/perl5.10.1/lib/5.10.1/aix-thread-multi-64all/CORE/reentr.h:780:
> error: field '_srandom_struct' has incomplete type

Hmm.  You might try pulling the latest version of ppport.h from our CVS:
http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/ppport.h
to see if that fixes it.  I wouldn't really expect what's in 8.3.7
to work with such a new version of Perl.  If that doesn't do it, try
using a 5.8.x Perl release.

            regards, tom lane

pgsql-admin by date:

Previous
From: Lewis Kapell
Date:
Subject: Re: Query is stuck
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Migrating from 8.3 to 8.4 on the same server