Larry Rosenman <[EMAIL PROTECTED]> writes: > Saw Tom's commits, now it breaks here: > cc -c -I/usr/local/include -I../../../src/include -DFRONTEND -I. >-DSYSCONFDIR='"/home/ler/pg-test/etc/postgresql"' -O -K inline -K PIC -o fe-connect.o >fe-connect.c > UX:acomp: ERROR: "../../../src/include/mb/pg_wchar.h", line 10: syntax error in >macro parameters This one is Tatsuo's fault: he's recently started relying on a gcc-ism: #ifdef FRONTEND #define elog(X...) #endif which will not do. regards, tom lane
- [HACKERS] more multibyte/After TGL... Larry Rosenman
- Re: [HACKERS] more multibyte/After TGL... Tom Lane
- Re: [HACKERS] more multibyte/After TGL... Tatsuo Ishii
- Re: [HACKERS] more multibyte/After TGL... Larry Rosenman
- Re: [HACKERS] more multibyte/After TGL... Larry Rosenman
- Re: [HACKERS] more multibyte/After TG... Tatsuo Ishii
- Re: [HACKERS] more multibyte/Afte... Larry Rosenman
- Re: [HACKERS] more multibyte/... Larry Rosenman
- Re: [HACKERS] more multibyte/... Tom Lane
- Re: [HACKERS] more multibyte/... Larry Rosenman
- Re: [HACKERS] more multibyte/... Tom Lane
- Re: [HACKERS] more multibyte/... Larry Rosenman