------- 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=154623 Summary: Compile error about getExifTagsDataList Product: digikam Version: unspecified Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: simon margo student utwente nl Version: 0.9.3 final (using KDE KDE 3.5.8) Installed from: Ubuntu Packages Compiler: gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) OS: Linux I just downloaded and compiled digikam and before that, libkdcraw and libkexiv2 (latest versions; 0.1.3 and 0.1.6). I didn't use any special parameters to ./configure and I did make install as root. Compiling digikam caused this error: ../../digikam/libs/widgets/.libs/libwidgets.a(iptcwidget.o): In function `Digikam::IptcWidget::decodeMetadata()': iptcwidget.cpp:(.text+0x10e8): undefined reference to `KExiv2Iface::KExiv2::getIptcTagsDataList(QStringList, bool)' ../../digikam/libs/widgets/.libs/libwidgets.a(exifwidget.o): In function `Digikam::ExifWidget::decodeMetadata()': exifwidget.cpp:(.text+0x1108): undefined reference to `KExiv2Iface::KExiv2::getExifTagsDataList(QStringList, bool)' ../../digikam/libs/widgets/.libs/libwidgets.a(makernotewidget.o): In function `Digikam::MakerNoteWidget::decodeMetadata()': makernotewidget.cpp:(.text+0x10d8): undefined reference to `KExiv2Iface::KExiv2::getExifTagsDataList(QStringList, bool)' ../../digikam/libs/widgets/.libs/libwidgets.a(gpswidget.o): In function `Digikam::GPSWidget::decodeMetadata()': gpswidget.cpp:(.text+0x10d9): undefined reference to `KExiv2Iface::KExiv2::getExifTagsDataList(QStringList, bool)' collect2: ld returned 1 exit status make[3]: *** [libdigikam.la] Error 1 make[3]: Leaving directory `/home/simon/src/digikam-0.9.3/digikam/digikam' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/simon/src/digikam-0.9.3/digikam' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/simon/src/digikam-0.9.3' make: *** [all] Error 2 Is this a bug in digikam or libkexiv2? Cheers Simon _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- 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=154623 ------- Additional Comments From simon margo student utwente nl 2007-12-26 10:05 ------- Sorry, I forgot to mention that this is on a kubuntu 7.10 (gutsy) system, which is up-to-date with updates. Before compiling I removed the packages for digikam, showfoto and digikamimageplugins. (version 0.9.2) _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Bugzilla from simon@margo.student.utwente.nl
------- 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=154623 simon margo student utwente nl changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From simon margo student utwente nl 2007-12-26 19:58 ------- Nevermind, fixed it... I was under the assumption that libkexiv2 would install in /usr/local/lib, but it used /usr/lib and didn't install over the package version I had not uninstalled yet. So compiling digikam couldn't find the right symbols... _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |