Compiling issue on KDE 3.0.x system
Andrea Rizzi
rizzi at kde.org
Wed Sep 17 12:16:02 UTC 2003
Hi all,
I tried to compile gideon on a KDE 3.0.x (QT 3.0) system (the one used at
CERN) and I have found some easy to fix compiling problems.
I used 15/09/2003 snapshots of gideon.
1)QVariant::isNull() is used (do not exists in QT 3.0), a ==0 seems to work.
[here:lib/widgets/propeditor/pcombobox.cpp
and here:lib/widgets/propeditor/psymbolcombo.cpp
if (!value.isNull())
]
2)QString::replace(QString, QString) seems to be private in QT 3.0 using
replace(QRegExp(string1), string2) worked.
[here:parts/cppsupport/cppsupportpart.cpp]
3)in
plugins/pcsimporter/customimporter gives errors:
settingsdialog.cpp:40: use of `KEditListBox' is ambiguous
/usr/include/kde/keditlistbox.h:39: first declared as `class
KEditListBox' here
../../../lib/compat/kdeveditlistbox.h:37: also declared as `class
KDevCompat::KEditListBox' here
settingsdialog.cpp:40: `KEditListBox' denotes an ambiguous type
4) doc/kdevelop/index.docbook do not compile
Bye
Andrea
More information about the KDevelop-devel
mailing list