From owner-freebsd-current Wed Sep 4 15:28: 7 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9204F37B400 for ; Wed, 4 Sep 2002 15:28:01 -0700 (PDT) Received: from ns.plaut.de (ns.plaut.de [194.99.75.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 780A343E65 for ; Wed, 4 Sep 2002 15:28:00 -0700 (PDT) (envelope-from root@nihil.plaut.de) Received: (from uucp@localhost) by ns.plaut.de (8.9.3/8.9.3) with UUCP id AAA30195; Thu, 5 Sep 2002 00:25:01 +0200 (CEST) (envelope-from root@nihil.plaut.de) Received: from localhost (root@localhost) by nihil.plaut.de (8.12.6/8.12.2) with ESMTP id g84MP49a002043; Thu, 5 Sep 2002 00:25:06 +0200 (CEST) (envelope-from root@nihil.plaut.de) Date: Thu, 5 Sep 2002 00:25:04 +0200 (CEST) From: Michael Reifenberger To: Beech Rintoul Cc: Michael WARDLE , FreeBSD-Current Subject: Re: KDE broken on CURRENT (with gcc3.2) In-Reply-To: <200209032353.05727.akbeech@anchoragerescue.org> Message-ID: <20020905001807.A610-100000@nihil> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 3 Sep 2002, Beech Rintoul wrote: > Date: Tue, 3 Sep 2002 23:53:05 -0800 > From: Beech Rintoul > To: Michael WARDLE > Cc: current@FreeBSD.ORG > Subject: Re: KDE broken on CURRENT (with gcc3.2) > > On Tuesday 03 September 2002 09:28 pm, Michael WARDLE wrote: > > > I have the exact same problem (even with fam-2.6.9). > > > Can you post that patch? > > > > There was an error with FAM and GCC 3.1 discussed here: > > > > > > If this is the problem you are seeing, try removing the > > "const" modifier from Scheduler.h in the FAM sources. removing the const modifier fixes the compilation error of fam with -current's gcc for me. The diff is: --- Scheduler.h.orig Thu Sep 5 00:20:53 2002 +++ Scheduler.h Thu Sep 5 00:21:34 2002 @@ -105,7 +105,7 @@ // for the corresponding I/O type. struct IOTypeInfo { - FDInfo::FDIOHandler FDInfo::*const iotype; + FDInfo::FDIOHandler FDInfo::* iotype; unsigned int nbitsset; // number of bits set in fds fd_set fds; IOTypeInfo(FDInfo::FDIOHandler FDInfo::* a_iotype) : Bye! ---- Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message