Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | kislinsk | T24786 Test MITK v2018.04 with Ubuntu 18.04 | ||
Resolved | eisenman | T24778 OpenIGTlink does not build in superbuild [Ubuntu 18.04] |
Event Timeline
Comment Actions
Just tested the branch T24609-v2018.04-alpha with Ubuntu 18.04 / Qt 5.9.5 / gcc 7.3.0 and it compiles without errors in default configuration. I can also start the workbench.
If I change the build configuration to "NavigationModules" I get the error dicussed in this bug: T24778
If I change the build configuration to "WorkbenchRelease" I also get some errors because of missing QT_HELP, but I'm not sure if there is a problem with my Qt installation.
CMake Error at CMakeLists.txt:890 (message): BLUEBERRY_USE_QT_HELP is required to be set to ON -- Configuring incomplete, errors occurred!
Comment Actions
This is a follow-up error when Doxygen wasn't found for building the documentation. Without doxygen, the BLUEBERRY_USE_QT_HELP is disabled. So everything's fine.