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] can't configure wireshark

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 01 Sep 2006 13:59:01 -0700
James Testa wrote:

   As root I've downloaded, compiled and installed:

glib-2.12.2
gtk+-2.10.1

Where did GTK+ get installed? The configure script can't find its header file:

configure:21231: checking for GTK+ - version >= 2.0.0
configure:21376: result: no
configure:21409: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include   -I/usr/local/include  -L/usr/local/lib conftest.c   >&5
conftest.c:29:21: error: gtk/gtk.h: No such file or directory

What does the command "pkg-config --cflags gtk+-2.0" print?