[Insight-users] cannot run segmentation editor...
Luis Ibanez
luis.ibanez at kitware.com
Tue, 13 Jan 2004 08:54:08 -0500
Hi Marc,
In order to use the SegmentationEditor
you need to build the Parallel and Patented
modules of VTK.
Please rerun CMake over VTK and enable
VTK_USE_PARALLEL
VTK_USE_PATENTED
Then go to the top binary directory of VTK
and type "make".
BTW, you also seem to have some configuration
problems with your XFree86. You may want to
take a critical look at you XF86Setup file
while VTK is compiling...
Regards,
Luis
-------------------------------
Marc HUERTAS wrote:
> Hi,
>
> Thanks, I have finally compiled the Insight Applications...but now I have
> problems to run the SegmentationEditor...
>
> It seems like it cannot found a tcl package even if it exists in my directory
> tree...
>
> the error it prints is:
>
> [marc at ithaki Scripts]$
> /home/marc/segmentation/SegmentationEditor/Wrapping/Tcl/WSTITK Main.tcl
> can't find package vtkParallelTCL 4.2
> can't find package vtkPatentedTCL 4.2
> Loading required GL library /usr/X11R6/lib/libGL.so.1.2
> Xlib: extension "XFree86-DRI" missing on display ":0.0".
> Error in startup script: invalid command name "vtkMarchingCubes"
> while executing
> "vtkMarchingCubes $marchername"
> (procedure "AddSurfaceRenderer" line 31)
> invoked from within
> "AddSurfaceRenderer 1 0.5 0.5 0.0"
> (procedure "EditorInitialize" line 210)
> invoked from within
> "EditorInitialize"
> (procedure "EditorCreateEditorConsole" line 79)
> invoked from within
> "EditorCreateEditorConsole $f"
> (procedure "ConstructEditorFrame" line 6)
> invoked from within
> "ConstructEditorFrame .editorFrame"
> ("eval" body line 1)
> invoked from within
> "eval [subst $function_name] .$suffix"
> ("foreach" body line 8)
> invoked from within
> "foreach m $Globals(module_names) {
> set suffix [string tolower $m]
> append suffix "Frame"
> frame .$suffix
> set function_name "Construct"
> ..."
> (file "Main.tcl" line 137)
> X Error of failed request: BadMatch (invalid parameter attributes)
> Major opcode of failed request: 144 (GLX)
> Minor opcode of failed request: 5 (X_GLXMakeCurrent)
> Serial number of failed request: 705
> Current serial number in output stream: 705
>
> thanks,
>
> regards,
>
> Marc
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>