We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
It also doesn't check for libpng or libjpeg.
Sorry, something went wrong.
No branches or pull requests
leading to compile error:
The text was updated successfully, but these errors were encountered: