Wireshark-bugs: [Wireshark-bugs] [Bug 11230] Compilation fails with qt5 5.4.1 due to lack of -fP
Date: Wed, 24 Jun 2015 20:49:06 +0000

Comment # 10 on bug 11230 from
(In reply to Anish Bhatt from comment #8)
> > 
> > Maybe try the cmake build process.
> > 
> 
> Does not seem to work either. I setup the CMakeOptions.txt file this way :
> 
> option(BUILD_wireshark     "Build Wireshark" ON)
> option(BUILD_qtshark       "Build Qtshark" ON)
> option(BUILD_wireshark_gtk "Build Wireshark (GTK+ UI)" OFF)
> 
> the BUILD_qtshark option was missing, had to add it manually. 

That's because it was renamed to BUILD_wireshark in gb7fb116.


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