Your message with subj: during compilation problem with 'struct KListView' is reported Thank you for your bug report. The bug that you reported has been identified, and has been fixed in the latest development (CVS) version of KDE. The bug report will be closed. 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) (Complete bug history is available at http://bugs.kde.org/db/45/45999.html) Received: (at submit) by bugs.kde.org; 31 Jul 2002 16:17:57 +0000 Received: (qmail 14322 invoked by uid 33); 31 Jul 2002 16:17:57 -0000 Date: 31 Jul 2002 16:17:57 -0000 Message-ID: <20020731161757.14321.qmail@mail.kde.org> To: submit@bugs.kde.org Subject: during compilation problem with 'struct KListView' is reported From: infapx@yandex.ru X-KDE-Received: -213.149.177.36 Package: kpersonalizer Version: 3.0.2 (using KDE 3.0.2 ) Severity: normal Installed from: Compiled From Sources Compiler: gcc v3.1 OS: Linux OS/Compiler notes: Red Hat 7.1 distribution with gcc compiled from sources The problem arrised when I was compiling kdebase package. When compiler reached the file kpersonalizer/keyecandypagedlg.cpp in started complaining about forward declaration of struct KListView and so on. I managed to solve the problem by adding #include to keyecandypagedlg.h header file. (Submitted via bugs.kde.org)