Comment 2 for bug 956272

Revision history for this message
kevin (keg) wrote :

I've tried Installing the exvi2 package from the centos 6.x repo but got an error when trying to build up pyexiv2(I don't know of a official pyexiv2 package for centos, is there one?) because the version of exiv2 was 0.18.2-2.1.el6 and resulted in:

scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/exiv2wrapper.os -c -fPIC -I/usr/include/python2.6 src/exiv2wrapper.cpp
src/exiv2wrapper.cpp: In member function 'const std::string exiv2wrapper::Image::getIptcCharset() const':
src/exiv2wrapper.cpp:524: error: 'class Exiv2::IptcData' has no member named 'detectCharset'
scons: *** [build/exiv2wrapper.os] Error 1
scons: building terminated because of errors.

After receiving the error above I tried compiling both from source which resulted in the import error.