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

Comment # 13 on bug 11230 from
Does not quite work. Not sure if cmake is missing some packages here :

make[2]: *** No rule to make target 'docbook/ws.css', needed by
'androiddump.1'.  Stop.
CMakeFiles/Makefile2:413: recipe for target 'CMakeFiles/html_docs.dir/all'
failed
make[1]: *** [CMakeFiles/html_docs.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2

Tried disabling all this :

option(BUILD_androiddump   "Build androiddump" OFF)

option(ENABLE_HTML_GUIDES       "Build HTML User & Developer Guides" OFF)
option(ENABLE_PDF_GUIDES        "Build PDF User & Developer Guides" OFF)
option(ENABLE_CHM_GUIDES        "Build HTML Help User & Developer Guides" OFF)

Does not seem to make a difference


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