Hi,
unfortunately I can't compile digikam 0.9.3-beta1 or the SVN version, although configure says that everything is fine. Below I post the last bit of the output of the svn-script from the digikam website, in which make fails in dmetadata.cpp. Any idea what I have to change to make it work? Regards, Gandalf ############################# [...] if /bin/bash ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../digikam/libs/dimg -I../../../digikam/digikam -I/usr/include/kde -I/usr/share/qt3/include -I. -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 dmetadata.lo -MD -MP -MF ".deps/dmetadata.Tpo" -c -o dmetadata.lo dmetadata.cpp; \ then mv -f ".deps/dmetadata.Tpo" ".deps/dmetadata.Plo"; else rm -f ".deps/dmetadata.Tpo"; exit 1; fi dmetadata.cpp: In member function 'bool Digikam::DMetadata::loadUsingDcraw(const QString&)': dmetadata.cpp:87: error: 'class KDcrawIface::DcrawInfoContainer' has no member named 'owner' dmetadata.cpp:88: error: 'class KDcrawIface::DcrawInfoContainer' has no member named 'owner' make[4]: *** [dmetadata.lo] Fehler 1 [...] ############################## _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi Gandalf,
I just spoke about this with Gilles on the IRC. For 0.9.3-beta1 to work you will need libkdcraw 0.1.2 Presumably the best is to remove all occurances of libkdcraw on your machine and start following the description on http://www.digikam.org/?q=download/svn (steps under "Install digiKam in your Home Directory"). Hope this helps, Arnd On Thu, 25 Oct 2007, Gandalf Lechner wrote: > Hi, > > unfortunately I can't compile digikam 0.9.3-beta1 or the SVN version, although > configure says that everything is fine. Below I post the last bit of the > output of the svn-script from the digikam website, in which make fails in > dmetadata.cpp. Any idea what I have to change to make it work? > > Regards, > > Gandalf > > ############################# > > [...] > > if /bin/bash ../../../libtool --silent --tag=CXX --mode=compile > g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../digikam/libs/dimg -I../../../digikam/digikam -I/usr/include/kde -I/usr/share/qt3/include -I. -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 > dmetadata.lo -MD -MP -MF ".deps/dmetadata.Tpo" -c -o dmetadata.lo > dmetadata.cpp; \ > then mv -f ".deps/dmetadata.Tpo" ".deps/dmetadata.Plo"; else > rm -f ".deps/dmetadata.Tpo"; exit 1; fi > dmetadata.cpp: In member function 'bool > Digikam::DMetadata::loadUsingDcraw(const QString&)': > dmetadata.cpp:87: error: 'class KDcrawIface::DcrawInfoContainer' has no member > named 'owner' > dmetadata.cpp:88: error: 'class KDcrawIface::DcrawInfoContainer' has no member > named 'owner' > make[4]: *** [dmetadata.lo] Fehler 1 > > [...] > > ############################## > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |