[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    cvs: "kcontrol/konqhtml" - compile fails
From:       "Tobias Lochner" <t_lochner () web ! de>
Date:       2003-09-08 17:03:21
[Download RAW message or body]

Hi 

I'm getting an error on the cvs-version of "kdebase/kcontrol/konqhtml"-compile for a few days.
I already checked out new versions of qt-copy, kdelibs and kdebase out of cvs and removed the \
previous compiled KDE directory. The problem stayed.

My fault or cvs problem?

Best reagards

Tobias Lochner

PS. The error message:
------------------------
In file included from advancedTabDialog.cpp:25,
                 from kcm_konqhtml_la.all_cpp.cpp:13:
/root/stuff/KDE3/src/qt-copy/include/qslider.h: At global scope:
/root/stuff/KDE3/src/qt-copy/include/qslider.h:67: error: comma at end of enumerator list
/root/stuff/KDE3/src/qt-copy/include/qslider.h:67: error: syntax error before numeric constant
/root/stuff/KDE3/src/qt-copy/include/qslider.h:68: error: missing ';' before right brace
/root/stuff/KDE3/src/qt-copy/include/qslider.h:70: error: syntax error before `*' token
/root/stuff/KDE3/src/qt-copy/include/qslider.h:71: error: syntax error before `,' token
/root/stuff/KDE3/src/qt-copy/include/qslider.h:72: error: syntax error before `int'
/root/stuff/KDE3/src/qt-copy/include/qslider.h:74: error: destructors must be member functions
/root/stuff/KDE3/src/qt-copy/include/qslider.h:76: error: `Orientation' was not declared in \
                this scope
/root/stuff/KDE3/src/qt-copy/include/qslider.h:76: error: virtual outside class declaration
/root/stuff/KDE3/src/qt-copy/include/qslider.h:76: error: variable or field `setOrientation' \
                declared void
/root/stuff/KDE3/src/qt-copy/include/qslider.h:77: error: syntax error before `)' token
/root/stuff/KDE3/src/qt-copy/include/qslider.h:78: error: virtual outside class declaration
/root/stuff/KDE3/src/qt-copy/include/qslider.h:79: error: non-member function `bool tracking()' \
                cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:80: error: virtual outside class declaration
/root/stuff/KDE3/src/qt-copy/include/qslider.h:82: error: non-member function `int \
                sliderStart()' cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:83: error: non-member function `QRect \
                sliderRect()' cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:84: error: non-member function `QSize \
                sizeHint()' cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:88: error: non-member function `QSizePolicy \
                sizePolicy()' cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:89: error: non-member function `QSize \
                minimumSizeHint()' cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:91: error: `TickSetting' was not declared in \
                this scope
/root/stuff/KDE3/src/qt-copy/include/qslider.h:91: error: virtual outside class declaration
/root/stuff/KDE3/src/qt-copy/include/qslider.h:91: error: variable or field `setTickmarks' \
                declared void
/root/stuff/KDE3/src/qt-copy/include/qslider.h:92: error: syntax error before `)' token
/root/stuff/KDE3/src/qt-copy/include/qslider.h:94: error: virtual outside class declaration
/root/stuff/KDE3/src/qt-copy/include/qslider.h:95: error: non-member function `int \
                tickInterval()' cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h: In function `int tickInterval()':
/root/stuff/KDE3/src/qt-copy/include/qslider.h:95: error: `tickInt' undeclared (first use this \
                function)
/root/stuff/KDE3/src/qt-copy/include/qslider.h:95: error: (Each undeclared identifier is \
                reported only once for each function it appears in.)
/root/stuff/KDE3/src/qt-copy/include/qslider.h: At global scope:
/root/stuff/KDE3/src/qt-copy/include/qslider.h:97: error: non-member function `int minValue()' \
                cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:98: error: non-member function `int maxValue()' \
                cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:101: error: non-member function `int lineStep()' \
                cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:102: error: non-member function `int pageStep()' \
                cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:105: error: non-member function `int value()' \
                cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:107: error: syntax error before `public'
/root/stuff/KDE3/src/qt-copy/include/qslider.h:114: error: syntax error before `protected'
/root/stuff/KDE3/src/qt-copy/include/qslider.h:120: error: syntax error before `protected'
/root/stuff/KDE3/src/qt-copy/include/qslider.h:139: error: syntax error before `private'
/root/stuff/KDE3/src/qt-copy/include/qslider.h:146: error: non-member function `int \
                positionFromValue(int)' cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:147: error: non-member function `int \
                valueFromPosition(int)' cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:151: error: non-member function `int \
                available()' cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:152: error: non-member function `int \
                goodPart(const QPoint&)' cannot have `const' method qualifier
/root/stuff/KDE3/src/qt-copy/include/qslider.h:160: error: 'State' is used as a type, but is \
                not defined as a type.
/root/stuff/KDE3/src/qt-copy/include/qslider.h:163: error: 'TickSetting' is used as a type, but \
                is not defined as a type.
/root/stuff/KDE3/src/qt-copy/include/qslider.h:164: error: `int tickInt' used prior to \
                declaration
/root/stuff/KDE3/src/qt-copy/include/qslider.h:165: error: 'Orientation' is used as a type, but \
                is not defined as a type.
/root/stuff/KDE3/src/qt-copy/include/qslider.h:167: error: syntax error before `private'
/root/stuff/KDE3/src/qt-copy/include/qslider.h:170: error: syntax error before `&' token
/root/stuff/KDE3/src/qt-copy/include/qslider.h:175: error: no `bool QSlider::tracking() const' \
                member function declared in class `QSlider'
/root/stuff/KDE3/src/qt-copy/include/qslider.h:180: error: no `Qt::Orientation \
                QSlider::orientation() const' member function declared in class `QSlider'
/root/stuff/KDE3/src/qt-copy/include/qslider.h: In member function `Qt::Orientation \
                QSlider::orientation() const':
/root/stuff/KDE3/src/qt-copy/include/qslider.h:181: error: `orient' undeclared (first use this \
                function)
/root/stuff/KDE3/src/qt-copy/include/qslider.h: At global scope:
/root/stuff/KDE3/src/qt-copy/include/qslider.h:185: error: no `int QSlider::sliderStart() \
                const' member function declared in class `QSlider'
/root/stuff/KDE3/src/qt-copy/include/qslider.h:190: error: no `void \
QSlider::setSizePolicy(QSizePolicy::SizeType, QSizePolicy::SizeType, bool)' member function \
declared in class `QSlider' make[3]: *** [kcm_konqhtml_la.all_cpp.lo] Fehler 1
make[3]: Leaving directory `/root/stuff/KDE3/src/kdebase/kcontrol/konqhtml'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/root/stuff/KDE3/src/kdebase/kcontrol'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/root/stuff/KDE3/src/kdebase'
make: *** [all] Fehler 2
-------------------------------------------------------------------------------------------------------
 ______________________________________________________________________________
38xTestsieger - WEB.DE FreeMail - Deutschlands beste E-Mail.
Immer verfuegbar mit POP3, IMAP, SMTP, WAP - http://f.web.de/?mc=021135

 
> > Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic