From kde-core-devel Thu Dec 30 11:59:53 1999 From: Harri Porten Date: Thu, 30 Dec 1999 11:59:53 +0000 To: kde-core-devel Subject: Re: Ok, what version of gcc and binutils is everyone using? X-MARC-Message: https://marc.info/?l=kde-core-devel&m=94655519325346 Stefan Taferner wrote: > > I have found similar problems in another Qt program (blackpenguin). > Same gcc. > > The construct was something like: QColorGroup(QColor(QRgb(0))...) > And gcc complained about not knowing what to do with > QColorGroup(QRgb).... Putting extra parentheses around the first QColor() might help. I encountered this bug with gcc 2.95.1 and the egcs people confirmed it. Harri.