On Sat, 25 Mar 2006 16:30:50 +0000 Paul Howarth <paul@xxxxxxxxxxxx> wrote: > > -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’ > > This is poor coding style, no longer allowed by gcc 4.1.x. Should be > fixed in digikam. Removing the extra qualification should be > sufficient to get it to compile. > > > Error creating ./digikam/libs/dmetadata/loaders/dmetaloader.lo. > > Exit status 1. Hello, Paul After editing "extragear/graphics/digikam/libs/dimg/dcolor.h" appropriately, I recompiled extragear/graphics and it compiled for a lot longer than it had before. Then it bailed again, but the error was VERY similar to the one that you told me how to fix, so I edited the new offending file in the same way. The new file was as follows: "extragear/graphics/digikamimageplugins/distortionfx/distortionfx.h" Now extragear/graphics compiles WITH digikam :) Thank you very much, Paul Steven P. Ulrick P.S.: I guess I will share this later on on the kde list.... Perhaps the kde-devel list?