pyexiv2 build error src/exiv2wrapper.hpp:32:29: error: exiv2/preview.hpp: No such file or directory

Posted by Jake on Server Fault See other posts from Server Fault or by Jake
Published on 2010-11-05T01:17:56Z Indexed on 2011/01/02 13:55 UTC
Read the original article Hit count: 223

Filed under:
|

The other day I used apt-get install python-pyexiv2 on my ubuntu server, but it seems to have given me an old version. It's not compatible with the code I wrote in my local development environment so I'd like to update it.

I downloaded the latest tar.gz from the website, extracted it and ran scons as per the readme. But it will not build, I get the error src/exiv2wrapper.hpp:32:29: error: exiv2/preview.hpp: No such file or directory

I've also user apt-get to install libboost-python-dev and libexiv2-dev

Can anyone help me on this?

© Server Fault or respective owner

Related posts about python

Related posts about build