deiv / driftnet

Driftnet watches network traffic, and picks out and displays JPEG and GIF images for display
GNU General Public License v2.0
433 stars 54 forks source link

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

Open Jip-Hop opened 7 years ago

Jip-Hop commented 7 years ago

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 6 years ago

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 ?

8zf commented 5 years ago

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