CVS does not compile
Bernd Pol
bernd.pol at online.de
Fri Sep 12 23:47:03 UTC 2003
Hi all,
current CVS (about 1 hour old, after the Qt 3.1 version patch by
Amilcar) does not compile here:
----------------------------
In file included from doctreeviewpart.cpp:38:
doctreeprojectconfigwidget.h:21: error: parse error before `{' token
doctreeprojectconfigwidget.h:22: error: virtual outside class
declaration
doctreeprojectconfigwidget.h:22: error: non-member function `const char*
className()' cannot have `const' method qualifier
doctreeprojectconfigwidget.h:22: error: virtual outside class
declaration
doctreeprojectconfigwidget.h:22: error: virtual outside class
declaration
doctreeprojectconfigwidget.h:22: error: virtual outside class
declaration
doctreeprojectconfigwidget.h:22: error: virtual outside class
declaration
doctreeprojectconfigwidget.h: In function `QObject* qObject()':
doctreeprojectconfigwidget.h:22: error: invalid use of `this' in
non-member
function
doctreeprojectconfigwidget.h: At global scope:
doctreeprojectconfigwidget.h:22: error: parse error before `private'
doctreeprojectconfigwidget.h:33: error: parse error before `public'
doctreeprojectconfigwidget.h:48: error: parse error before `private'
doctreeprojectconfigwidget.h:61: error: parse error before `}' token
doctreeviewpart.cpp: In member function `void
DocTreeViewPart::projectConfigWidget(KDialogBase*)':
doctreeviewpart.cpp:121: error: invalid use of undefined type `class
DocTreeProjectConfigWidget'
doctreeprojectconfigwidget.h:20: error: forward declaration of `class
DocTreeProjectConfigWidget'
doctreeviewpart.cpp:123: error: no matching function for call to `
DocTreeViewPart::connect(KDialogBase*&, const char[13],
DocTreeProjectConfigWidget*&, const char[10])'
/usr/lib/qt3/include/qobject.h:116: error: candidates are: static bool
QObject::connect(const QObject*, const char*, const QObject*, const
char*)
/usr/lib/qt3/include/qobject.h:227: error: bool
--------------------------------
More information about the KDevelop-devel
mailing list