From kde-devel Mon Jun 18 19:48:14 2001 From: Gerald Roth Date: Mon, 18 Jun 2001 19:48:14 +0000 To: kde-devel Subject: Re: KDE and Gcc 3.0 X-MARC-Message: https://marc.info/?l=kde-devel&m=99289424724906 hi i am trying to get kde cvs compile with gcc-3 for about a month (now running yesterdays kde cvs with tree days old gcc cvs on a=20 i686-pc-linux-gnu target) kdesupport compiles kdelibs compile (except artsd - see below)) kdebase compiles kdenetwork compiles kdegraphics compiles the rest i haven't tested yet.. problems with artsd: compilation fails in arts/flow/convert.cc: #ifdef HAVE_X86_FLOAT_INT static inline long QRound (float inval) { long ret; asm ("fistpl %0" : "=3Dm" (ret) : "t" (inval) : "st"); return ret; } #else static inline long QRound (float inval) { return (long)inval; } #endif =20 the asm() line does not compile. commenting out the first #ifdef=20 helps with the compilation, but artsd does not work correctly... gerald On Monday 18 June 2001 19:56, Mathieu Chouinard wrote: > Hi, > Does anybody have compiled KDE 2.2alpha2 with GCC 3.0? > Mathieu > > >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to > >> unsubscribe << >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<