[vtkusers] VTK_WRAP_TCL
Paul Douglas Hahn
pdhahn at compintensehpc.com
Sat Mar 3 08:50:02 EST 2018
Well, I actually got KWWidgets working with VTK 8.1.0! :-)
It was a bit of a struggle, though. Attached is a screen shot of
/KWWidgetsTourExample/ as proof. :-)
FYI, one of the keys for success is to do the following in your build
directory after a fresh generation of the Makefile via cmake, before
actually doing the make:
> find . -name '*.cxx' | xargs -n 1 egrep -nHl vtksys/ios | xargs
sed -i 's|vtksys/ios/||'
> find . -name '*.cxx' | xargs -n 1 egrep -nHl vtksys/stl | xargs
sed -i 's|vtksys/stl/||'
I just wish there were a viable + freeware alternative to Qt5 out there
with a business-friendly license like MIT or BSD (etc.) [i.e., no, NOT
LGPL, thank you!] that could also easily integrate with VTK! [ BTW, I
love Qt and have used it since 2003 (15 years). ]
- Paul
On 02/26/2018 01:33 PM, David Gobbi wrote:
> In addition, it's worth mentioning that KWWidgets was retired around
> 10 yrs ago. I'd be surprised if anyone has it working with VTK 6,
> much less VTK 7 or 8. Too much has changed in VTK (both the build
> system and the API) to allow KWWidgets to be used with modern VTK.
>
> - David
>
>
> On Mon, Feb 26, 2018 at 12:25 PM, David E DeMarle
> <dave.demarle at kitware.com <mailto:dave.demarle at kitware.com>> wrote:
>
> TCL support was deprecated in 8.1. So 8.0 will be compatible, 8.1
> only compatible with VTK_LEGACY_REMOVE set to off. master (to be
> 9.0) will not be compatible.
>
>
> David E DeMarle
> Kitware, Inc.
> Principal Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909 <tel:%28518%29%20881-4909>
>
> On Mon, Feb 26, 2018 at 2:08 PM, Melvin Robinson
> <melrobin at gmail.com <mailto:melrobin at gmail.com>> wrote:
>
> Hello,
>
> I am trying to build KWWidgets with the development version of
> VTK; however there is no variable VTK_WRAP_TCL when using
> ccmake. I checked out VTK 7.1.1 which does have the variable.
>
> There is a file in the CMake directory that seems should allow
> the user to turn on that variable.
>
> Any ideas on how to build KWWidgets with development VTK?
>
> Melvin
>
>
>
>
> _______________________________________________
> 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 VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://vtk.org/mailman/listinfo/vtkusers
--
Paul D. Hahn
CompIntense HPC, LLC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtkusers/attachments/20180303/f71f5e70/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot-KWWidgetsTourExample.png
Type: image/png
Size: 103628 bytes
Desc: not available
URL: <https://vtk.org/pipermail/vtkusers/attachments/20180303/f71f5e70/attachment-0001.png>
More information about the vtkusers
mailing list