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

Wireshark-users: Re: [Wireshark-users] error: Neither Qt nor GTK+ 2.12 or later are available, so

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 27 Dec 2012 22:18:10 -0800
On Dec 27, 2012, at 8:58 PM, Simon K <k_simon78@xxxxxxxxx> wrote:

> Thanks for the info , i checked in config.log and there it is mentioned as gtk/gtk.h not found . 
> 
> So i copied the contents of gtk-2.0 directory i.e. gtk and gdk to  /usr/include location

That's not where they're supposed to be on your system, and it's not supposed to be necessary to put them there.  pkg-config is supposed to be set up to know where to find them, so that the configure script will know what to do to tell the compiler where to find them.

What does the command

	pkg-config --cflags-only-I gtk+-2.0

print?