Hi, does anybody know what kind of QT packages I have to install on Xubuntu 14.04 to compile Wireshark 1.12 from source? ./configure went through okay, but I got a couple of QT related error messages which I was partially able to clear by installing "qt4-qtconfig". Now the final lines of the "make" output are
I have no idea what I need to prepare to allow "make" to do its job :-) Any help appreciated. asked 26 Aug '14, 08:34 Jasper ♦♦ |
One Answer:
Have a look at README.qt in the doc directory, although I think it could do with an update. It suggests installing the qt-sdk package, and using CMake to build. answered 26 Aug '14, 08:56 grahamb ♦ |
thx Graham, forgot to check the readme indeed. Will try to get the packages installed tomorrow when I have a faster line for downloading them.
there was no README.qt in the doc directory of the source package 1.12.0, but even with the online version I got stuck after installing the missing QT packages since cmake doesn't run without errors (the normal "make" fails, too). What I get for cmake is
My build skills are quite limited so I have no idea how to fix this. Maybe I should just exclude the QT version from the build process, but I have no clue how to do that, either :D
TBH I think trying to build QT using a 1.12 source package isn’t a great idea (i.e. likely to be broken), much better to use a git clone of master if you want QT
To not build QT, you’ll need to pass the appropriate magic into confgure which is out of my area I’m afraid. Usually ./configure –help will give you the config options.
Thanks Graham, didn’t see your new comment until now. Will try to build without QT when I have the chance to try again.
For all those who are still looking: I solved my build problem by following a hint from Robert Cragie on the developer mailing list. This is what he said:
If you want to install Wireshark, do this as well: