Jeff Morriss
changed
bug 11157
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
CC |
|
[email protected]
|
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 Jeff Morriss
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.