<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 "vtksys/ios/iostream iostream.h no such file" 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"><<a href="mailto:quantum.leaf@googlemail.com">quantum.leaf@googlemail.com</a>></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'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>
<<a href="mailto:quantum.leaf@googlemail.com">quantum.leaf@googlemail.com</a>> wrote:<br>
> Hi All,<br>
><br>
> I recently upgraded my system and now need to rebuild vtk.<br>
><br>
> I'm trying to build vtk5.6 on ubuntu 10.04.<br>
> cmake configures fine make quickly errors with<br>
><br>
> /home/zoizoi/.local/share/Trash/files/VTK/Utilities/vtksys/ios/iostream:26:23:<br>
> error: iostream.h: No such file or directory<br>
><br>
> I've installed every package i can think of (including 'build-dep<br>
> libvtk5.2' build-essential and libstdc++6 )<br>
> without effect.<br>
><br>
> the offending file contains<br>
><br>
> #if vtksys_IOS_USE_ANSI<br>
> # include <iostream><br>
> #else<br>
> # include <iostream.h><br>
> #endif<br>
><br>
> include <iostream> would compile fine on my system, i guess i need to<br>
> know why vtksys_IOS_USE_ANSI is not defined somewhere.<br>
><br>
> Liam<br>
><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>