I cant build wireshark from sources...when make error QtGui/QAction
Errors:
Making all in ui/qt
make[2]: Entering directory '/home/andrey/Документы/wireshark-2.4.1/ui/qt'
CXX about_dialog.o
In file included from about_dialog.cpp:25:0:
./ui_about_dialog.h:13:25: fatal error: QtGui/QAction: No such file or directory
compilation terminated.
Makefile:1910: recipe for target 'about_dialog.o' failed
make[2]: *** [about_dialog.o] Error 1
On what operating system is this, and what version of Qt do you have installed?
linux mint,Qt5.5.1
https://code.wireshark.org/review/#/c... it doesn't help..
Do you have the appropriate Qt "development" package installed? Most Linux distributions have separate "run-time" and "development" packages for libraries, with the "run-time" package being sufficient to run programs that use the library and the "development" package being required to build, from source code, programs using the library.
I installed the following qttools5-dev qttools5-dev-tools, qt5-default qt5-qmake qtbase5-dev qtbase5-dev-tools qtchooser