Steven P. Ulrick wrote: > Hello, Everyone > I just posted two error message on the kde list relating to errors that > I have been getting while compiling certain KDE modules from their SVN > tree. I have received responses from one person so far, and he said > this: The "Extra qualification" errors are simply coding errors for which gcc-4.1 is more strict about. It's a bug in the code, not gcc. -- Rex >> Are you using GCC 4.x ? In that case you'd better file a bug report >> about that. >> >> Kind regards, > > and: > >> Op zaterdag 25 maart 2006 14:23, schreef Steven P. Ulrick: >>> Please forgive my ignorance, but what in the error message leads to >>> the conclusion that gcc is at fault? >> Not all code is ready for GCC >4, sometimes some small adaptions are >> necessary to make it compile. I'm not really into that stuff, but I >> think posting your error message should be sufficient. >> >> And even if it's not GCC's fault, it doesn't hurt to report this >> problem. >> >> Kind regards, > > So, I would appreciate if you would peruse these error messages and see > if you see any reason for me to file a report against FC5's gcc: > --------------------------------------------------------------------------------------------------------- > -- digiKamImagePlugins configure results -------- > -- digiKam found.................. YES > ------------------------------------------------- > digikamimageplugins/filmgrain/Makefile.am: rest $(all_includes) $(LIBDIGIKAM_CFLAGS) > > compiling /home/kdefc5/CVS/KDE-SVN/extragear/graphics/digikam/libs/dmetadata/loaders/dmetaloader.cpp > g++ -DHAVE_CONFIG_H -I./digikam/libs/dmetadata/loaders -I/home/kdefc5/CVS/KDE-SVN/extragear/graphics/digikam/libs/dmetadata/loaders -I. -I/home/kdefc5/CVS/KDE-SVN/extragear/graphics/digikam/libs/dmetadata -I/home/kdefc5/CVS/KDE-SVN/extragear/graphics/digikam/libs/dimg -I/home/kdefc5/CVS/KDE-SVN/extragear/graphics/digikam/digikam -I/usr/local/kde-svn-fc5/include -I/usr/local/qt-src/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -fPIC -! > DPIC -c /home/kdefc5/CVS/KDE-SVN/extragear/graphics/digikam/libs/dmetadata/loaders/dmetaloader.cpp -o ./digikam/libs/dmetadata/loaders/.libs/dmetaloader.o -Wp,-MD,./digikam/libs/dmetadata/loaders/.deps/dmetaloader.TUlo > /home/kdefc5/CVS/KDE-SVN/extragear/graphics/digikam/libs/dimg/dcolor.h:63: error: extra qualification ‘Digikam::DColor::’ on member ‘setColor’ > /home/kdefc5/CVS/KDE-SVN/extragear/graphics/digikam/libs/dimg/dcolor.h:70: error: extra qualification ‘Digikam::DColor::’ on member ‘setPixel’ > Error creating ./digikam/libs/dmetadata/loaders/dmetaloader.lo. Exit status 1. > --------------------------------------------------------------------------------------------------------- > > --------------------------------------------------------------------------------------------------------- > compiling /home/kdefc5/CVS/KDE-SVN/extragear/multimedia/kaffeine/src/input/dvb/dvbevents.cpp > g++ -DHAVE_CONFIG_H -I./kaffeine/src/input/dvb > -I/home/kdefc5/CVS/KDE-SVN/extragear/multimedia/kaffeine/src/input/dvb > -I. -I/home/kdefc5/CVS/KDE-SVN/extragear/multimedia/kaffeine/src/input/ > -I/usr/local/kde-svn-fc5/include -I/usr/local/qt-src/include -I. > -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi > -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion > -Wchar-subscripts -Wall -W -Wpointer-arith -g3 -fno-inline > -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor > -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE > -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION > -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT > -DQT_NO_TRANSLATION -fPIC -DPIC > -c /home/kdefc5/CVS/KDE-SVN/extragear/multimedia/kaffeine/src/input/dvb/dvbevents.cpp > -o ./kaffeine/src/input/dvb/.libs/dvbevents.o > -Wp,-MD,./kaffeine/src/input/dvb/.deps/dvbevents.TUlo /usr/include/linux/dvb/dmx.h:165: > error: ‘__u64’ does not name a type Error > creating ./kaffeine/src/input/dvb/dvbevents.lo. Exit status 1. > --------------------------------------------------------------------------------------------------------- > > So if any of you see any reason for me to report this against FC5's gcc > 4, I would love to know. I will ask you for the same information that > I asked the guy on the KDE for: > 1. Description of problem: > 2. How reproducible: > 3. Steps to Reproduce: > 4. Actual results: > 5. Expected results: > > Have a Great Day, > Steven P. Ulrick >