Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't compile after changes in Exiv2 #29

Open
Taqras opened this issue Jul 15, 2023 · 0 comments · May be fixed by #30
Open

Doesn't compile after changes in Exiv2 #29

Taqras opened this issue Jul 15, 2023 · 0 comments · May be fixed by #30

Comments

@Taqras
Copy link

Taqras commented Jul 15, 2023

On Archlinux, with Exiv2 0.28.0, it will not compile:

src/gimplensfun.cpp: In function ‘int read_opts_from_exif(const char*)’:
src/gimplensfun.cpp:1037:19: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’
 1037 |     Exiv2::Image::AutoPtr Exiv2image;
pinotree added a commit to pinotree/GIMP-Lensfun that referenced this issue Sep 7, 2024
Use the new types for the image pointer and exception class, as
available in the new Exiv2 version, keeping the support for older
versions.

Fixes seebk#29
@pinotree pinotree linked a pull request Sep 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant