General documentation at <br>&nbsp; <a href="http://cmake.org/HTML/Documentation.html">http://cmake.org/HTML/Documentation.html</a><br>and thew iki<br>&nbsp; <a href="http://www.cmake.org/Wiki/CMake">http://www.cmake.org/Wiki/CMake</a>
<br><br>There&#39;s at lot more in the Cmake book<br><a href="http://www.kitware.com/products/cmakebook.html">http://www.kitware.com/products/cmakebook.html</a><br><br>--<br>karthik<br><br><br><div><span class="gmail_quote">
On 2/6/07, <b class="gmail_sendername">AG</b> &lt;<a href="mailto:ag@wavemetrics.com">ag@wavemetrics.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="">Hello Karthik,<div><br></div><div>Thanks for the pointer.&nbsp; You are right, I was not using cmake with the flag you indicated.&nbsp; Where do I find documentation for this?</div><span class="sg"><div><br></div><div>
AG</div></span><div><span class="e" id="q_11099b18d63c3e4b_2"><div><br></div><div><br><div><div>On Feb 6, 2007, at 4:45 PM, Karthik Krishnan wrote:</div><br><blockquote type="cite">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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://public.kitware.com/dashboard.php?name=itk</a><br><br>Specifically see the dashboard script for atlantis. 
<br>&nbsp;<a href="http://www.itk.org/Testing/Sites/atlantis.kitware/Darwin8-i386-Xcode24-Release/20070206-0100-Nightly/Notes.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.itk.org/Testing/Sites/atlantis.kitware/Darwin8-i386-Xcode24-Release/20070206-0100-Nightly/Notes.html 
</a><br><br>I suspect you aren&#39;t using the XCode generator at all, CMake on OsX is capable of generating both gcc makefiles and Xcode project files. I suspect, you&#39;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 &quot;Xcode&quot;<br><br>-karthik<br><br><div><span class="gmail_quote">On 2/6/07, <b class="gmail_sendername">
 AG</b> &lt;<a href="mailto:ag@wavemetrics.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ag@wavemetrics.com</a>&gt; 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).&nbsp;&nbsp;I am having trouble compiling in XCode even the simple
<br> installation example (HelloWorld.cxx).&nbsp;&nbsp;Ideally I&#39;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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.itk.org/mailman/listinfo/insight-users</a><br></blockquote> </div><br><br clear="all"><br></blockquote></div><br></div></span></div></div></blockquote></div><br><br>