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 ...
Re: [HACKERS] I can't compile cvs snapshot ... Re: [HACKERS] I can't compile cvs snapshot ... |
Список | 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 по дате отправления: