Karel Zak <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to