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

image.hpp:30:10: fatal error: image_types.hpp: No such file or directory #2105

Closed
jwilk opened this issue Feb 16, 2022 · 1 comment · Fixed by #2106
Closed

image.hpp:30:10: fatal error: image_types.hpp: No such file or directory #2105

jwilk opened this issue Feb 16, 2022 · 1 comment · Fixed by #2106

Comments

@jwilk
Copy link
Contributor

jwilk commented Feb 16, 2022

image.hpp includes image_types.hpp, but the latter doesn't get installed:

$ echo '#include <exiv2.hpp>' > test.cc
$ g++ -I/usr/local/include/exiv2 test.cc
In file included from /usr/local/include/exiv2/bmffimage.hpp:27,
                 from /usr/local/include/exiv2/exiv2.hpp:28,
                 from test.cc:1:
/usr/local/include/exiv2/image.hpp:30:10: fatal error: image_types.hpp: No such file or directory
   30 | #include "image_types.hpp"
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.

Observed in the main branch (287744f).

@piponazo
Copy link
Collaborator

Thanks @jwilk for informing about this. I'll fix it right away

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.

2 participants