Source code can no be compiled successful in linux,the error is in the following, who can help me to deal with it,and ido not know what the reason is.thanks!
asked 23 Apr '12, 02:50 kurokyli edited 24 Apr '12, 02:02 grahamb ♦ |
One Answer:
Wireshark 1.6 and later require a version of GLib that supports "memory slices", which means it requires GLib 2.10 or later; you probably have an older version of GLib. There's a bug in 1.6's configure script, in that it doesn't check to make sure you have GLib 2.10 or later, it checks for GLib 2.4 or later. You would either have to upgrade the GLib (and GTK+) on your system, or try building Wireshark 1.4.12 instead. answered 23 Apr '12, 11:44 Guy Harris ♦♦ |
I requested that the change which requires glib 2.10 or later be reverted from the 1.6 branch; with luck it'll make the 1.6.8 release.