-
-
Notifications
You must be signed in to change notification settings - Fork 120
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
libjpeg is missing #46
Comments
@inl-pd-autotest Do this: |
I'm having the same issue on Mac. What criteria is being used to determine if libjpeg is installed? I can confirm it is installed when I run |
Hi! I'm encountering the same issue positlabs described, on a M1 Mac. jpeg is installed using homebrew, but the |
You can use option --with-libjpeg=DIR to tell where to look for libjpeg. Something like:
(assuming you have installed/compiled libjpeg in $HOME/src/jpeg-9a/) If header files are in different directory vs where the (shared) library file is located at, you may need to specify those using environment variables CPPFLAGS and LDFLAGS. Something like:
|
@tjko Thank you! I managed to make it work using:
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Xubuntu 16.10. Following README, on step
./conifgure
I am getting this:and can't follow to
make
because it says this:yet
The text was updated successfully, but these errors were encountered: