<html>
<body>
Hi<br><br>
All the KWW dashboards failing here:<br>
<a href="http://public.kitware.com/dashboard.php?name=kwwidgets" eudora="autourl">
http://public.kitware.com/dashboard.php?name=kwwidgets<br>
</a>are the result of a recent change to vtkVariant.h<br><br>
<br><br>
<pre>
/.../MacOSX-X11-gcc4.0-dbg/Install/include/vtk-5.3/vtkVariant.h:369:78:
error: vtkVariantInlineOperators.cxx: No such file or directory



</pre>Right in the middle of vtkVariant.h, one can see:<br><br>
<br><br>
<pre>#include "vtkVariantInlineOperators.cxx" // needed for
operator== and company



</pre>This file is not installed properly, so any project building
against an installed VTK will fail (that's what the KWW dashboard is
testing, among other things).<br><br>
Now I know this is done a lot in ITK, but I don't think it is in the VTK
guidelines to include a .cxx from .h.<br>
This .cxx file should probably be a header file.<br><br>
Can you guys double check that?<br>
Thank you </body>
</html>