Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] gtk.h not found when compiling Wireshark 1.10.2 on Fedora 19

From: Ed Beroset <beroset@xxxxxxxxxxxxxx>
Date: Wed, 15 Jan 2014 15:00:48 -0500 (GMT-05:00)
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