<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Dear Andreas,<br>
    <br>
    I managed to patch the current CamiTK 5.0.2version  to build with
    VTK9 (vtk9-compatibility.patch in attachment). <br>
    <br>
    The build then stopped with the following error:<br>
/build/camitk-5.0.2/imaging/components/dicom/DicomComponent.cpp:40:10:
    fatal error: vtkGDCMImageReader.h: No such file or directory<br>
    <br>
    When this plugin is disabled in d/r (see below), the compilation
    ends with no error, (which is good news!) but all tests failed with
    the following error:<br>
    /build/camitk-5.0.2/camitk-build/bin/camitk-testcomponents: error
    while loading shared libraries: libjawt.so: cannot open shared
    object file: No such file or directory<br>
    <br>
    This error seems to be linked with a Java installation problem
    (maybe temporary?)<br>
    <br>
    Let me know what will be the best course of action from this.<br>
    Best regards,<br>
    Emmanuel<br>
    <br>
    PS: this is the d/r diff to disable the dicom component, <br>
    --- a/debian/rules<br>
    +++ b/debian/rules<br>
    @@ -42,6 +42,7 @@ CMAKE_EXTRA_FLAGS = \<br>
            -DCEP_IMAGING:BOOL=TRUE \<br>
            -DCEP_MODELING:BOOL=TRUE \<br>
            -DCEP_TUTORIALS:BOOL=TRUE \<br>
    +       -DCOMPONENT_DICOM:BOOL=FALSE \<br>
            \<br>
            -DAPIDOC_SDK:BOOL=TRUE<br>
     <br>
    <div id="grammalecte_menu_main_button_shadow_host" style="width:
      0px; height: 0px;"></div>
  </body>
</html>