Comment # 3
on bug 10321
from [email protected]
Created attachment 12964 [details]
Error caused by qt5 libs
This is the output before qtshark.pro editing.
It gives the error :
make[2]: Leaving directory `/home/wireshark-1.12.0rc3/codecs'
Making all in ui/qt
make[2]: Entering directory `/home/wireshark-1.12.0rc3/ui/qt'
UIC ui_about_dialog.h
CXX about_dialog.o
In file included from about_dialog.cpp:24:0:
about_dialog.h:25:19: fatal error: QDialog: No such file or directory
#include <QDialog>
^
compilation terminated.
make[2]: *** [about_dialog.o] Error 1
make[2]: Leaving directory `/home/wireshark-1.12.0rc3/ui/qt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wireshark-1.12.0rc3'
make: *** [all] Error 2
You are receiving this mail because:
- You are watching all bug changes.