deiv/driftnet

gtk/gtk.h no such file or directory

Opened this issue · 2 comments

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 commented

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 commented

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