Couldn't build Wireshark 2.0 on Ubuntu 14.04
But here is my setting
Any idea why? asked 09 Jan '16, 20:15 pktUser1001 |
2 Answers:
You probably lack the GTK-dev packages answered 09 Jan '16, 23:37 Anders ♦ |
If you would like to try Wireshark 2.0, try the PPA packages published by the Debian maintainer of Wireshark: https://launchpad.net/~wireshark-dev/+archive/ubuntu/stable For compilation, the
Note that the default GUI toolkit for Wireshark 2.0 has changed to Qt while the version in Ubuntu 14.04 uses GTK. Therefore you might want to install the additional Qt dependencies as well:
(these dependencies can also be found in the source tree at answered 10 Jan '16, 02:51 Lekensteyn |
Probably not without seeing the
config.log
file that the very error message you report speaks of:Please open the
config.log
file in the directory in which you ran the configure script, look for "checking for GTK+ - version >= 3.0.0" in that file, and update your question to include all lines fromconfig.log
starting with the one that contains "checking for GTK+ - version >= 3.0.0" and ending with the line that says "configure: exit 1". Put 4 spaces in front of each line, just as you did with the output that you put into the question.