Re: [PORTS] Problem compiling on HP/Compaq Tru64 UNIX

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PORTS] Problem compiling on HP/Compaq Tru64 UNIX
Дата
Msg-id 16860.1035208993@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem compiling on HP/Compaq Tru64 UNIX  ("Ron Harter" <rharter@pobox.com>)
Ответы Re: [PORTS] Problem compiling on HP/Compaq Tru64 UNIX  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
"Ron Harter" <rharter@pobox.com> writes:
> We are trying to compile and install postgresql on Tru64 UNIX. We get some
> errors during the build saying NAN not defined.

AFAICS, all uses of NAN in the PG code are preceded by something like

#ifndef NAN
#define NAN        (0.0/0.0)
#endif

... which might or might not be the right thing for your platform, but
it certainly shouldn't yield an "undefined name" kind of error.

Could you be more specific about what error you're getting?
And where?

            regards, tom lane

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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: pgAdmin II connection problem
Следующее
От: "Patrick Fiche"
Дата:
Сообщение: Re: select into without creating new table