Seems others have been able to get this thing to work, so why not me? What's the trick, people? I've compiled three different copies of the source, as well as the CVS, and I still get this exact same error msg. Does anyone know what the hell this might involve?
Code:
addwizardui.cpp: In method `addWizardUI::addWizardUI(QWidget * = 0, const char * = 0, bool = FALSE, unsigned int = 0)':
addwizardui.cpp:4675: invalid use of undefined type `class KListView'
addwizardui.h:17: forward declaration of `class KListView'
addwizardui.cpp:4676: invalid use of undefined type `class KListView'
addwizardui.h:17: forward declaration of `class KListView'
addwizardui.cpp:4677: invalid use of undefined type `class KListView'
addwizardui.h:17: forward declaration of `class KListView'
addwizardui.cpp:4677: invalid use of undefined type `class KListView'
addwizardui.h:17: forward declaration of `class KListView'
addwizardui.cpp:4678: invalid use of undefined type `class KListView'
addwizardui.h:17: forward declaration of `class KListView'
addwizardui.cpp:4679: no matching function for call to `QHBoxLayout::addWidget (KListView *&)'
/usr/qt/3/include/qlayout.h:378: candidates are: void QBoxLayout::addWidget(QWidget *, int = 0, int = 0)
addwizardui.cpp:4683: invalid use of undefined type `class KPushButton'
addwizardui.h:18: forward declaration of `class KPushButton'
addwizardui.cpp:4684: invalid use of undefined type `class KPushButton'
addwizardui.h:18: forward declaration of `class KPushButton'
addwizardui.cpp:4685: no matching function for call to `QVBoxLayout::addWidget (KPushButton *&)'
/usr/qt/3/include/qlayout.h:378: candidates are: void QBoxLayout::addWidget(QWidget *, int = 0, int = 0)
addwizardui.cpp:4718: invalid use of undefined type `class KListView'
addwizardui.h:17: forward declaration of `class KListView'
addwizardui.cpp:4719: invalid use of undefined type `class KListView'
addwizardui.h:17: forward declaration of `class KListView'
addwizardui.cpp:4720: invalid use of undefined type `class KListView'
addwizardui.h:17: forward declaration of `class KListView'
addwizardui.cpp:4720: invalid use of undefined type `class KListView'
addwizardui.h:17: forward declaration of `class KListView'
addwizardui.cpp:4721: invalid use of undefined type `class KListView'
addwizardui.h:17: forward declaration of `class KListView'
addwizardui.cpp:4722: no matching function for call to `QVBoxLayout::addWidget (KListView *&)'
/usr/qt/3/include/qlayout.h:378: candidates are: void QBoxLayout::addWidget(QWidget *, int = 0, int = 0)
make[2]: *** [addwizardui.lo] Error 1
make[2]: Leaving directory `/home/conor/kdenonbeta/kopete/libkopete/ui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/conor/kdenonbeta/kopete/libkopete'
make: *** [all-recursive] Error 1
Looks like a problem with QT, but I can't be sure. Ideas?
[edit:gorn]fixed code tags[/edit]
Bookmarks