All--
I'm using CMake 2.8 to create an Xcode project with ITK, for use with Xcode 5.
I've followed this post:
http://www.itk.org/pipermail/insight-users/2009-February/028911.html
I'm using the Hello World example from the ITK 4.4.2 source, which is I think
identical or very close to the one posted here:
https://github.com/Kitware/ITK/tree/master/Examples/Installation
This successfully created an xcode project, and when I run it it creates a
binary in bin/debug/HelloWorld that runs as expected in the terminal. So
I'm 99.9% of the way there. However, in the "Products" folder of the Project
Navigator, the HelloWorld binary is red, and the file inspector thinks the path
is to /Users/Davis/Desktop/HelloWorld/bin/*build/*Debug/HelloWorld (in
actuality, the Debug folder is directly in the bin; there is no build folder).
This is particularly confusing because I can't find a reference to a
HelloWorld/bin/build folder in the Build Locations section of the Build
Settings, and because the Debug section of the Preconfiguration Build Products
Path seems to list the path to the binary:
Build Products Path: /Path/To/HelloWorld/bin
Intermediate Build Files Path: /Path/To/HelloWorld/bin
Preconfiguration Build Products Path:
Debug: /Path/To/HelloWorld/bin/Debug
etc.
Any ideas?
--d
P.S. I recently posted a similar question on the ITK users group, but Mr.
McCormick suggested that it might have a better chance of being answered here.--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Kitware offers various services to support the CMake community. For more
information on each offering, please visit:
CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake