Thank you, Jeff and Reinhard...I have built the rpm successfully
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff Morriss
Sent: Sunday, March 16, 2008 6:31 PM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] RPM error
[EMAIL PROTECTED] wrote:
> Even after configuring with –disable –gtk2 , wondering why is it
> checking for gtk version >=2!!!
> checking for GTK+ - version >= 2.0.0... no
Hello Taraniteja,
please note that you have to specify this option as:
./configure --disable-gtk2
...
checking for gtk-con
On Sun, Mar 16, 2008 at 8:03 AM, <[EMAIL PROTECTED]> wrote:
> Hi ,
>
> If I try to build the rpm with gtk 1 version , it is taking gtk 2 by
> default. Then we tried to remove gtk-2 and glib-2 libraries from /usr/lib
> and /usr/include. We are getting the following error:
>
> Even after configurin
Hi ,
If I try to build the rpm with gtk 1 version , it is taking gtk 2 by
default. Then we tried to remove gtk-2 and glib-2 libraries from
/usr/lib and /usr/include. We are getting the following error:
Even after configuring with -disable -gtk2 , wondering why is it
checking for gtk version >