John Powell wrote:
>
>I am trying to compile wireshark-1.10.2 on Fedora 19.
Most of my machines are currently running Fedora 19, so I know this actually works.
>I get the following error:
>
>checking for GTK+ - version >= 2.12.0 and < 3.0... no
[...]
>conftest.c:34:21: fatal error: gtk/gtk.h: No such file or directory
> #include <gtk/gtk.h>
> ^
>compilation terminated.
[...]
>
>Ideas??
>
>Thanks in advance!
Looks like you need to install gtk. On Fedora 19, try "yum install gtk3-devel" and that should install the missing headers and packages.
Ed