[Insight-users] VTK_TT Story

Kevin H. Hobbs kevin.hobbs.1 at ohiou.edu
Wed Dec 21 15:24:38 EST 2005


I think I know what's going on with the build error I reported before:
/home/kevin/kitware/InsightApplications/SegmentationEditorFltkGui/EditorFltkGui/vtkPatchedImageReader.cxx:886: error: ‘VTK_TT’ was not declared in this scope

The line is :
vtkTemplateMacro4(vtkPatchedImageReaderUpdate2, self, data, inPtr, 
                      (VTK_TT *)(outPtr));

vtkTemplateMacro4 is a legacy macro, and I went and disabled legacy code
in VTK and silenced the legacy messages.

A little goggling gives me this:
 http://public.kitware.com/pipermail/vtkusers/2005-August/081411.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://public.kitware.com/pipermail/insight-users/attachments/20051221/c97050c3/attachment.pgp


More information about the Insight-users mailing list