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

gtk/gtk.h no such file or directory #14

Open
Jip-Hop opened this issue Jan 16, 2017 · 2 comments
Open

gtk/gtk.h no such file or directory #14

Jip-Hop opened this issue Jan 16, 2017 · 2 comments

Comments

@Jip-Hop
Copy link

Jip-Hop commented Jan 16, 2017

I'm trying to compile Driftnet on Kali Linux (Raspberry Pi).
However I get the following error when running make:
gtk/gtk.h no such file or directory
I've made sure all the dependencies ./configure checks for are installed, but still make fails.
Any idea why?

@deiv
Copy link
Owner

deiv commented Apr 1, 2018

Looks like pkg-config is not pulling the required include paths for gtk:

-I/usr/include/gtk-2.0 -I/usr/include/atk-1.0

maybe fixed by e5abae7, could you take a look ?

@8zf
Copy link

8zf commented May 2, 2019

I met this problem, too. After checking all issues here, seems that this is not solved yet. Could anyone help :)

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

3 participants