Your message dated Wed, 31 May 2000 08:43:09 -0500 with message-id <20000531084309.M21006@mandrakesoft.mandrakesoft.com> and subject line Bug#4319: Problem looking up class name has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 31 May 2000 13:19:40 +0000 From block@zk3.dec.com Wed May 31 15:19:40 2000 Received: from ztxmail04.ztx.compaq.com ([161.114.1.208]:61965 "EHLO ztxmail04.ztx.compaq.com") by master.kde.org with ESMTP id ; Wed, 31 May 2000 15:19:32 +0200 Received: by ztxmail04.ztx.compaq.com (Postfix, from userid 12345) id A6CAD6B2; Wed, 31 May 2000 08:19:29 -0500 (CDT) Received: from oflume.zk3.dec.com (flambe.zk3.dec.com [16.140.96.19]) by ztxmail04.ztx.compaq.com (Postfix) with ESMTP id 43E6F4CF for ; Wed, 31 May 2000 08:19:29 -0500 (CDT) Received: from zk3.dec.com by oflume.zk3.dec.com (8.8.8/1.1.22.3/03Mar00-0551AM) id JAA0000003122; Wed, 31 May 2000 09:19:28 -0400 (EDT) Sender: block@zk3.dec.com Message-ID: <39351145.A35F49DC@zk3.dec.com> Date: Wed, 31 May 2000 09:19:02 -0400 From: Ken Block X-Mailer: Mozilla 4.7 [en] (X11; I; OSF1 T4.0 alpha) X-Accept-Language: en MIME-Version: 1.0 To: submit@bugs.kde.org Subject: Problem looking up class name Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-Path: X-Orcpt: rfc822;submit@bugs.kde.org Package: kdelibs Version: 1.9 I believe there is a bug in the Compaq C++ compiler that makes it unable to perform the following lookup correctly. If you add the namespace, then the compiler is able to find the Job class. I have reported this bug to the compiler group and it will be fixed, but I'd appreciate if this patch could be applied until then. ./kdelibs/kfile/kdirsize.cpp.orig 90c90 < Job::slotResult( job ); --- > KIO::Job::slotResult( job ); >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<