[vtkusers] [Insight-users] VTK__WRAP_TCL2 with the vtk's latest version ??
Jorge
jballesteros at motivando.me
Wed Jul 22 09:44:50 EDT 2009
Hi,
1) First of all you should check you have build VTK with TCL enabled.
2) Then you may check if the CMakeLists file contains these lines
FIND_PACKAGE(VTK REQUIRED)
INCLUDE(${VTK_USE_FILE})
This will allow you to use vtk commands on cmake build.
3) Lastly, make sure your CMakeLists includes the file containing
VTK_WRAP_TCL commands:
INCLUDE(${VTK_CMAKE_DIR}/vtkWrapTcl.cmake)
Then you may get your project building correctly!!
J. Ballesteros
PD: Please reply your messages to the vtkusers mailing list
(vtkusers at vtk.org)
On Wed, 2009-07-22 at 13:17 +0000, le_maitre at bluewin.ch wrote:
> Hi,
>
> thank you for your answer !
>
> I've tried with TCL3 but i got the same error "unknown command VTK_WRAP_TCL3" :(
>
> ----Message d'origine----
> De: jballesteros at motivando.me
> Date: 22.07.2009 15:01
> À: <le_maitre at bluewin.ch>
> Objet: Re: [Insight-users] VTK__WRAP_TCL2 with the vtk's latest version ??
>
> Try witj the VTK_WRAP_TCL3. This one will work for the latest version of
> VTK.
>
> Note that VTK_WRAP_TCL3 syntax is different:
>
> Example:
> VTK_WRAP_TCL3 (vtklibTCL Kit_lib_TCL_SRCS "${Kit_Lib_SRCS} " "")
>
> J. Ballesteros
>
> On Wed, 2009-07-22 at 12:47 +0000, le_maitre at bluewin.ch wrote:
> > Hi,
> >
> > I’m trying to build the application ItkVtk from the InsightAplication but I have this error
> > When I use CMake
> >
> > CMake Warning (dev) in CMakeLists.txt:
> >
> > CMake Error at Common/CMakeLists.txt:76 (VTK_WRAP_TCL2):
> > Unknown CMake command "VTK_WRAP_TCL2".
> > Configuring incomplete, errors occurred!
> >
> > I heard that VTK_WRAP_TCL2 was removed in the latest version, was it ?
> >
> > I’d like to know how I can build this application even if I don’t have VTK_WRAP_TCL2 ?
> >
> > Thanks
> >
> > _____________________________________
> > Powered by www.kitware.com
> >
>
> > Visit other Kitware open-source projects at
> > http://www.kitware.com/opensource/opensource.html
> >
>
> > Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ
> >
>
> > Follow this link to subscribe/unsubscribe:
> > http://www.itk.org/mailman/listinfo/insight-users
>
>
>
>
>
More information about the vtkusers
mailing list