I cant build wireshark from sources...when make error QtGui/QAction

asked 2017-11-09 19:45:07 +0000

Andrey gravatar image

updated 2017-11-09 20:44:14 +0000

Guy Harris gravatar image

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
edit retag flag offensive close merge delete

Comments

On what operating system is this, and what version of Qt do you have installed?

Guy Harris gravatar imageGuy Harris ( 2017-11-09 20:44:48 +0000 )edit

linux mint,Qt5.5.1

Andrey gravatar imageAndrey ( 2017-11-10 18:42:15 +0000 )edit
Andrey gravatar imageAndrey ( 2017-11-10 19:23:08 +0000 )edit

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.

Guy Harris gravatar imageGuy Harris ( 2017-11-10 20:09:58 +0000 )edit

I installed the following qttools5-dev qttools5-dev-tools, qt5-default qt5-qmake qtbase5-dev qtbase5-dev-tools qtchooser

Andrey gravatar imageAndrey ( 2017-11-10 21:21:15 +0000 )edit