<div>I just ran into this as well. After wasting some time trying to figure this problem out, I decided to google the exact words &quot;vtksys/ios/iostream iostream.h no such file&quot; and found this.</div><div><br></div>
Deleting the build directory solved it.<div>Thanks for the update ;)</div><div><br></div><div>This was using the latest git on ubuntu 10.04. <br><br><div class="gmail_quote">On Tue, Jun 8, 2010 at 5:22 AM, Liam Kurmos <span dir="ltr">&lt;<a href="mailto:quantum.leaf@googlemail.com">quantum.leaf@googlemail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">To anyone else who encounters this:<br>
<br>
After searching through cmake files for a while i finally decided to<br>
wipe the whole build directory and start again.<br>
This time it worked, i guess somehow cmake must have got into a mess<br>
with it&#39;s defines.<br>
<font color="#888888"><br>
Liam<br>
</font><div><div></div><div class="h5"><br>
<br>
On Tue, Jun 8, 2010 at 12:36 PM, Liam Kurmos<br>
&lt;<a href="mailto:quantum.leaf@googlemail.com">quantum.leaf@googlemail.com</a>&gt; wrote:<br>
&gt; Hi All,<br>
&gt;<br>
&gt; I recently upgraded my system and now need to rebuild vtk.<br>
&gt;<br>
&gt; I&#39;m trying to build vtk5.6 on ubuntu 10.04.<br>
&gt; cmake configures fine make quickly errors with<br>
&gt;<br>
&gt; /home/zoizoi/.local/share/Trash/files/VTK/Utilities/vtksys/ios/iostream:26:23:<br>
&gt; error: iostream.h: No such file or directory<br>
&gt;<br>
&gt; I&#39;ve installed every package i can think of (including &#39;build-dep<br>
&gt; libvtk5.2&#39; build-essential and libstdc++6 )<br>
&gt; without effect.<br>
&gt;<br>
&gt; the offending file contains<br>
&gt;<br>
&gt; #if vtksys_IOS_USE_ANSI<br>
&gt; # include &lt;iostream&gt;<br>
&gt; #else<br>
&gt; # include &lt;iostream.h&gt;<br>
&gt; #endif<br>
&gt;<br>
&gt;  include &lt;iostream&gt; would compile fine on my system, i guess i need to<br>
&gt; know why vtksys_IOS_USE_ANSI is not defined somewhere.<br>
&gt;<br>
&gt; Liam<br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>