[Digikam-devel] [Bug 147626] New: 0.9.2 fails to build

Markus Kanet darkvision at gmx.info
Fri Jul 6 20:45:53 BST 2007


------- 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=147626         
           Summary: 0.9.2 fails to build
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: darkvision gmx info


Version:            (using KDE KDE 3.5.7)
Installed from:    Compiled From Sources
Compiler:          gcc 3.3.6 
OS:                Linux

When i try to compile digikam-0.9.2 from source on Slackware 10.2/gcc 3.3.6 i get this error:

if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../digikam/utilities/imageeditor/editor -I../../../digikam/utilities/imageeditor/canvas -I../../../digikam/libs/histogram -I../../../digikam/libs/levels -I../../../digikam/libs/curves -I../../../digikam/libs/whitebalance -I../../../digikam/libs/widgets/common -I../../../digikam/libs/widgets/iccprofiles -I../../../digikam/libs/widgets/imageplugins -I../../../digikam/libs/dialogs -I../../../digikam/libs/dimg -I../../../digikam/libs/dmetadata -I../../../digikam/libs/dimg/filters -I../../../digikam/digikam -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include    -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -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 -DQT_CLEAN_NAMESPACE  -MT imageeffect_hotpixels.lo -MD -MP -MF ".deps/imageeffect_hotpixels.Tpo" -c -o imageeffect_hotpixels.lo imageeffect_hotpixels.cpp; \
then mv -f ".deps/imageeffect_hotpixels.Tpo" ".deps/imageeffect_hotpixels.Plo"; else rm -f ".deps/imageeffect_hotpixels.Tpo"; exit 1; fi

imageeffect_hotpixels.cpp: In member function `void 
   DigikamHotPixelsImagesPlugin::ImageEffect_HotPixels::slotAddBlackFrame()':
imageeffect_hotpixels.cpp:161: error: type specifier omitted for parameter `
   KImageIO::pattern()'
imageeffect_hotpixels.cpp:161: error: type specifier omitted for parameter
imageeffect_hotpixels.cpp:161: error: syntax error before `this'
imageeffect_hotpixels.cpp:162: error: request for member `setCaption' in `
   DigikamHotPixelsImagesPlugin::fileSelectDialog', which is of non-aggregate 
   type `KFileDialog ()(...)'
imageeffect_hotpixels.cpp:163: confused by earlier errors, bailing out
make: *** [imageeffect_hotpixels.lo] Error 1

If i replace

   void ImageEffect_HotPixels::slotAddBlackFrame()

with the last version included in digikamimageplugins-0.9.1 everything seem to build fine. I googled and found others with the same problem (http://mail.kde.org/pipermail/digikam-users/2007-June/003796.html) but without any solution yet... (except replace the whole function but me is unsure if it is safe to replace it).

Markus



More information about the Digikam-devel mailing list