driftnet icon indicating copy to clipboard operation
driftnet copied to clipboard

gtk/gtk.h no such file or directory

Open Jip-Hop opened this issue 7 years ago • 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?

Jip-Hop avatar Jan 16 '17 21:01 Jip-Hop

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 ?

deiv avatar Apr 01 '18 00:04 deiv

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

8zf avatar May 02 '19 08:05 8zf