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

Comment # 8 on bug 11230 from
> 
> 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. 

Fails with the following error :

-- Looking for nmmintrin.h - found
CMake Error at ui/qt/CMakeLists.txt:375 (QT5_ADD_TRANSLATION):
  Unknown CMake command "QT5_ADD_TRANSLATION".


-- Configuring incomplete, errors occurred!


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