[vtkusers] VTKLibraryDepends.cmake + forward declaration
Andy Cedilnik
andy.cedilnik at kitware.com
Wed Feb 12 08:15:21 EST 2003
Hi Mathieu,
In preparation to VTK 4.2 release, I am cleaning examples. The current
ones should have all missing includes fixed. I however cannot reproduce
VTKLibraryDepends.cmake problem you have. What version of CMake are you
using?
Andy
On Wed, 2003-02-12 at 08:06, Mathieu Malaterre wrote:
> Hi all,
> Because of recent forward declarations there is a problem in:
> VTK/Examples/DataManipulation/Cxx/
> Arrays.cxx, Cube.cxx and SGrid.cxx
> lack a:
> #include "vtkPointData.h"
>
> while I tried to recompile them I always get a weird error:
>
> If I ccmake (or cmake) the whole VTK. The file VTKLibraryDepends.cmake
> add a final closing parenthesis.
> So before each make I should edit the final line and get rid of this
> parenthesis.
>
> Does anyone around have also this error ?
More information about the vtkusers
mailing list