Re: Problem while building SRPM PostgreSQL on Red Hat Linux 9

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem while building SRPM PostgreSQL on Red Hat Linux 9
Дата
Msg-id 18840.1050168149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem while building SRPM PostgreSQL on Red Hat Linux 9  (Devrim GUNDUZ <devrim@gunduz.org>)
Ответы Re: Problem while building SRPM PostgreSQL on Red Hat Linux  (Joe Conway <mail@joeconway.com>)
Список pgsql-general
Devrim GUNDUZ <devrim@gunduz.org> writes:
> gcc -O2 -g -pipe -march=i686 -Wall -Wmissing-prototypes
> -Wmissing-declarations -I../../../src/include -I/usr/kerberos/include  -c
> -o hba.o hba.c
> hba.c:76: parse error before "c"
> hba.c:76: parse error before '&' token
> make[3]: *** [hba.o] Error 1

I'm betting the system headers define a macro isblank().  I've always
wondered why we don't have more trouble with that.

Try putting "#ifndef isblank ... #endif" around the isblank function
in hba.c.

            regards, tom lane


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

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Problem while building SRPM PostgreSQL on Red Hat Linux 9
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Problem while building SRPM PostgreSQL on Red Hat Linux