Re: Can't Compile F_OIDEC

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Can't Compile F_OIDEC
Дата
Msg-id 24079.962659964@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Can't Compile F_OIDEC  ("John Huttley" <John@mwk.co.nz>)
Список pgsql-general
"John Huttley" <John@mwk.co.nz> writes:
> Then I tried to compile the SRPM.

> This fails with an Undefined symbol   F_OIDEC
> in istrat.c line 494.

F_OIDEQ, you mean?  Offhand it sounds like something is messed up in
your copy of the fmgr.h file, which is supposed to be generated at
build time by src/backend/utils/Gen_fmgrtab.sh.  First thing I'd try
is doing "make clean" before "make all".  If that doesn't help, you'll
have to dig to see why that script is failing to extract a correct
list of function OID symbols.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] proposed improvements to PostgreSQL license
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Parallel regression tests on HPUX