[Digikam-devel] [Bug 108838] New: make fails during link step

Felix felix at rabinovich.org
Sun Jul 10 04:57:47 BST 2005


------- 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=108838         
           Summary: make fails during link step
           Product: digikam
           Version: 0.7.3
          Platform: Fedora RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: felix rabinovich org


Version:           0.7.3 (using KDE KDE 3.3.1)
Installed from:    Fedora RPMs
OS:                Linux

when making digikam I got the following error:
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fvisibility=hidden -fvisibility-inlines-hidden -DQT_CLEAN_NAMESPACE    -o digikamimageplugin_core.la -rpath /usr/lib/kde3 -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /usr/lib -R /usr/lib -R /usr/lib/qt-3.3/lib -R /usr/X11R6/lib  -L/usr/lib -L/usr/lib/qt-3.3/lib -L/usr/X11R6/lib    imageplugin_core.lo imageeffect_bwsepia.lo imageeffect_ratiocrop.lo imageeffect_bcg.lo imageeffect_redeye.lo imageeffect_blur.lo imageeffect_sharpen.lo imageeffect_rgb.lo imageeffect_hsl.lo -lkparts ../../digikam/digikam/libdigikam.la
.libs/imageplugin_core.o(.text+0x32): In function `ImagePlugin_Core::ImagePlugin_Core(QObject*, char const*, QStringList const&)':
: undefined reference to `Digikam::ImagePlugin::ImagePlugin(QObject*, char const*)'
.libs/imageplugin_core.o(.text+0xf6e): In function `ImagePlugin_Core::ImagePlugin_Core(QObject*, char const*, QStringList const&)':
: undefined reference to `Digikam::ImagePlugin::ImagePlugin(QObject*, char const*)'
.libs/imageplugin_core.o(.text+0x1ea7): In function `ImagePlugin_Core::~ImagePlugin_Core()':
: undefined reference to `Digikam::ImagePlugin::~ImagePlugin()'
.libs/imageplugin_core.o(.text+0x1ee3): In function `ImagePlugin_Core::~ImagePlugin_Core()':
: undefined reference to `Digikam::ImagePlugin::~ImagePlugin()'
.libs/imageplugin_core.o(.text+0x1f20): In function `ImagePlugin_Core::~ImagePlugin_Core()':
: undefined reference to `Digikam::ImagePlugin::~ImagePlugin()'
.libs/imageplugin_core.o(.text+0x204f): In function `ImagePlugin_Core::slotBlur()':
: undefined reference to `Digikam::ImagePlugin::parentWidget()'
.libs/imageplugin_core.o(.text+0x2097): In function `ImagePlugin_Core::slotSharpen()':
: undefined reference to `Digikam::ImagePlugin::parentWidget()'
.libs/imageplugin_core.o(.text+0x20df): In function `ImagePlugin_Core::slotBCG()':
: undefined reference to `Digikam::ImagePlugin::parentWidget()'
.libs/imageplugin_core.o(.text+0x2127): In function `ImagePlugin_Core::slotRGB()':
: undefined reference to `Digikam::ImagePlugin::parentWidget()'
.libs/imageplugin_core.o(.text+0x216f): In function `ImagePlugin_Core::slotHSL()':
: undefined reference to `Digikam::ImagePlugin::parentWidget()'
.libs/imageplugin_core.o(.text+0x21b9): more undefined references to `Digikam::ImagePlugin::parentWidget()' follow
.libs/imageplugin_core.o(.gnu.linkonce.d._ZTI16ImagePlugin_Core+0x8): undefined reference to `typeinfo for Digikam::ImagePlugin'
collect2: ld returned 1 exit status
make[4]: *** [digikamimageplugin_core.la] Error 1
make[4]: Leaving directory `/opt/download/digikam-0.7.3/digikam/imageplugins'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/opt/download/digikam-0.7.3/digikam/imageplugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/download/digikam-0.7.3/digikam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/download/digikam-0.7.3'
make: *** [all] Error 2

for what it's worth, there *is* digikam/utilities/imageeditor/imageplugin.lo and compilation didn't give any errors:
/bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H-I. -I. -I../../.. -I../../../digikam/digikam -I../../../digikam/libs/widgets -I../../../digikam/libs/histogram -I../../../digikam/utilities/splashscreen -I/usr/X11R6/include  -I/usr/include/kde -I/usr/lib/qt-3.3/include -I/usr/X11R6/include    -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 -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION-fvisibility=hidden -fvisibility-inlines-hidden -DQT_CLEAN_NAMESPACE  -c -o imageplugin.lo `test -f 'imageplugin.cpp' || echo './'`imageplugin.cpp

Thank you



More information about the Digikam-devel mailing list