Hello,
There is no PetDicom Extension in version 5.8.0.
I TRIED TO INSTALL FROM FOLDER, BUT error pop up
THE EXTENSION CAN DOWNLOADED HERE
https://github.com/QIICR/Slicer-PETDICOMExtension
Hello,
There is no PetDicom Extension in version 5.8.0.
I TRIED TO INSTALL FROM FOLDER, BUT error pop up
THE EXTENSION CAN DOWNLOADED HERE
https://github.com/QIICR/Slicer-PETDICOMExtension
@fedorov can you or someone you know for this project fix the build error for this extension? If no longer maintained and it is broken should the extension be archived to no longer be in the Slicer extension index?
@jamesobutler this must be something to do with the extensions build system. The extension has not been modified in a very long time.
Found this related discussion: SlicerRT build fails with new DCMTK - #5 by cpinter.
What should I make out of these cdash errors?
If the extension has not been modified in a very long time then it wouldn’t surprise me that changes to latest Slicer core dependencies or C++ standards results in the extension no longer building. Building the extension and issuing appropriate fixes would be necessary.
Are there any dev guidances about updating extensions to account for any such changes?
The SlicerRT post that you found seems relevant so I would suggest following the same resolution posted in that thread to PET DICOM. I assume it is also doing some linking against DCMTK?
Greetings,
I’ve made a PR. That’s a fix, similar to the SlicerRT linking problem, which appeared after DCMTK-3.6.8 update.
Thank you @Mik! Hope this does it - I merged your PR.