Hi all,<br><br>I&#39;m trying to run the application &quot;SegmentationEditor&quot;. It seems to have compiled correctly, and I was able to specify the path to VTK in the initial startup window. But when I try to actually run the program, I get the following error messages:<br>

<br>Command:<br>-------------------------------<br>/usr/local/bin/InsightApplications-3.14.0/SegmentationEditor/Wrapping/Tcl/WSTITK Main.tcl<br>-------------------------------<br><br>Output:<br>-------------------------------<br>

Error in startup script: invalid command name &quot;vtkITKWatershedFilterAndWriter&quot;<br>    while executing<br>&quot;vtkITKWatershedFilterAndWriter SegmenterWatershed&quot;<br>    (procedure &quot;SegmenterInitialize&quot; line 9)<br>

    invoked from within<br>&quot;SegmenterInitialize&quot;<br>    (procedure &quot;ConstructSegmenterFrame&quot; line 5)<br>    invoked from within<br>&quot;ConstructSegmenterFrame .segmenterFrame&quot;<br>    (&quot;eval&quot; body line 1)<br>

    invoked from within<br>&quot;eval [subst $function_name] .$suffix&quot;<br>    (&quot;foreach&quot; body line 8)<br>    invoked from within<br>&quot;foreach m $Globals(module_names) {<br>    set suffix [string tolower $m]<br>

    append suffix &quot;Frame&quot;<br>    frame .$suffi<br>    set function_name &quot;Construct&quot;<br> ...&quot;<br>    (file &quot;Main.tcl&quot; line 137)<br>Generic Warning: In /build/buildd/vtk-5.0.4/Rendering/vtkTkImageViewerWidget.cxx, line 342<br>

A TkImageViewerWidget is being destroyed before it associated vtkImageViewer is destroyed. This is very bad and usually due to the order in which objects are being destroyed. Always destroy the vtkImageViewer before destroying the user interface components.<br>

<br>Generic Warning: In /build/buildd/vtk-5.0.4/Rendering/vtkTkImageViewerWidget.cxx, line 342<br>A TkImageViewerWidget is being destroyed before it associated vtkImageViewer is destroyed. This is very bad and usually due to the order in which objects are being destroyed. Always destroy the vtkImageViewer before destroying the user interface components.<br>

<br>Generic Warning: In /build/buildd/vtk-5.0.4/Rendering/vtkTkImageViewerWidget.cxx, line 342<br>A TkImageViewerWidget is being destroyed before it associated vtkImageViewer is destroyed. This is very bad and usually due to the order in which objects are being destroyed. Always destroy the vtkImageViewer before destroying the user interface components.<br>

---------------------------------<br><br>Looking in the SegmentationEditor/Common directory, I see a file called vtkITKWatershedFilterAndWriter.h. But I don&#39;t see a vtkITKWatershedFilterAndWriter.cxx file there, as you might expect. Any ideas on what is going on?<br>

<br>Thanks,<br>Daniel<br>