Package: kchmviewer
Version: 2.5-1
Severity: serious
Tags: patch
> Automatic build of kchmviewer_2.5-1 on test.track.rz.uni-augsburg.de by
> sbuild/powerpc 0.44
...
> if powerpc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/share/qt3/include
> -I/usr/include/kde -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor
> -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
> -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings
> -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute
> -fno-exceptions -fno-check-new -fno-common -MT iconstorage.o -MD -MP -MF
> ".deps/iconstorage.Tpo" -c -o iconstorage.o iconstorage.cpp; \
> then mv -f ".deps/iconstorage.Tpo" ".deps/iconstorage.Po"; else rm -f
> ".deps/iconstorage.Tpo"; exit 1; fi
> iconstorage.h:60: error: extra qualification 'KCHMIconStorage::' on member
> 'getCloseWindowIcon'
> make[4]: *** [iconstorage.o] Error 1
> make[4]: Leaving directory `/build/tbm/kchmviewer-2.5/src'
--- src/iconstorage.h~ 2006-06-08 16:59:37.000000000 +0100
+++ src/iconstorage.h 2006-06-08 17:00:01.000000000 +0100
@@ -57,7 +57,7 @@
const QPixmap * getBookIconPixmap (unsigned int id);
const QPixmap * getToolbarPixmap (pixmap_index_t pix);
const QPixmap * getApplicationIcon();
- const QPixmap * KCHMIconStorage::getCloseWindowIcon();
+ const QPixmap * getCloseWindowIcon();
private:
const QPixmap * returnOrLoadImage (unsigned int id, const
png_memory_image_t * image);
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]