Hi, I used to use OTB with external ITK and all things goes well. For some reason I need to use OTB with internal ITK so I removed itk ( sudo apt-get remove libinsighttoolkit4.5 libinsighttoolkit4-dev ) and I recompiled OTB with internal ITK (OTB_USE_EXTERNAL_ITK=OFF). The compilation is done with success and all otb app works fine but I have a problem when I tried to include otb in my own project.
/usr/local/include/otb/IO/otbVectorImage.h:21:28: fatal error: itkVectorImage.h: No such file or directory #include "itkVectorImage.h" Even when I tried to compile the ApplicationExample from OTB guide i got the same error /usr/local/include/otb/Common/otbMacro.h:28:22: fatal error: itkMacro.h: No such file or directory #include "itkMacro.h" Can anyone help me please. Best Regards, Walid -- -- 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.
