"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