[Digikam-devel] [Bug 134037] order of images returned is not same as that of current digikam view
Arnd Baecker
arnd.baecker at web.de
Fri Nov 17 13:53:27 GMT 2006
OK, I made some progress:
googling for the error message lead me to
http://sourceforge.net/mailarchive/forum.php?forum_id=6890&max_rows=25&style=flat&viewmonth=200510
which suggested to include
#include <qimage.h>
which I did in kpaboutdata.cpp.
Then the next error I get is (still the same file ;-()
kpaboutdata.cpp: In constructor
`KIPIPlugins::KPAboutData::KPAboutData(const
char*, const char*, int, const char*, const char*)':
kpaboutdata.cpp:53: error: `setProgramLogo' undeclared (first use this
function)
kpaboutdata.cpp:53: error: (Each undeclared identifier is reported only
once
for each function it appears in.)
Another google makes me believe that setProgramLogo
is KDE >=3.4,
http://archives.devshed.com/forums/kde-96/kde-version-in-define-1334583.html
So this would mean I cannot compile current svn at all presently ...
Best, Arnd
More information about the Digikam-devel
mailing list