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