-
Notifications
You must be signed in to change notification settings - Fork 3
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
Configuration fails to find libtiff-4 system library #16
Comments
Thanks! This is also tracked in nx10/httpgd#130 |
OK libtiff test configuration does not work as expected: configure.log
|
Either Line 117 in 4a88d66
or unigd/src/sysdep_tests/sysdep_libtiff.cpp Lines 1 to 7 in 4a88d66
is wrong. |
Using ${CXX} ${CPPFLAGS} ${PKG_LIBTIFF_CFLAGS} ${CFLAGS} ${PKG_LIBTIFF_TEST_FILE} -o tmp_libtiff_test || true >/dev/null 2>configure.log
|
Hi, unfortunately I'm still getting this issue, despite having
Full installation log
|
@wurli Install |
Thank you, both installed already unfortunately 🙁 |
@wurli You have two fatal errors:
Both are unrelated to |
@wurli What about |
@benz0li Thanks again. Yeah, |
@wurli Out of curiosity: Does devtools::install_github("nx10/unigd") work? |
@benz0li Still no luck unfortunately. There's is some additional information - I think Full installation log
|
@wurli Try devtools::install_github("nx10/unigd", upgrade = FALSE) |
Same issues as before I think 🙁: Full installation log
|
Describe the bug
devtools::install()
complains that it cannot findibtiff-4
althoughlibtiff-dev
is installed on the system (Debian 12).To Reproduce
GitHub Codespaces: https://codespaces.new/benz0li/unigd?hide_repo_select=true&ref=add-dev-container
Expected behavior
configure
should be able to find the TIFF library files.Screenshots
-
Environment
Additional context
-
The text was updated successfully, but these errors were encountered: