Re: Bug #946: Problem to make version 7.3.2 with cygwin

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #946: Problem to make version 7.3.2 with cygwin
Дата
Msg-id 29878.1050522600@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #946: Problem to make version 7.3.2 with cygwin  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
>> make[1]: Entering directory `/src/backend/parser'
>> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I.
>> -I../../../src/inc
>> lude  -DBUILDING_DLL  -c -o analyze.o analyze.c
>> analyze.c:41:28: utils/fmgroids.h: No such file or directory
>> make[1]: *** [analyze.o] Error 1

That can't be the first failure --- it must have failed to build
fmgroids.h earlier.  Look at the invocation of
src/backend/utils/Gen_fmgrtab.sh and see what went wrong.

Perhaps you are missing awk or sed.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #946: Problem to make version 7.3.2 with cygwin
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #947: time(timenow()) Parse Error