Re: Problem while building SRPM PostgreSQL on Red Hat Linux
В списке pgsql-general по дате отправления:
| От | Joe Conway |
|---|---|
| Тема | Re: Problem while building SRPM PostgreSQL on Red Hat Linux |
| Дата | |
| Msg-id | 3E98DF7B.6040103@joeconway.com обсуждение исходный текст |
| Ответ на | Re: Problem while building SRPM PostgreSQL on Red Hat Linux (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: Problem while building SRPM PostgreSQL on Red Hat Linux
|
| Список | pgsql-general |
Tom Lane wrote: > Joe Conway <mail@joeconway.com> writes: > >>hba.c:82: conflicting types for `isblank' >>/usr/include/ctype.h:128: previous declaration of `isblank' >>make[3]: *** [hba.o] Error 1 > > [ scratches head ... ] They have both a macro and an extern definition > of isblank? What is the latter exactly? This is from /usr/include/ctype.h on a clean install of Red Hat 9: /* ISO C99 introduced one new function. */ #ifdef __USE_ISOC99 __BEGIN_NAMESPACE_C99 __exctype (isblank); __END_NAMESPACE_C99 #endif > Mebbe the best answer is just to rename our function to pg_isblank... Sounds like the ticket. Joe
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера