[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: KDE and Gcc 3.0
From:       Gerald Roth <gerald.roth () aon ! at>
Date:       2001-06-18 19:48:14
[Download RAW message or body]

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 
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" : "=m" (ret) : "t" (inval) : "st");
  return ret;
}
#else
static inline long QRound (float inval)
{
  return (long)inval;
}
#endif
 
the asm() line does not compile.
commenting out the first #ifdef 
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 <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic