Did you happend to change any of the compiler settings in CMake? The defaults should work.<br><br><div class="gmail_quote">On Wed, Jan 26, 2011 at 10:15 AM, Marc Jaspar <span dir="ltr"><<a href="mailto:jaspar.marc@gmail.com">jaspar.marc@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>When compiling with the inclusion of just one file: #include "vtkRenderer.h"</div><div><br></div><div>
the compiler squawks with 326 errors (more but cut off listing). MS file[ typeinfo, ...] (example):</div>
<div><br></div><div>from #1->c:\program files (x86)\microsoft visual studio 10.0\vc\include\typeinfo(92): error C2504: 'exception' : base class undefined</div><div><br></div><div>to #326->c:\program files (x86)\microsoft visual studio 10.0\vc\include\xutility(3027): error C2061: syntax error : identifier 'true_type'</div>
<div><br></div><div>I imagine I have the wrong compiler/linker settings and/or CMake could not find a certain data type. </div><div>Any suggestions?</div><br><br><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>
<br></blockquote></div><br>