Re: SCO 5.0.4 Compilation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SCO 5.0.4 Compilation
Дата
Msg-id 24755.1042242731@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SCO 5.0.4 Compilation  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-general
Steve Crawford <scrawford@pinpointresearch.com> writes:
> In case this is of use to others attempting to compile 7.3.1 on SCO 5.0.4:
> My make fails with:
> error: undefined symbol: INT_MAX
> in the file pg_backup_tar.c

> My workaround is to add the following line to that file:
> #include <limits.h>

Good catch.  The code appears to need that only when INT64_IS_BUSTED
is set.  I guess 7.3 hasn't yet been tested on machines without int64
support.  Did you find any other problems?

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Gregory Seidman
Дата:
Сообщение: Rules triggered by rules
Следующее
От: Mike Benoit
Дата:
Сообщение: Planner making poor choices?