Hi, currently I'm trying to build VTKEdge with CMake for VS 2005. I enabled the option VTKEdge_BUILD_KWWidgets_EXAMPLES. When I try to configure CMake I get an error message:
////////////////////////////////////////////////////// CMake Error at Examples/GUI/CMakeLists.txt:25 (FIND_PACKAGE): Could not find module FindKWWidgets.cmake or a configuration file for package KWWidgets. Adjust CMAKE_MODULE_PATH to find FindKWWidgets.cmake or set KWWidgets_DIR to the directory containing a CMake configuration file for KWWidgets. The file will have one of the following names: KWWidgetsConfig.cmake kwwidgets-config.cmake CMake Error at Examples/GUI/CMakeLists.txt:27 (MESSAGE): KWWidgets is required to build the these examples. Plase specify KWWidgets_DIR ///////////////////////////////////////////////////// In fact, I can't find the files FindKWWidgets.cmake or KWWidgetsConfig.cmake or kwwidgets-config.cmake in the source folder of VTKEdge. I disabled the option again and tryed to build the source in VS 2005 but here I get some errors again. I think there is a relation between two problems, isn't it? error C2039: 'Replace' : is not a member of 'vtkImageStencilData' error C2039: 'Fill' : is not a member of 'vtkImageStencilData' fatal error LNK1104: cannot open file '..\..\..\bin\Debug\vtkKWEWidgets.lib' Can somebody help me, please. Regards, Michael.
_______________________________________________ VtkEdge mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/vtkedge
