[vtk-developers] vtkVariant, vtkVariantInlineOperators.cxx, Install problem
Sebastien BARRE
sebastien.barre at kitware.com
Tue Jul 22 13:59:32 EDT 2008
Hi
All the KWW dashboards failing here:
http://public.kitware.com/dashboard.php?name=kwwidgets
are the result of a recent change to vtkVariant.h
/.../MacOSX-X11-gcc4.0-dbg/Install/include/vtk-5.3/vtkVariant.h:369:78:
error: vtkVariantInlineOperators.cxx: No such file or directory
Right in the middle of vtkVariant.h, one can see:
#include "vtkVariantInlineOperators.cxx" // needed for operator== and company
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).
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.
This .cxx file should probably be a header file.
Can you guys double check that?
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20080722/f340cf93/attachment.html>
More information about the vtk-developers
mailing list