Re: Error compiling PostgreSQL 7.4 for Fedora Core 1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error compiling PostgreSQL 7.4 for Fedora Core 1
Дата
Msg-id 20449.1070786896@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error compiling PostgreSQL 7.4 for Fedora Core 1  (Jonathan Gardner <jgardner@jonathangardner.net>)
Список pgsql-admin
Jonathan Gardner <jgardner@jonathangardner.net> writes:
> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
> - -Wmissing-declarations -I. -I../../../src/include -D_GNU_SOURCE   -c -o
> bootstrap.o bootstrap.c
> bootstrap.c:118: error: `F_REGCLASSIN' undeclared here (not in a function)

Hmmm ... this is evidently a variant of ye olde "Gen_fmgrtab.sh script
failed" problem, though I do not understand why you're seeing it in
bootstrap.c when other complainants see effects much earlier in the
build process.  The known reasons for Gen_fmgrtab.sh to fail include
lack of awk or sed on the platform.  But I've never been entirely
convinced that we fully understand the risks here --- can you dig into
it and find out what's failing and why?

            regards, tom lane

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

Предыдущее
От: Jonathan Gardner
Дата:
Сообщение: Error compiling PostgreSQL 7.4 for Fedora Core 1
Следующее
От: Sai Hertz And Control Systems
Дата:
Сообщение: Auto commit Off how will it effect us ?