Page MenuHomePhabricator

Compile Error In MITK-ProjectTemplate
Closed, InvalidPublic

Description

The MITK-ProjectTemplate does not compile with the current master. Compile error in ExampleCmdApp.cpp : mitkCommandLineParser::InputFile and mitkCommandLineParser::OutputFile are no member of mitkCommandLineParser.

Event Timeline

kislinsk triaged this task as Normal priority.

Thanks for the efforts, but as explained in the PR, the fix is related to master branch features and as such is not applicable to the project template. I clarified the project template connection to the latest stable branch in the README of the project template, though. :)

Thx, for the clarification. Will there be a new release? The current one is not compatible with the actual Mac OS dev kits.

We try to fix these kind of compatibility issues based on the releases/2018-04 branch or backport their fix to the releases/2018-04 branch in case it was fixed only in the master branch. But I think we actually build that branch on macOS Catalina and the two fixes that were necessary are:

Did you already test the currect HEAD of releases/2018-04 or did you only try to build v2018.04.2?

Yes. It's the two fixes that are necessary!