Re: Installation on SGI IRIX 6.5.10 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Installation on SGI IRIX 6.5.10
Date
Msg-id 10402.989691071@sss.pgh.pa.us
Whole thread Raw
In response to Installation on SGI IRIX 6.5.10  ("G. Anthony Reina" <reina@nsi.edu>)
List pgsql-hackers
"G. Anthony Reina" <reina@nsi.edu> writes:
> In addition to my RedHat 6.2 server, I'm installing Postgres 7.1.1 on an
> SGI O2 (IRIX 6.5.10). The configure works, but the 'gmake all' fails
> when it tries to compile 'xact.c':

> cc-1521 cc: WARNING File = /usr/include/setjmp.h, Line = 26
>   A nonstandard preprocessing directive is used.

>   #ident "$Revision: 1.36 $"
>    ^

That looks like IRIX's own fault.  If their compiler doesn't like their
own <setjmp.h>, it's their issue to resolve ...

> cc-1070 cc: ERROR File = xact.c, Line = 696
>   The indicated type is incomplete.

>                         struct timeval delay;
>                                        ^

Hm.  Which system header file defines struct timeval on IRIX?
I'd expect <time.h> or <sys/time.h>, but maybe they keep it
someplace unusual.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: State of PL/Python build
Next
From: Tom Lane
Date:
Subject: Re: State of PL/Python build