I can't compile cvs snapshot ...

Поиск
Список
Период
Сортировка
От David Sauer
Тема I can't compile cvs snapshot ...
Дата
Msg-id m2d7zpgcc8.fsf@orfinet.cz
обсуждение исходный текст
Ответы Re: [HACKERS] I can't compile cvs snapshot ...  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] I can't compile cvs snapshot ...  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] I can't compile cvs snapshot ...  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
The problem is with file conv.c in backend/utils/mb/
....
big52mic(unsigned char *big5, unsigned char *p, int len)
       unsigned short c1;       unsigned short big5buf,                               cnsBuf;      unsigned char lc;
  char          bogusBuf[2];       int                i;
 
       while (len > 0 && (c1 = *big5++)){         if (c1 <= 0x007f U)                               ^^^^ my egcs 1.1.2
onlinux(rh6.0) doesn't                                    accept this space. Should be
 (probably)  0x007fU
 
......

The same problem repeats on some more places.

-- 
* David Sauer, student of Czech Technical University
* electronic mail: davids@orfinet.cz (mime compatible)


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

Предыдущее
От: Ari Halberstadt
Дата:
Сообщение: Re: [HACKERS] pg_dump core dump, upgrading from 6.5b1 to 5/24 snapshot
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] I can't compile cvs snapshot ...