Build failure: TIMEZONE_GLOBAL undeclared

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Build failure: TIMEZONE_GLOBAL undeclared
Дата
Msg-id 20040909024743.GA86176@winnie.fuhr.org
обсуждение исходный текст
Ответы Re: Build failure: TIMEZONE_GLOBAL undeclared  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
A build of the latest CVS sources fails when compiling pgtz.c:

gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -DFRONTEND -I../../src/include
-I/usr/local/ssl/include  -c -o pgtz.o pgtz.c 
pgtz.c: In function `get_timezone_offset':
pgtz.c:99: error: `TIMEZONE_GLOBAL' undeclared (first use in this function)

PostgreSQL 8.0.0beta2 (CVS)
Solaris 9
gcc 3.4.1
gmake 3.80
src/timezone/pgtz.c 1.28
src/include/port.h 1.60

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: 8.0 incompatibility
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Permissions problem with sequences