Wireshark-bugs: [Wireshark-bugs] [Bug 11157] Can't build tshark without the Qt packages installe
Date: Wed, 29 Apr 2015 00:25:08 +0000

changed bug 11157


What Removed Added
Status UNCONFIRMED CONFIRMED
CC   jeff.morriss.ws@gmail.com
Summary Fail to build on fedora without GUI Can't build tshark without the Qt packages installed unless --without-qt is specified
Ever confirmed   1

Comment # 1 on bug 11157 from
The problem historically has been that you needed the Qt development tools in
order to do "make dist". But it appears that configure.ac has been modified to
let you build tshark without those tools (so you'll only get a failure if you
happen to do "make dist").

BUT, that code appears to only work if you do "--without-qt"
("--disable-wireshark" doesn't do it).  That should be easy enough to fix.


You are receiving this mail because:
  • You are watching all bug changes.