[vtk-developers] VTK and Tcl83

David Gobbi dgobbi at irus.rri.ca
Mon Aug 20 12:22:27 EDT 2001


Thanks, Ken.  This cmake stuff sure is nice.

I just noticed that my tk8.3 binary distro on Windows has an
'xlib' directory which contains tkInt.h and friends.  I don't know
if this is true of other tk8.3 distros for Win32, but it is
another possible place to get the headers from.
(though I think that including them with the VTK source is safest in
any case)

 - David

On Mon, 20 Aug 2001, Ken Martin wrote:

> Hey Folk,
>
> I took David Gobbi's suggestion and added an tk83 subdirectory under
> VTK/Rendering/tkInternals that includes the internal files for Tk 8.3.
> It turns out with CMake it is pretty easy to do a
>
> IF (WIN32)
>   IF (TK_LIBRARY MATCHES tk83.lib)
>     use the 83 internal header files
>   ELSE (....)
>     use the 82 files
>   ENDIF (...)
> etc
>
> I checked in the changes to VTK and CMake to support this and it seems
> to work with the 8.3.2 distribution of Tcl/Tk now. At some point when
> 84 becomes beta/final we can add a tk84 subdirectory and do the same
> trick for Tk84.
>
> - Ken
>
>
>
> _______________________________________________
> vtk-developers mailing list
> vtk-developers at public.kitware.com
> http://public.kitware.com/mailman/listinfo/vtk-developers
>





More information about the vtk-developers mailing list