[mitk-users] Building MITK against existing ITK
Brought to you by:
mitk
|
From: Alex V. C. <Ale...@US...> - 2018-05-10 16:13:18
|
Hi, I am trying to compile MITK against a build of ITK-4.13 I presently use. I was wondering if anybody had already tried to do so, as I see that the version in the dependecies is 4.11. I am presently having a linking problem to the itk::Bruker2dSeqImageIOFactory, which arise when I am linking the MitkCoreTestDriver, more specifically mitkDicomSeriesReaderTest. /usr/bin/ld: CMakeFiles/MitkCoreTestDriver.dir/mitkDicomSeriesReaderTest.cpp.o: undefined reference to symbol '_ZN3itk42Bruker2dseqImageIOFactoryRegister__PrivateEv' /usr/local/lib/libITKIOBruker-4.13.so.1: error adding symbols: DSO missing from command line I found the place in the core where the link is supposed to be done (itkImageIOFactoryRegisterManager.h), however up to that I don<t know what could be done to solve the error. If would appreciate if you could help me with that Thanks Alex |