| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "G(dot) Anthony Reina" <reina(at)nsi(dot)edu> |
| Cc: | "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Installation on SGI IRIX 6.5.10 |
| Date: | 2001-05-12 18:11:11 |
| Message-ID: | 10402.989691071@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"G. Anthony Reina" <reina(at)nsi(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-05-12 18:46:45 | Re: State of PL/Python build |
| Previous Message | Peter Eisentraut | 2001-05-12 17:50:20 | State of PL/Python build |