Closed fedorov closed 8 years ago
While using a locally built version, there is the following error (or warning?):
objc[61592]: Class CVWindow is implemented in both /Users/fedorov/local/builds/SlicerPathology/lib/Slicer-4.5/qt-loadable-modules/libvtkSlicerQuickTCGAModuleLogic.dylib and /Users/fedorov/local/builds/SlicerPathology/lib/Slicer-4.5/qt-loadable-modules/libvtkSlicerShortCutCoreModuleLogic.dylib. One of the two will be used. Which one is undefined.
objc[61592]: Class CVView is implemented in both /Users/fedorov/local/builds/SlicerPathology/lib/Slicer-4.5/qt-loadable-modules/libvtkSlicerQuickTCGAModuleLogic.dylib and /Users/fedorov/local/builds/SlicerPathology/lib/Slicer-4.5/qt-loadable-modules/libvtkSlicerShortCutCoreModuleLogic.dylib. One of the two will be used. Which one is undefined.
objc[61592]: Class CVSlider is implemented in both /Users/fedorov/local/builds/SlicerPathology/lib/Slicer-4.5/qt-loadable-modules/libvtkSlicerQuickTCGAModuleLogic.dylib and /Users/fedorov/local/builds/SlicerPathology/lib/Slicer-4.5/qt-loadable-modules/libvtkSlicerShortCutCoreModuleLogic.dylib. One of the two will be used. Which one is undefined.
No similar errors while running Slicer/SlicerPathology binary on Linux.
@fedorov fyi: the warnings about CVWindow, CVView and CVSlider are due to repeated code in SlicerPathology, I think they're covered in the code cleanup issue.
Same issue being investigated here: https://github.com/SBU-BMI/SlicerOpenCV/issues/30
resolved long time ago