--------------Boundary-00=_LGDOPO706X20QS307R10 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! FYI: i have compiled a kde 3.1 cvs of around 8th august using MIPSpro=20 compilers on sgi IRIX. It looks quite nicely; good work! I have attached = a=20 file with my changes to arts, libs, artwork and partly network (not yet=20 finished). I would like you to comment this changes but please be gentle = with=20 me as i am not a c++ programmer yet (i am trying to get better with that;= =20 prommise!). Shurely you have better solutions than me. Again: realy great work; i do like the new desktop already! TMEzz37 (Andy) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (IRIX64) iD8DBQE9Vj4tWZhxXlcCT4ERAuFcAJ9C4Ihus8No9YAmWTWnscOJRWqd8ACfWVR0 9JoePIHN8A9DNw/eElF559Y=3D =3Dn6i9 -----END PGP SIGNATURE----- --------------Boundary-00=_LGDOPO706X20QS307R10 Content-Type: text/x-c++src; charset="us-ascii"; name="kde31_alpha1_issues" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kde31_alpha1_issues" compiler flags: arts: no issue exept maybe a missing -lCio on one of the link lines kdelibs: kdeui/ktoolbarbutton.h: cc-1117 CC: ERROR File = ./ktoolbarbutton.h, Line = 141 An expression appears after a "return" in a "void" function. removed the return statement kdeui/kmainwindow.cpp: cc-1117 CC: ERROR File = kmainwindow.cpp, Line = 984 An expression appears after a "return" in a "void" function removed the return statement libkdefx: you have to add a -lCio on the last link line to build the library otherwise you'll get unresolved symbols in meinproc and possible other later on (you'l notice that at compiling kdebase...) kio/kpasswdserver/kpasswdserver.h: cc-3155 CC: ERROR File = kpasswdserver.h, Line = 80 The redeclaration of class "KPasswdServer::AuthInfo" is not allowed to alter its access. struct AuthInfo { -> moved AuthInfo to private (not shure whether that is the right thing) kabc/vcardformat.cpp: removed return on lines 48 and 53 interfaces/ktexteditor/ktexteditor.cpp: added using namespace KTextEditor on line 30 added using namespace KParts on line 71, 76, 81, 87 to the expressions ReadWritePart::qt_cast( clname ); ReadWritePart::qt_invoke(_id,_o); return ReadWritePart::qt_emit(_id,_o); ReadWritePart::qt_property( _id, _f, _v); interfaces/ktexteditor/undodcopinterface.cpp: removed return on line 52 interfaces/kmediaplayer/player.cpp: added using namespace KParts right above the include moc-file kcert/kcertpart.cc: added using namespace KParts on line 857 kdeprint/cups: the extra-lib path is missing in the Makefile kate/part/katebuffer.cpp: removed Warning on line 614 kate/part/katedocument.h: added KTextEditor:: on line 343, 344, 345. 346 MarkInterface::MarkTypes, const QPixmap& ); MarkInterface::MarkTypes, const QString& ); MarkInterface::MarkTypes ); MarkInterface::MarkTypes ); kate/part/katedialogs.cpp: moved using namespace Kate to line 88 kate/part/katedocument.cpp: added KTextEditor to line 1842, 1847, 1852, 1859 MarkInterface::MarkTypes type, const QPixmap& pixmap ) MarkInterface::MarkTypes type, const QString& description ) MarkInterface::MarkTypes type ) MarkInterface::MarkTypes type ) kate/part/katefactory.cpp:24, added 'using namespace KParts' kate/part/kateview.cpp:24, added 'using namespace KParts' and 'using namespace Kate' kate/part/kateviewdialog.cpp:751, added 'using namespace Kate' kate/part/kateviewhighlightaction.cpp:23, added 'using namespace Kate' kate/part/kateexportaction.cpp:22, added 'using namespace Kate' kate/part/katecodefoldinghelpers.cpp:1022,1044, deleted warnings kate/part/katebrowserextension.cpp: 24, added 'using namespace KParts; kate/plugins/isearch/ISearchPlugin.moc: 72, 77, 82, 88, added ISearch to Plugin::qt_cast( clname ); Plugin::qt_invoke(_id,_o); Plugin::qt_emit(_id,_o); Plugin::qt_property( _id, _f, _v); kate/plugins/insertfile/insertfileplugin.moc: 72, 77, 82, 88 added FileInsert Plugin::qt_cast( clname ); Plugin::qt_invoke(_id,_o); Plugin::qt_emit(_id,_o); Plugin::qt_property( _id, _f, _v); khtml/misc/loader.cpp:1012, added 'KIO::' to getCacheControlString khtml/java/kjavaapplet.cpp: 229, added 'using namespace KParts' khtml/khtml_part.cpp: 3678, added KParts:: to ReadOnlyPart::setStatusBarText(tobe); khtml/khtml_run.cpp:84, added 'using namespace KParts' khtml/khtml_ext.cpp:597, added 'using namespace KParts' khtml/kmultipart/kmultipart.cpp: 393, added 'using namespace KParts' again kstyles/keramik/genembed.cpp: changed cmath to math.h and cstring to string.h kdebase: libkonq/konq_dirpart.cc 531, added 'using namespace KParts' libkonq/konq_historymgr.cc: 661,added 'using namespace KParts' kate/app/kateapp.cpp:19, added 'using namespace Kate' kate/app/katefileselector.cpp: 20, added 'using namespace Kate; kate/app/katemainwindow.cpp:26, added 'using namespace KParts kate/app/kateviewmanager.cpp:20, added 'using namespace Kate', kicked warning on line 106 kate/app/kwritemain.cpp:50, added 'using namespace KParts' kcontrol/kicker/main.cpp: cc-1080 CC: ERROR File = main.cpp, Line = 47 A storage class cannot be specified at this point. static int KickerConfig::kickerconfig_screen_number = 0; Don't know what to do; removed static kcontrol/kfontinst/kfontinst/AfmCreator.cpp: 217, 326. 373, prefixed ifstream and ofstream with std:: kcontrol/kfontinst/kfontinst/Encodings.cpp: 638, 642, 645, removed std::, dont't know why i have to add it sometimes and have to remove it sometimes... kcontrol/kfontinst/kfontinst/FontListWidget.cpp: 238, 375, 381, 382, 389, 598, added CFontListWidget:: kcontrol/fonts/kxftconfig.cpp: 346, 358, 368, 389, 1053, 1058, 1068, 1074, prefixed ofstream, ifstream and ios with std:: kcontrol/kfontinst/kfontinst/Kfi.cpp: 64, prefixed ofstream with std:: kdeprint/kdeprint_part/printpart.cpp: 80, added 'using namespace KParts' kfind/kfindpart.cpp: 182, added 'using namespace KParts' khelpcenter/infohierarchymaker.cpp: prefixed functions find_if,bind2nd, partition and bind1st with std:: kicker/applets/clock/clock.cpp: changed cstdlib to stdlib.h, removed ctime kioslave/man/kmanpart.cpp: 110, added using namespace KParts kioslave/nfs/kio_nfs.cpp: 75, removed using namespace std kioslave/smtp/smtp.cc: 102, prefixed TCPSlaveBase(useSSL ? 465 : 25, with KIO:: konqueror/konq_mainwindow.cc:4195, added 'using namespace KParts' konqueror/konq_run.cc:174, added 'using namespace KParts' konqueror/konq_viewmgr.cc:1427, added 'using namespace KParts' konqueror/konq_browseriface.cc:20, added 'using namespace KParts' konqueror/iconview/konq_iconview.cc:1097, added 'using namespace KParts' konqueror/listview/konq_listview.cc:624, added 'using namespace KParts' konqueror/keditbookmarks/toplevel.cpp: 1402, added using namespace KParts konqueror/shellcmdplugin/kshellcmdplugin.cpp:82, added 'using namespace KParts' konqueror/sidebar/konqsidebar.cpp:124, added 'using namespace KParts' konsole/konsole/konsole_part.cpp:901, added 'using namespace KParts' ksysguard/ksysguard: Makefile uses compileflags which are unknown to MIPSpro ksysguard/ksysguardd/Irix/NetDev.c: substituted LONGLONG to long long ksysguard/ksysguardd/Irix/cpu.h: added #include "ksysguardd.h" ksysguard/gui/SensorDisplayLib/DancingBars.cc:42, added 'using namespace KSGRD' ksysguard/gui/SensorDisplayLib/DummyDisplay.cc:31, added 'using namespace KSGRD' ksysguard/gui/SensorDisplayLib/FancyPlotter.cc:46, added 'using namespace KSGRD' ksysguard/gui/SensorDisplayLib/ListView.cc:42, added 'using namespace KSGRD' ksysguard/gui/SensorDisplayLib/LogFile.cc:35, added 'using namespace KSGRD' ksysguard/gui/SensorDisplayLib/MultiMeter.cc:44, added 'using namespace KSGRD' ksysguard/gui/SensorDisplayLib/ProcessController.cc:33, added 'using namespace KSGRD' ksysguard/gui/SensorDisplayLib/SensorLogger.cc:35, added 'using namespace KSGRD' ksysguard/gui/SensorDisplayLib/FancyPlotter.h: 47, prefixed SensorProperties(hn, n, t, d), color(c) { } with KSGRD:: kxkb: -lX11 -lXext are missing on the last link line nsplugins/plugin_part.cpp:11, added 'using namespace KParts' kdeartwork: kscreensaver/kdesavers/gravity.cpp: had to add a few float casts to use pow cc-1282 CC: ERROR File = gravity.cpp, Line = 347 More than one instance of overloaded function "pow" matches the argument list. Function symbol function "pow(double, double)" is ambiguous by inheritance. Function symbol function "pow(float, float)" is ambiguous by inheritance. Function symbol function "pow(float, int)" is ambiguous by inheritance. The argument types are: (float, double). particle[loop].z=(particle[loop].zo*sin(particle[loop].index))*pow(particle[loop].index/particle[loop].indexo,8.0); kscreensaver/kdesavers/Euphoria.cpp:713, 716, had to a dot to the number 2 to use pow styles/dotnet/dotnet.cpp: 432, removed return statement in void function kdenetwork: kget/kmainwidget.cpp: cc-1020 CC: ERROR File = kmainwidget.cpp, Line = 2150 The identifier "AF_IPX" is undefined. ipx_sock = socket(AF_IPX, SOCK_DGRAM, 0); don't know what that is; commented it out (any ideas?) kpf/src/Utils.cpp:24, changed ctime and clocale to time.h and locale.h kpf/src/DirectoryLister.cpp:24, change cmath to math.h kpf/src/Request.cpp:24, change climits to limits.h kpf/src/ActiveMonitorItem.cpp:65, fixed return in void function krfb/srvloc/kinetaddr.cpp: added #include for bzero krfb/libvncserver: Makefile has a unknown compile flag for MIPSpro (-Wno-unused) krfb/libvncserver: cc-1020 cc: ERROR File = main.c, Line = 404 The identifier "source" is undefined. source: "\000\102\044\030\044\102\000", ^ cc-1067 cc: ERROR File = main.c, Line = 404 A right brace is expected. source: "\000\102\044\030\044\102\000", ^ stopped working here (it's gotten a way to late now.....) ktalkd/ktalkd: missinf -lCio on the last link line --------------Boundary-00=_LGDOPO706X20QS307R10--