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
- Re: [HACKERS] Beta Monday? Larry Rosenman
- Re: [HACKERS] Beta Monday? Bruce Momjian
- Re: [HACKERS] Beta Monday? Tom Lane
- Re: [HACKERS] Beta Monday? Larry Rosenman
- Re: [HACKERS] Beta Monday? Bruce Momjian
- Re: [HACKERS] Beta Monday? Karel Zak
- Re: [HACKERS] Beta Monday? Bruce Momjian
- Re: [HACKERS] Beta Monday? Larry Rosenman
- Re: [HACKERS] Beta Monday? Bruce Momjian
- Re: [HACKERS] Beta Monday? Thomas Lockhart
- Re: [HACKERS] Beta Monday? Tom Lane
- Re: [HACKERS] Beta Monday? Karel Zak
- Re: [HACKERS] Beta Monday? Bruce Momjian
- Re: [HACKERS] Beta Monday? Peter Eisentraut
- Re: [HACKERS] Beta Monday? Bruce Momjian
- Re: [HACKERS] Beta Monday? Tatsuo Ishii