Re: more multibyte/After TGL... - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: more multibyte/After TGL...
Date
Msg-id 20001027113150H.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: more multibyte/After TGL...  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: more multibyte/After TGL...  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
> 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


pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Foreign key references now fails with inherited columns
Next
From: The Hermit Hacker
Date:
Subject: Re: Summary: what to do about INET/CIDR