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
Amazon Linux recently required gcc72 as a dependency of the kernel-devel package as of kernel-devel 4.14. This broke pHash builds on x64 Amazon Linux:
checking for uint64_t... no configure: error: *** Required type uint64_t not found. pHash requires 64-bit integers for video and image hashes.
As a workaround, remove gcc72, libgcc72, and kernel-devel to get pHash to build.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Amazon Linux recently required gcc72 as a dependency of the kernel-devel package as of kernel-devel 4.14. This broke pHash builds on x64 Amazon Linux:
As a workaround, remove gcc72, libgcc72, and kernel-devel to get pHash to build.
The text was updated successfully, but these errors were encountered: