Re: Installation on SGI IRIX 6.5.10

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Installation on SGI IRIX 6.5.10
Дата
Msg-id 10402.989691071@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Installation on SGI IRIX 6.5.10  ("G. Anthony Reina" <reina@nsi.edu>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: State of PL/Python build
Следующее
От: Tom Lane
Дата:
Сообщение: Re: State of PL/Python build