[Digikam-devel] [Bug 134037] order of images returned is not same as that of current digikam view
Arnd Baecker
arnd.baecker at web.de
Mon Nov 20 08:40:21 GMT 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=134037
------- Additional Comments From arnd.baecker web de 2006-11-20 09:40 -------
Hi,
the compile gets much further now - many thanks!
However, the next one is setShadeSortColumn()
(which seems also only available since KDE 3.4),
see below for the compile error.
Also note that there are many warnings like
../../libkipi/libkipi/imagecollection.h:72: warning: `visibility'
attribute does not apply to types
Best, Arnd
[...]
/usr/share/qt3/bin/moc ./renameimageswidget.h -o renameimageswidget.moc
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../libkipi/libkipi
-I../../kipi-plugins/common/include
-I../../kipi-plugins/common/exiv2iface -I../../libkipi -I../../libkipi
-I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include
-I/home/abaecker/NBB/SOFTWARE/digikam/include -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 -O2 -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 -MT renameimageswidget.lo -MD -MP -MF
".deps/renameimageswidget.Tpo" \
-c -o renameimageswidget.lo `test -f 'renameimageswidget.cpp' || echo
'./'`renameimageswidget.cpp; \
then mv -f ".deps/renameimageswidget.Tpo" ".deps/renameimageswidget.Plo";
\
else rm -f ".deps/renameimageswidget.Tpo"; exit 1; \
fi
In file included from ../../libkipi/libkipi/interface.h:38,
from renameimageswidget.cpp:42:
../../libkipi/libkipi/imagecollection.h:72: warning: `visibility'
attribute
does not apply to types
In file included from ../../libkipi/libkipi/interface.h:39,
from renameimageswidget.cpp:42:
../../libkipi/libkipi/imageinfo.h:78: warning: `visibility' attribute does
not
apply to types
In file included from renameimageswidget.cpp:42:
../../libkipi/libkipi/interface.h:91: warning: `visibility' attribute does
not
apply to types
In file included from renameimageswidget.cpp:44:
../../libkipi/libkipi/imagedialog.h:79: warning: `visibility' attribute
does
not apply to types
/usr/share/qt3/bin/moc renameimagesbase.h -o renameimagesbase.moc
rm -f renameimagesbase.cpp
echo '#include <kdialog.h>' > renameimagesbase.cpp
echo '#include <klocale.h>' >> renameimagesbase.cpp
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr
tr2i18n -i renameimagesbase.h ./renameimagesbase.ui >
renameimagesbase.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g"
renameimagesbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\"
),QString::null,g" | /usr/bin/perl -pe
"s,image([0-9][0-9]*)_data,img\$1_renameimagesbase,g" | /usr/bin/perl -pe
"s,: QWizard\(,: KWizard(,g" >> renameimagesbase.cpp ;\
rm -f renameimagesbase.cpp.temp ;\
if test "$ret" = 0; then echo '#include "renameimagesbase.moc"' >>
renameimagesbase.cpp; else rm -f renameimagesbase.cpp ; exit $ret ; fi
QPixmap: Cannot create a QPixmap when no GUI is being used
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../libkipi/libkipi
-I../../kipi-plugins/common/include
-I../../kipi-plugins/common/exiv2iface -I../../libkipi -I../../libkipi
-I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include
-I/home/abaecker/NBB/SOFTWARE/digikam/include -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 -O2 -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 -MT renameimagesbase.lo -MD -MP -MF
".deps/renameimagesbase.Tpo" \
-c -o renameimagesbase.lo `test -f 'renameimagesbase.cpp' || echo
'./'`renameimagesbase.cpp; \
then mv -f ".deps/renameimagesbase.Tpo" ".deps/renameimagesbase.Plo"; \
else rm -f ".deps/renameimagesbase.Tpo"; exit 1; \
fi
renameimagesbase.cpp: In constructor `
KIPIBatchProcessImagesPlugin::RenameImagesBase::RenameImagesBase(QWidget*,
const char*, unsigned int)':
renameimagesbase.cpp:107: error: `setShadeSortColumn' undeclared (first
use
this function)
renameimagesbase.cpp:107: error: (Each undeclared identifier is reported
only
once for each function it appears in.)
make[4]: *** [renameimagesbase.lo] Error 1
make[4]: Leaving directory
`/tmp/NEWTRYSVNALL/libs/kipi-plugins/batchprocessimages'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/tmp/NEWTRYSVNALL/libs/kipi-plugins/batchprocessimages'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/NEWTRYSVNALL/libs/kipi-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/NEWTRYSVNALL/libs'
make: *** [all] Error 2
More information about the Digikam-devel
mailing list