CC=cc CXX=CC CFLAGS=-O3 -common CXXFLAGS=-O3 -LANG:std -common ./configure --prefix=/usr/local/kde-3.0.2 \ --disable-debug \ --with-extra-includes=/usr/local/include \ --with-extra-libs=/usr/local/lib \ --with-qt-dir=/usr/local/qt-3.0.3 \ --with-ssl-dir=/usr/local \ --with-shadow \ --x-libraries=/usr/lib32 Problems: o kcontrol/background/Makefile.am:11, moved $(LIB_KFILE) to the end of the line to fix a link problem o kcontrol/kdm/Makefile.am:8, moved $(LIB_KIO) to the end of the line to fix a link problem o khelpcenter/khc_infohierarchymaker.cc, find_if, bind1st and bind2nd undefined, didn't compile khelpcenter o kioslave/nfs/kio_nfs.cpp:75, namespace std didn't exist, added a blank declaration o konsole/konsole/Makefile.am:32, moved $(LIB_KPARTS) to the end of the line to fix a link problem o konsole/konsole/Makefile.am:53, moved $(LIB_KDEUI) to the end of the line to fix a link problem o kpersonalizer/keyecandypagedlg.cpp:20, added '#include ' since KListView wasn't defined. o ksysguard/gui/KSysGuardApplet.cc: cc-1265 CC: ERROR File = ./SensorDisplayLib/FancyPlotter.h, Line = 47 "SensorProperties" is not a nonstatic data member or base class of class "FPSensorProperties". : SensorProperties(hn, n, t, d), color(c) { } ^ o kdm/kfrontend, 'make install' failed: Information: reading old xdm config file /usr/lib/X11/xdm/xdm-config Internal error: unknown key GrabServer in section -Core Namespace bug workarounds: o libkonq/konq_dirpart.cc:526, added 'using namespace KParts' o libkonq/konq_historymgr.cc:660, added 'using namespace KParts' o kate/app/kateapp.cpp:19, added 'using namespace Kate' o kate/app/katedocmanager.cpp:19, added 'using namespace Kate' o kate/app/katemainwindow.cpp:19, added 'using namespace Kate' o kate/app/kateviewmanager.cpp:20, added 'using namespace Kate' o kate/app/kwritemain.cpp:42, added 'using namespace KParts' o kdeprint/kdeprint_part/printpart.cpp:80, added 'using namespace KParts' o kfind/kfindpart.cpp:179, added 'using namespace KParts' o khelpcenter/khc_navigator.cc:1097, added 'using namespace KParts' o konqueror/konq_run.cc:146, added 'using namespace KParts' o konqueror/konq_mainwindow.cc:3977, added 'using namespace KParts' o konqueror/konq_viewmgr.cc:976, added 'using namespace KParts' o konqueror/konq_browseriface.cc:20, added 'using namespace KParts' o konqueror/iconview/konq_iconview.cc:977, added 'using namespace KParts' o konqueror/listview/konq_listview.cc:620, added 'using namespace KParts' o konqueror/shellcmdplugin/kshellcmdplugin.cpp:78, added 'using namespace KParts' o konqueror/sidebar/konqsidebar.cpp:123, added 'using namespace KParts' o konsole/konsole/konsole_part.cpp:833, added 'using namespace KParts' o ksysguard/gui/SensorDisplayLib/DancingBars.cc:42, added 'using namespace KSGRD' o ksysguard/gui/SensorDisplayLib/DummyDisplay.cc:31, added 'using namespace KSGRD' o ksysguard/gui/SensorDisplayLib/ListView.cc:42, added 'using namespace KSGRD' o ksysguard/gui/SensorDisplayLib/FancyPlotter.cc:46, added 'using namespace KSGRD' o ksysguard/gui/SensorDisplayLib/LogFile.cc:35, added 'using namespace KSGRD' o ksysguard/gui/SensorDisplayLib/MultiMeter.cc:44, added 'using namespace KSGRD' o ksysguard/gui/SensorDisplayLib/ProcessController.cc:33, added 'using namespace KSGRD' o ksysguard/gui/SensorDisplayLib/SensorLogger.cc:35, added 'using namespace KSGRD' o nsplugins/plugin_part.cpp:11, added 'using namespace KSGRD'