Hi, don't think that it is directly related to a compatibility issue between latest ITK and OTB/Ice. || GetGlobalDefaultDirectionTolerance method was added to a new c++ file in ITK :
https://github.com/Kitware/ITK/commit/08ab5dfe11ad163507edd86b5958f447f3e29204 As the ABI as changed it would probably imply that you need to rebuild OTB and ice after upgrading ITK package. Let me know if it works. Regards, Manuel On 10/04/2015 00:38, Samuel Fernando Mesa Giraldo wrote: > Hi mailist. I get the next error compiling OTB with ITK 4.7 in Arch > Linux [1]: > > | > Scanningdependencies of target otbiceviewer > [91%]BuildingCXX > objectApplication/CMakeFiles/otbiceviewer.dir/otbIce.cxx.o > [100%]BuildingCXX > objectApplication/CMakeFiles/otbiceviewer.dir/otbIceViewer.cxx.o > LinkingCXX executable ../bin/otbiceviewer > ../bin/libOTBIce.so.0.1.0:referencia a > `itk::ImageToImageFilterCommon::GetGlobalDefaultDirectionTolerance()' > sin definir > ../bin/libOTBIce.so.0.1.0: referencia a > `itk::ImageToImageFilterCommon::GetGlobalDefaultCoordinateTolerance()' > sin definir > collect2: error: ld devolvió el estado de salida 1 > Application/CMakeFiles/otbiceviewer.dir/build.make:131: fallo en las > instrucciones para el objetivo 'bin/otbiceviewer' > make[2]: *** [bin/otbiceviewer] Error 1 > CMakeFiles/Makefile2:125: fallo en las instrucciones para el objetivo > 'Application/CMakeFiles/otbiceviewer.dir/all' > make[1]: *** [Application/CMakeFiles/otbiceviewer.dir/all] Error 2 > Makefile:116: fallo en las instrucciones para el objetivo 'all' > make: *** [all] Error 2 > ==> ERROR: Se produjo un fallo en build(). > Cancelando... > | > > How I can solve the problem of compilation? OTB-ICE supports the > latest version of ITK? > > regards, > > Samuel Mesa. > > [1] https://gist.github.com/samtux/06a54a779a0147e86074 > -- > -- > Check the OTB FAQ at > http://www.orfeo-toolbox.org/FAQ.html > > You received this message because you are subscribed to the Google > Groups "otb-users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/otb-users?hl=en > --- > You received this message because you are subscribed to the Google > Groups "otb-users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout. -- Manuel GRIZONNET -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
