Skip to content
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

fatal error: IL/il.h: No such file or directory #4

Open
anjiss opened this issue Aug 25, 2017 · 1 comment
Open

fatal error: IL/il.h: No such file or directory #4

anjiss opened this issue Aug 25, 2017 · 1 comment

Comments

@anjiss
Copy link

anjiss commented Aug 25, 2017

Hi,

when trying to compile this program I meet a problem:
src/SiftGPU/GLTexImage.cpp:47:23: fatal error: IL/il.h: No such file or directory
#include "IL/il.h"

ubuntu 14.04, with cuda installed.

@EricDavies
Copy link

The devil is in the details. That is to say, it looks like you need to have the dev image library installed.
I was able to build after I did
sudo apt-get install libdevil-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants