What exactly is the issue. There are dashboards that build ITK every night on Xcode.<br><br><a href="http://public.kitware.com/dashboard.php?name=itk">http://public.kitware.com/dashboard.php?name=itk</a><br><br>Specifically see the dashboard script for atlantis.
<br> <a href="http://www.itk.org/Testing/Sites/atlantis.kitware/Darwin8-i386-Xcode24-Release/20070206-0100-Nightly/Notes.html">http://www.itk.org/Testing/Sites/atlantis.kitware/Darwin8-i386-Xcode24-Release/20070206-0100-Nightly/Notes.html
</a><br><br>I suspect you aren't using the XCode generator at all, CMake on OsX is capable of generating both gcc makefiles and Xcode project files. I suspect, you're doing the former. You need to Invoke cmake as
<br><br>$ cd binDir<br>$ cmake -GXcode sourceDir<br><br>Or the <br>CMAKE_GENERATOR in your cache needs to read "Xcode"<br><br>-karthik<br><br><div><span class="gmail_quote">On 2/6/07, <b class="gmail_sendername">
AG</b> <<a href="mailto:ag@wavemetrics.com">ag@wavemetrics.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Greetings all,
<br><br>I am looking for pointers for compiling ITK code in XCode on Mac OS-X.<br><br>I ran cmake followed by make on the distribution (without apparent<br>errors). I am having trouble compiling in XCode even the simple<br>
installation example (HelloWorld.cxx). Ideally I'd like to compile<br>ITK as a static library to be called from standard Carbon application.<br><br>Any help would be appreciated.<br><br>AG<br><br><br>_______________________________________________
<br>Insight-users mailing list<br><a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a><br></blockquote>
</div><br><br clear="all"><br>