Re: [Wireshark-dev] Issue with building wireshark from source

2011-11-01 Thread Stephen Fisher
On Mon, Oct 31, 2011 at 09:06:48PM -0400, Jeff Morriss wrote:

 In this case the latest version of GTK+ is not really a good thing. 
 GTK3 is special in that they ripped out backwards compatability for a 
 lot of stuff, which means that applications (such as Wireshark) 
 frequently need to be *ported* to GTK3.

You can try the (still experimental) support for GTK3 in Wireshark by 
passing --with-gtk3 to the configure script.
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Issue with building wireshark from source

2011-11-01 Thread Jeff Morriss

Stephen Fisher wrote:

On Mon, Oct 31, 2011 at 09:06:48PM -0400, Jeff Morriss wrote:

In this case the latest version of GTK+ is not really a good thing. 
GTK3 is special in that they ripped out backwards compatability for a 
lot of stuff, which means that applications (such as Wireshark) 
frequently need to be *ported* to GTK3.


You can try the (still experimental) support for GTK3 in Wireshark by 
passing --with-gtk3 to the configure script.


... But only if you're building from the current SVN, which, based on 
the minimum GTK version 'configure' is requiring:



checking for GTK+ - version = 2.4.0... no


I'm guessing you're not.  (Current SVN requires 2.12 or later.)
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


[Wireshark-dev] Issue with building wireshark from source

2011-10-31 Thread vijay
I have installed all the dependent packages - gtk3.1 , glib, pango atk and
all the required packages.
Now when I run ./configure in wireshark build I get the following error:

checking for GTK+ - version = 2.4.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for
the
*** exact error that occured. This usually means GTK+ is incorrectly
installed.
configure: error: GTK+ 2.4 or later isn't available, so Wireshark can't be
compiled

I have the latest version of GTK+ installed. Could some one please tell me
what the issue is here?

 When i searched for solution many were suggesting gtk-dev package.
I am using 64bit ubuntu and I could not find a suitable GTK devel package.

Can some one tell me where i can find the package?

Thanks
Vijay
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Issue with building wireshark from source

2011-10-31 Thread Jeff Morriss

On 10/31/2011 08:59 PM, vijay wrote:

I have installed all the dependent packages - gtk3.1 , glib, pango atk
and all the required packages.
Now when I run ./configure in wireshark build I get the following error:

checking for GTK+ - version = 2.4.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log
for the
*** exact error that occured. This usually means GTK+ is incorrectly
installed.
configure: error: GTK+ 2.4 or later isn't available, so Wireshark can't
be compiled

I have the latest version of GTK+ installed. Could some one please tell
me what the issue is here?


In this case the latest version of GTK+ is not really a good thing. 
GTK3 is special in that they ripped out backwards compatability for a 
lot of stuff, which means that applications (such as Wireshark) 
frequently need to be *ported* to GTK3.


So, for now, stick with the latest GTK v2 you can get.
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe