Re: current CVS: undefined reference to `PGLZ_RAW_SIZE'

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: current CVS: undefined reference to `PGLZ_RAW_SIZE'
Дата
Msg-id 738.962778726@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: current CVS: undefined reference to `PGLZ_RAW_SIZE'  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Ответы RE: current CVS: undefined reference to `PGLZ_RAW_SIZE'  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Re: current CVS: undefined reference to `PGLZ_RAW_SIZE'  (JanWieck@t-online.de (Jan Wieck))
Список pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes:
>> utils/SUBSYS.o: In function `lztextlen':
>> utils/SUBSYS.o(.text+0x11c68): undefined reference to `PGLZ_RAW_SIZE'

> Did you do this from a completely fresh tree? If not, did you do a "make
> clean" first? I built this morning without trouble...

No, he's right: the lztext stuff has an undefined reference that's
buried inside #ifdef MULTIBYTE.  Not sure if the answer is to add
the missing #include to lztext.c, or if the code is wrong.  Jan?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: heap_create with OID?
Следующее
От: Tim Perdue
Дата:
Сообщение: Re: Article on MySQL vs. Postgres