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

cmake does not check for libtiff #11

Open
Mettbrot opened this issue Oct 27, 2019 · 1 comment
Open

cmake does not check for libtiff #11

Mettbrot opened this issue Oct 27, 2019 · 1 comment

Comments

@Mettbrot
Copy link

leading to compile error:

[ 10%] Building CXX object CMakeFiles/pHash.dir/src/pHash.cpp.o
In file included from /home/vm/Documents/pHash/src/pHash.h:59,
                 from /home/vm/Documents/pHash/src/pHash.cpp:25:
/home/vm/Documents/pHash/third-party/CImg/CImg.h:476:10: fatal error: tiffio.h: No such file or directory
  476 | #include "tiffio.h"
      |          ^~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/pHash.dir/build.make:63: CMakeFiles/pHash.dir/src/pHash.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:110: CMakeFiles/pHash.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
@Mettbrot Mettbrot changed the title cmake does not chech for libtiff cmake does not check for libtiff Oct 27, 2019
@bigntallmike
Copy link

It also doesn't check for libpng or libjpeg.

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

No branches or pull requests

2 participants