Re: imapd broken with gcc 3.3.

2003-06-17 Thread Michael van Elst
Martin, com_err.c:88: error: parse error before va_list com_err.c: In function `default_com_err_proc': com_err.c:100: error: `whoami' undeclared (first use in this function) com_err.h correctly sets HAVE_STDARG_H, but com_err.c evaluates it before com_err.h is included. Under FreeBSD you

Re: imapd broken with gcc 3.3.

2003-06-17 Thread Bill Campbell
On Tue, Jun 17, 2003 at 08:37:28AM +0200, Michael van Elst wrote: On Tue, Jun 17, 2003, Michael van Elst wrote: com_err.h correctly sets HAVE_STDARG_H, but com_err.c evaluates it before com_err.h is included. Correcting myself: com_err.h is not included because if #ifdef notdef... What a

imapd broken with gcc 3.3.

2003-06-16 Thread Martin Konold
Hi, it looks like cyrus imapd has not been ported to gcc 3.3 sofar. Is anyone already looking into this? Yours, -- martin Dipl.-Phys. Martin Konold e r f r a k o n Erlewein, Frank, Konold Partner - Beratende Ingenieure und Physiker Nobelstrasse 15, 70569 Stuttgart, Germany fon: 0711

Re: imapd broken with gcc 3.3.

2003-06-16 Thread Michael van Elst
Martin, it looks like cyrus imapd has not been ported to gcc 3.3 sofar. Can you be more specific ? -- ,eM=.a-. Michael van Elst dWWMWM - :GM==;[EMAIL PROTECTED] :WWMWMw=--. W=' cable wireless

Re: imapd broken with gcc 3.3.

2003-06-16 Thread Martin Konold
Am Montag, 16. Juni 2003 20:48 schrieb Michael van Elst: Hi Michael,. it looks like cyrus imapd has not been ported to gcc 3.3 sofar. Can you be more specific ? When trying to build imapd you get In file included from com_err.c:54:

Re: imapd broken with gcc 3.3.

2003-06-16 Thread Martin Konold
Am Dienstag, 17. Juni 2003 07:01 schrieb Martin Konold: Hi, When trying to build imapd you get In file included from com_err.c:54: /kolab/lib/gcc-lib/i686-pc-linux-gnu/3.3/include/varargs.h:4:2: #error GCC no longer implements varargs.h.