View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002881VTK(No Category)public2006-02-14 11:032016-08-12 09:54
ReporterRaffi Enficiaud 
Assigned ToWill Schroeder 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002881: SNL: CMake fails at creating VTK project on Windows
DescriptionThe problem occurs when the 3 following conditions are met:

WIN32 & (NOT BORLAND) & (NOT CYGWIN)

The problem is due to the file
Wrapping/Tcl/vtkDetermineTkResources.cmake

where the function VTK_GET_TCL_TK_VERSION is unknown. A way to workaround this is adding the following line just before the first occurence of VTK_GET_TCL_TK_VERSION (line 4)

INCLUDE(${VTK_SOURCE_DIR}/CMake/vtkTclTkMacros.cmake)
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0003801)
Sander Niemeijer (reporter)
2006-02-23 04:28

More information about this this issue can be found in the vtkusers mailinglist archive: http://public.kitware.com/pipermail/vtkusers/2006-February/083812.html [^]
(0036826)
Kitware Robot (administrator)
2016-08-12 09:54

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036826
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team