[Insight-developers] moxel2.­crd errors

Luis Ibanez luis.ibanez@kitware.com
Wed, 08 May 2002 09:20:31 -0400


Hi,

Some of the errors in moxel2.crd are due
to the vtkFlRenderWindowInteractor.

This class has a set of #ifdefs for the
following VTK versions :

- 3.2
- 4.0
- cvs

It looks like moxel is using the VTK cvs
version but not the latest one; because
vtkFlRenderWindowInteractor is looking for
a set of vtk Events that doesn't seem to
be available in moxel's VTK version.


If this is the case, possible solutions are:

1) Downgrade moxel's VTK to 4.0 using an
    installed VTK so the interactor use
    its 4.0 #ifdefs.

2) Upgrade the cvs version of VTK on moxel.





Luis