| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>, Larry Rosenman <ler(at)lerctr(dot)org>, 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:39:19 |
| Message-ID: | 200109071439.f87EdJo20395@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | 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.
Yes, that stuff can't be done. We do use ## to bind macro params, but
we don't do variable-length macro calls. This is debug stuff anyway so
I am looking at how to get it compiling right away.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Lockhart | 2001-09-07 14:40:45 | Re: Beta Monday? |
| Previous Message | Bruce Momjian | 2001-09-07 14:37:28 | Re: backend hba.c prob |