Re: contrib compilation probs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: contrib compilation probs
Дата
Msg-id 4770.1059710160@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: contrib compilation probs  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: contrib compilation probs  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> I didn't see any probs with the ones you fixed, but I see this:

> prs_dcfg.c: In function `parse_cfgdict':
> prs_dcfg.c:65: warning: int format, different type arg (arg 2)
> prs_dcfg.c:78: warning: int format, different type arg (arg 2)
> prs_dcfg.c:87: warning: int format, different type arg (arg 2)
> prs_dcfg.c:118: warning: int format, different type arg (arg 2)
> prs_dcfg.c:128: warning: int format, different type arg (arg 3)

Fixed those.

> gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPI
> C -I. -I. -I./snowball -I./ispell -I./wordparser -I../../src/include   -c -o
> snowball/english_stem.o snowball/english_stem.c -MMD
> cp: snowball/english_stem.d: No such file or directory
> gmake[1]: *** [snowball/english_stem.o] Error 1

No idea about this; it doesn't happen here.  Anyone?
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: python interface
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: contrib compilation probs