Page MenuHomePhabricator

Apple clang 6.0 compatibility
Closed, ResolvedPublic

Description

The MITK build does not work with the newest clang version from apple.

Boost 1.55 is failing, with Boost 1.56 the build works
With VTK 6.1 a configure errors appears, see T17716.

Proposed solution: Update Boost and include the fix from VTK regarding the garbage collection

Related Objects

Event Timeline

User fetzer has pushed new remote branch:

bug-18137-apple-clang-6.0-compatibility

[723c78]: Merge branch 'bug-18137-apple-clang-6-compatibility'

Merged commits:

2014-10-10 15:31:41 Jonas Cordes [35ce44]
boost adaptions, replace char with string


2014-10-10 15:29:18 Jonas Cordes [be12a9]
fix array initializer, remove unsued variable


2014-10-09 17:17:52 Jonas Cordes [276c36]
move mitkCloneMacro in public space to avoid dynamic_cast inaccessible type error


2014-09-25 15:08:05 Andreas Fetzer [485c4b]
Merge branch 'bug-18138-boost-156-version-update' into bug-18137-apple-clang-6.0-compatibility