driftnet
driftnet copied to clipboard
gtk/gtk.h no such file or directory
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?
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 e5abae731f7781c8bc15666920d8fde02722c076, could you take a look ?
I met this problem, too. After checking all issues here, seems that this is not solved yet. Could anyone help :)