Re: CVS: compilation failed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CVS: compilation failed
Дата
Msg-id 6551.1058884296@sss.pgh.pa.us
обсуждение исходный текст
Ответ на CVS: compilation failed  (Karel Zak <zakkr@zf.jcu.cz>)
Ответы Re: CVS: compilation failed
Список pgsql-hackers
Karel Zak <zakkr@zf.jcu.cz> writes:
> ./configure  --prefix=/usr/lib/postgresql  --enable-nls

I think you must have done --enable-recode too.

> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../../src/include   -c -o miscinit.o miscinit.c -MMD
> miscinit.c: In function `SetCharSet':
> miscinit.c:205: error: structure has no member named `in'
> make[3]: *** [miscinit.o] Error 1

The recode stuff is broken due to IPv6 changes.  I'm inclined to rip it
out rather than try to upgrade it to handle IPv6 addresses; it seems to
me that that feature has been superseded by the client/server encoding
conversion features.
        regards, tom lane


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

Предыдущее
От: Lee Kindness
Дата:
Сообщение: Re: [PATCHES] PATCH: Memory leaks on start-up
Следующее
От: Peter Eisentraut
Дата:
Сообщение: ...