[vtk-developers] Widget directory + Tcl wrapping errs
dean.inglis at camris.ca
dean.inglis at camris.ca
Tue Jul 5 17:28:44 EDT 2005
Hi,
a few more observations re. Widgets directory & changes:
/Wrapping/Tcl/vtktcl.c
/Wrapping/Tcl/vtkTkAppInit.cxx
still contain #ifdefs for vars
VTK_USE_HYBRID
VTK_USE_VOLUMERENDERING
VTK_USE_WIDGETS
so, I'm not sure if Brad & Will had
agreed to completely remove them
from VTK, or to use
SET(VTK_USE_HYBRID $(VTK_USE_RENDERING))
etc. where required. I fixed it in my build
and now Tcl wrapping works fine.
Also, this may be only specific to Borland
(or is this a CMake bug?)
but the linker error I experienced came from trying
to build HybridCxxTests from non-existent tests,
(moved to Widgets) so the Cxx subdir should either
be removed from Hybrid or in /Hybrid/CMakeLists.txt
remove SUBDIRS(Cxx).
Shall I commit the fixes?
Dean
More information about the vtk-developers
mailing list