Page MenuHomePhabricator

Test MITK v2018.04 with Ubuntu 18.04
Closed, ResolvedPublic

Event Timeline

kislinsk created this task.

WorkbenchRelease configuration works! 👍

kislinsk lowered the priority of this task from High to Normal.May 24 2018, 2:52 PM

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!

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.