> Larry Rosenman <ler@lerctr.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.
Ok, I have removed the "gcc-ism" macro. Please try to build again on
your non-gcc platform and please let me know if you have further
problem...
--
Tatsuo Ishii