Bug 292645 - Build fails at imageproperties/captionedit.cpp
Summary: Build fails at imageproperties/captionedit.cpp
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Compilation (show other bugs)
Version: 2.6.0
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-28 01:22 UTC by sean
Modified: 2017-08-19 21:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 2.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sean 2012-01-28 01:22:29 UTC
Version:           2.6.0 (using KDE 4.6.5) 
OS:                Linux

Fedora 15 on x86-64:

/home/photo/rpmbuild/BUILD/digikam-sc/core/libs/imageproperties/imagedescedittab.cpp: In member function 'void Digikam::ImageDescEditTab::readSettings(KConfigGroup&)':
/home/photo/rpmbuild/BUILD/digikam-sc/core/libs/imageproperties/imagedescedittab.cpp:449:19: error: 'class KExiv2Iface::AltLangStrEdit' has no member named 'setCurrentLanguageCode'
make[2]: *** [core/digikam/CMakeFiles/digikam.dir/__/libs/imageproperties/imagedescedittab.cpp.o] Error 1

sean

Reproducible: Always

Steps to Reproduce:
build it

Actual Results:  
fails

Expected Results:  
it builds

Fedora 15
Comment 1 caulier.gilles 2012-01-28 12:44:16 UTC
Problem is with libkexiv2. Which version you use ?

Gilles Caulier
Comment 2 caulier.gilles 2012-01-28 14:19:56 UTC
Git commit 0612a96989ddfb774080da708bcaba4f14fb8b60 by Gilles Caulier.
Committed on 28/01/2012 at 15:19.
Pushed by cgilles into branch 'master'.

compile fine with older libkexiv2

M  +3    -0    libs/imageproperties/imagedescedittab.cpp

http://commits.kde.org/digikam/0612a96989ddfb774080da708bcaba4f14fb8b60
Comment 3 sean 2012-01-28 19:18:02 UTC
Thanks. That worked.

My problem is that I use a script to build the entire git tar ball, and then install each library. I guess I need to build and install the libs first, then build digikam.

sean