Re: The dbase conrtib doesn't compile

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: The dbase conrtib doesn't compile
Дата
Msg-id 13240.1008906877@sss.pgh.pa.us
обсуждение исходный текст
Ответ на The dbase conrtib doesn't compile  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: The dbase conrtib doesn't compile  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Re: The dbase conrtib doesn't compile  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> In HEAD contrib/dbase:
> gcc -pipe -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../src/
> interf
> aces/libpq -I. -I../../src/include   -c -o dbf2pg.o dbf2pg.c
> dbf2pg.c:19: iconv.h: No such file or directory

Looks like someone took a shortcut in dealing with <iconv.h>.
What the heck is that, anyway, and do we need the ifdef'd code at all?

(FWIW, the code compiles fine if you do have <iconv.h>)
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: contrib idea
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: The dbase conrtib doesn't compile