From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
Cc: | Larry Rosenman <ler(at)lerctr(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
Subject: | Re: Beta Monday? |
Date: | 2001-09-07 14:30:02 |
Message-ID: | 23274.999873002@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> writes:
>> But here is the tail of the output:
>> UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
>> UX:acomp: ERROR: "encnames.c", line 36: syntax error in macro parameters
> ^^^^^^^^^^^^^
> #define encdebug(_format, _a...)
> ^^^^^^^^^^^
> line 36
> I don't see some problem with my gcc. Or I something overlook?
"..." in macro parameters is a gcc-ism. This code is unportable and
must be fixed.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | tomas | 2001-09-07 14:33:33 | Re: Conditional NOTIFY is not implemented |
Previous Message | Larry Rosenman | 2001-09-07 14:28:59 | Re: Beta Monday? |