[vtkusers] __pure_virtual missing for python interface

Sven Utcke utcke at informatik.uni-hamburg.de
Thu Sep 19 05:23:44 EDT 2002


Hi,

ok, I guess this is really a bug report, but since I didn't find an
address for that...

when compiling vtk 4.0 with the interface for python 2.2 and then
trying to run

python Cone.py 

I get told that __pure_virtual can not be found.  I compiled with gcc
2.95.1, and __pure_virtual is in libgcc, which does not get linked to
libvtk*Python.so as the Makefiles contain an option -nostdlib
(removing this fixes the problem).

Any ideas what went wrong?

Also, are there any tests for the Python bindings?

And finally, the following tests FAILED:
        TestParallelCoordinates-image
        volTM2DRotateClip-image

Should this worry me?  This is on

kogs2>/home/utcke% uname -a
SunOS kogs2 5.8 Generic_108528-12 sun4u sparc SUNW,Sun-Blade-1000

Thanks

Sven
-- 
 _  __                     The Cognitive Systems Group
| |/ /___  __ _ ___                                       University of Hamburg
| ' </ _ \/ _` (_-<  phone:    +49 (0)40 42883-2576      Vogt-Koelln-Strasse 30
|_|\_\___/\__, /__/  fax  :    +49 (0)40 42883-2572             D-22527 Hamburg
          |___/ http://kogs-www.informatik.uni-hamburg.de/~utcke/home.html



More information about the vtkusers mailing list