[ITK-users] Compile ITK for iPhone

Yassmin yassminabdallah at gmail.com
Sat Nov 7 02:22:32 EST 2015


Hello Matt,

Thanks a lot for your reply,

The CMake warning about MacOSX10.10.sdk does not exist solved by,

-First go to
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs"
to find out if the SDK is there or not, i found elder version 
MacOSX10.9.sdk. So after run "cmake -GXcode ITK-Source_Dir" and generate the
build files you have to change the CMakeCache.txt  "CMAKE_OSX_SYSROOT:PATH="
to your current SDK version and then run "cmake -GXcode ITK-Source_Dir"
again and the warning won't show.

-The "vnl_math.cxx" generated in the build.

-- But I face another problem with "vnl_math.cxx" when i added the "#define
finite(x)   __inline_isfinited((double)x)" line as mention in the
tutorial,  error with "Expected expression" found and i can't run the
project.

Till now i can't figure out how to solve this "Expected expression" error.





--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/Compile-ITK-for-iPhone-tp7588136p7588149.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.


More information about the Insight-users mailing list