[vtkusers] vtkFlRenderWindowInteractor
Charl P. Botha
c.p.botha at ewi.tudelft.nl
Thu Apr 1 10:58:58 EST 2004
Fabio De Pascalis wrote:
> I'm trying to use vtkFlRenderWindowInteractor on Linux (Caldera)
> Then I have downloaded the example Cone3.cxx
> I'm able to compile and link the program, but when i launch execute it
> give me the following error:
>
> segmentation fault.
>
> I'm using the KDE 1.4 to develop the software with the following setting:
>
> Linker Options: -L/usr/X11R6/lib -L/root/vtk/bin -lvtkPatented
> -lvtkImaging -lvtkGraphics -lvtkCommon -lvtkPatented -
> lvtkRendering-lfltk_images -lfltk_gl -lfltk_forms -lfltk -lXt
> -lSM -llCE -lGLU -lGL -ldl -lpthread
You're going to have to generate a back trace. Make sure you compile
with the -g switch. Then do:
gdb your_program
run
When it segfaults, type "bt" (for backtrace) and send the output to this
list.
--
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
More information about the vtkusers
mailing list