[vtk-developers] VTK Modular build error

Goodwin Lawlor goodwin.lawlor.lists at gmail.com
Sat Apr 14 15:12:24 EDT 2012


On Sat, Apr 14, 2012 at 5:33 PM, Marcus D. Hanwell <
marcus.hanwell at kitware.com> wrote:

> On Fri, Apr 13, 2012 at 5:36 PM, Goodwin Lawlor
> <goodwin.lawlor.lists at gmail.com> wrote:
> > Hi,
> >
> > If you switch VTK_USE_TDX on, the interactor style classes
> > (vtkTDxInteractorStyleCamera etc.) are built but the device classes
> > (vtkTDxDevice.cxx etc.) are not. This causes a link error when building
> the
> > test binaries.
> >
> > The class is not being added to the Kit_SRCS variable in the
> CMakeLists.txt
> > file like it used to be... there's a FIXME note in the code so I'm not
> sure
> > if there's some impending decision to be made or whether I should go
> ahead
> > and attempt a fix.
> >
> That was on my todo list, if you are able to verify this functions (I
> don't have the hardware) that would be great. I would be happy to
> review any patch proposals.
>
> Thanks,
>
> Marcus
>

I added back in the relevant old cmake script and changed Kit_SRCS to
Module_SRCS.

Patch attached. Don't have my 3D mouse with me so can't test it.

It builds correctly now though...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120414/c4b27962/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkRenderingOpenGL-CMakeLists.patch
Type: application/octet-stream
Size: 3209 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120414/c4b27962/attachment-0001.obj>


More information about the vtk-developers mailing list