Hi, I'm trying to compile the Qt4 version of Wireshark on Ubuntu 12.04 (--with-qt). Unfortunately the build process fails at several places (latest SVN trunk). And: yes, I did install libqt4-dev ;-) Is it my system, or is the Qt4 build not yet finished? Regards asked 25 May '12, 11:27 Kurt Knochner ♦ edited 25 May '12, 11:32 |
2 Answers:
I can't speak to failures in the build process with SVN trunk since I haven't done a build of Qt Wireshark in a while. However, I can say that Qt Wireshark is very much a work in progress (quite early development). Have you reviewed answered 25 May '12, 12:50 Bill Meier ♦♦ |
Using CMake the qt build compiled OK for me on Kubuntu 12.04, Wireshark trunk r42854:
Oddly enough I can’t get the gtk build to complete, CMake can’t find glibconfig.h even though it does exist, probably a path issue. answered 25 May ‘12, 14:43 grahamb ♦ edited 25 May ‘12, 15:27 cmake is the way to go (or qtcreator) - doc/README.qt. Unfortunately I was not able to build the latest trunk with cmake on Ubuntu 12.04 (Gnome). There are a some errors in CMakeLists.txt
.
I wonder what’s the difference between Kubuntu 12.04 and Ubuntu 12.04 in terms of building wireshark with cmake. I blieve I have installed all required Qt (dev) libs and tools. Maybe not…. (29 May ‘12, 05:29) Kurt Knochner ♦ As I mentioned, on Kubuntu I can’t get cmake to do a gtk build. Like you I believe I have all the required libs, I think the paths are tripping up cmake though. I should post on the dev mailing list about that. (29 May ‘12, 06:07) grahamb ♦ |
No, thanks for the hint. I will read that now.
I should have read doc/README.qt :-) It's all described therein...