Hi Sean,<div><br></div><div>Yes, I built the project using XCode.  </div><div><br></div><div>My process was:</div><div>git pull in the vtk directory (after cloning)</div><div>cmake gui to generate into a nearby vtk-build directory</div>
<div>open xcode to open the project file to build</div><div>build</div><div><br></div><div>Mark<br><br><div class="gmail_quote">On Fri, Nov 19, 2010 at 4:15 PM, Sean McBride <span dir="ltr">&lt;<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Fri, 19 Nov 2010 16:39:09 -0700, David Gobbi said:<br>
<br>
&gt;Hi Mark,<br>
&gt;<br>
</div><div class="im">&gt;I tried the exact gcc command line that you had in your error report<br>
&gt;(after substituting my directories for yours) and I saw exactly the<br>
&gt;same errors.  That makes me confident that there is nothing wrong with<br>
&gt;the way things are installed on your system.  The problem must be<br>
&gt;related to the way things are configured either in CMake or Xcode.<br>
&gt;<br>
&gt;Unfortunately I can&#39;t help you further than that... it looks like you<br>
&gt;are building VTK within the Xcode GUI, but I always build VTK in<br>
&gt;the terminal with &quot;make&quot;.  Hopefully someone who has experience<br>
&gt;building VTK within Xcode can provide more assistance.<br>
<br>
</div>Mark,<br>
<br>
Did you create your Xcode project with CMake?<br>
<br>
Those errors indicate that a C++ file is including an Obj-C header and<br>
then not surprisingly spewing syntax errors.<br>
<font color="#888888"><br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montréal, Québec, Canada<br>
<br>
<br>
</font></blockquote></div><br></div>