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
configure: error: "Cannot build without libtiff (does your system require a libtiff-devel package?)"
The text was updated successfully, but these errors were encountered:
(base) xxx@localhost ~ % brew install libtiff Warning: libtiff 4.6.0 is already installed and up-to-date. To reinstall 4.6.0, run: brew reinstall libtiff
Sorry, something went wrong.
@generalrbb set CFLAGS and LDFLAGS env vars before running configure, i.e:
configure
$ export CFLAGS="-I/opt/homebrew/Cellar/libtiff/4.6.0/include/ -I /opt/homebrew/Cellar/jpeg-turbo/3.0.3/include/"
$ export LDFLAGS="-L/opt/homebrew/Cellar/libtiff/4.6.0/lib/ -L/opt/homebrew/Cellar/jpeg-turbo/3.0.3/lib/"
No branches or pull requests
configure: error: "Cannot build without libtiff (does your system require a libtiff-devel package?)"
The text was updated successfully, but these errors were encountered: