<div dir="ltr">Hi Matias,<div><br></div><div>For the sstream header, change the code to just use "#include <sstream>".  Also change includes like "#include <vtkstd/something>" to "include <something>" wherever they occur.<br></div><div><br></div><div>And this is just a guess (I've got experience in wrapping, but not ActiViz), whenever it complains "type name could not be found", add the problem class to <a href="http://MummySettings.xml.in">MummySettings.xml.in</a> with wrappable="false".</div><div><br></div><div> - David</div><div><br></div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 25, 2016 at 9:00 PM, Matias Montroull <span dir="ltr"><<a href="mailto:matimontg@gmail.com" target="_blank">matimontg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr">Has anyone been able to build ActiViz 7.0? <div><br></div><div>I was able to build ActiViz up to 6.3 version but this last 7.0 version is throwing 59 errors on my build attempt.</div><div>I had to manually patch the core ActiViz Files to build 6.2 and 6.3 successfully but this last one I'm driving a bit crazy trying to patch...<br><div><br></div><div>Some of the errors I get:</div><div><div><div><br></div><div>Error<span style="white-space:pre-wrap"> </span>23<span style="white-space:pre-wrap">      </span>fatal error C1083: Cannot open include file: 'vtksys/ios/sstream': No such file or directory<span style="white-space:pre-wrap">    </span>c:\ActiViz\activizdotnet_7.0_buildx64\export-layer\vtkObjectEL.cxx<span style="white-space:pre-wrap">      </span>446</div></div><div><br></div><div>Error<span style="white-space:pre-wrap">    </span>24<span style="white-space:pre-wrap">      </span>error CS0246: The type or namespace name 'vtkRecti' could not be found (are you missing a using directive or an assembly reference?)<span style="white-space:pre-wrap">    </span>c:\ActiViz\activizdotnet_7.0_buildx64\csharp\vtkContextArea.cs<span style="white-space:pre-wrap">  </span>327</div></div><div><div><br></div><div><div>Error<span style="white-space:pre-wrap">      </span>37<span style="white-space:pre-wrap">      </span>error CS0246: The type or namespace name 'vtkTextureObject' could not be found (are you missing a using directive or an assembly reference?)<span style="white-space:pre-wrap">    </span>c:\ActiViz\activizdotnet_7.0_buildx64\csharp\vtkOpenGLRenderWindow.cs<span style="white-space:pre-wrap">   </span>77</div></div></div><div><br></div><div><div>Error<span style="white-space:pre-wrap">      </span>39<span style="white-space:pre-wrap">      </span>error CS0246: The type or namespace name 'vtkOpenGLShaderCache' could not be found (are you missing a using directive or an assembly reference?)<span style="white-space:pre-wrap">        </span>c:\ActiViz\activizdotnet_7.0_buildx64\csharp\vtkOpenGLRenderWindow.cs<span style="white-space:pre-wrap">   </span>413</div></div><div><br></div><div><div>Error<span style="white-space:pre-wrap"> </span>42<span style="white-space:pre-wrap">      </span>error CS0246: The type or namespace name 'vtkOpenGLVertexArrayObject' could not be found (are you missing a using directive or an assembly reference?)<span style="white-space:pre-wrap">  </span>c:\ActiViz\activizdotnet_7.0_buildx64\csharp\vtkOpenGLRenderUtilities.cs<span style="white-space:pre-wrap">        </span>146</div></div><div><br></div><div><br></div><div>Thanks for your help</div><span class=""><font color="#888888"><div><br></div><div>Matias.</div></font></span></div></div><span class=""><font color="#888888"><div dir="ltr">-- <br></div><div dir="ltr">Matias</div></font></span></blockquote></div></div></div></div>