I have installed latest versions of both GTK3+ as well as Qt (v5.4.0 installed /opt folder). I would like to build Wireshark 1.12.3 for my Linux Mint box with the newer Qt interface. Running into nothing but trouble. Does't help that I'm a newbie when it comes to troubleshooting build issues. When I run ./configure --with-qt=yes --with-gtk3=yes, it completes just fine. When I follow up with a 'make' it fails with the following error: make[2]: Entering directory Anyone know how to resolve this? asked 19 Jan '15, 12:36 iThrive |
One Answer:
Qt support in 1.12.X version is very partial (lacks many features, has many bugs, ...) and not maintained (all the Qt work happens in 1.99.X versions). If you really want so play with Qt GUI, I highly suggest you to checkout the latest code from Git (see https://www.wireshark.org/develop.html) and compile this. answered 19 Jan '15, 12:39 Pascal Quantin |