[vtkusers] VTK6 and KWWIdgets
Petar Petrov
pip010 at gmail.com
Mon Dec 2 09:20:46 EST 2013
Hello,
I've just compiled VTK 6 to realize it doesn't go well with KWWIdgets.
I've turned on VTK_USE_TK as well as VTK_WRAP_TCL and VTK_TK_GROUP (new one).
When I config in CMake for KWWIdgets I get:
CMake Error at CMakeLists.txt:281 (message):
Please set VTK_USE_TK to ON in VTK for KWWidgets_BUILD_VTK_WIDGETS to be ON
as well.
WHICH I HAVE DONE!
worst of all:
"
INCLUDE_DIRECTORIES("${VTK_TCL_INCLUDE_DIR}" "${VTK_TK_INCLUDE_DIR}")
"
bioth vars are empty when I:
message("DEBUG: " "${VTK_TCL_INCLUDE_DIR}" "${VTK_TK_INCLUDE_DIR}")
any help appreciated.
Cheers,
Petar
More information about the vtkusers
mailing list