Re: compiling kdelibs3 fails with -current's gcc 3.2

2002-09-03 Thread Michael Reifenberger
Hi, your patch to cp/cp-lang.c fixed the build of kdelibs3 for me. Thanks! Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: compiling kdelibs3 fails with -current's gcc 3.2

2002-09-02 Thread Manfred Antar
At 12:29 AM 9/3/2002 +0200, Michael Reifenberger wrote: Hi, with -current I get during compiling kdelibs3 (and after successfully compiling qt3 and arts): ... c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kio -I../kio/kio -I../kio/kfile -I/usr/X11R6/include

Re: compiling kdelibs3 fails with -current's gcc 3.2

2002-09-02 Thread Alex Zepeda
On Tue, Sep 03, 2002 at 12:29:23AM +0200, Michael Reifenberger wrote: I tried CFLAGS with -O[1|2] and with or without -march=-pentium3. Always the same error. Anyone else? I'm seeing the exact same thing. I can't install linux_base either, nor can I build rpm. - alex To Unsubscribe:

Re: compiling kdelibs3 fails with -current's gcc 3.2

2002-09-02 Thread Alexander Kabaev
On Mon, 2 Sep 2002 16:27:45 -0700 Alex Zepeda [EMAIL PROTECTED] wrote: I'm seeing the exact same thing. I can't install linux_base either, nor can I build rpm. Have no idea what is your problem with linux_base, but rpm build fine here after one gets past __size_t and machine/types.h. --

Re: compiling kdelibs3 fails with -current's gcc 3.2

2002-09-02 Thread Alexander Kabaev
The patch I sent is reversed. Use patch -R to apply. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Re: compiling kdelibs3 fails with -current's gcc 3.2

2002-09-02 Thread Alexander Kabaev
Where can I find this patch? I didn't see it in the message body or attached to any of your previous messages. Sorry, apparently attachments are stripped now before being delivered to the mailing lists. The patch is below: Index: cp/cp-lang.c

Re: compiling kdelibs3 fails with -current's gcc 3.2

2002-09-02 Thread Alex Zepeda
On Mon, Sep 02, 2002 at 08:10:42PM -0400, Alexander Kabaev wrote: Have no idea what is your problem with linux_base, but rpm build fine here after one gets past __size_t and machine/types.h. And how does one do that? - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe