Larry Rosenman <ler(at)lerctr(dot)org> 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