Re: more multibyte/After TGL...

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: ler(at)lerctr(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: more multibyte/After TGL...
Date: 2000-10-27 02:31:50
Message-ID: 20001027113150H.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-10-27 02:54:28 Re: pgsql/src/backend/nodes (copyfuncs.c outfuncs.c print.c)
Previous Message Stephan Szabo 2000-10-27 01:24:41 Re: Foreign key references now fails with inherited columns