I tried to compile it using similar options Darren Dale used for pyqwt (I also 
installed pyqwt 5.2.0 this way):
python configure.py -Q ../qwtplot3d-0.2.7  -L /usr -I /usr 
--module-install-path=/usr/lib/pymodules/python2.6/PyQt4/Qwt3D

and I still got errors for ‘const char*’. After directly changing cpp file, 
make goes without further errors, and after installing and starting my program 
I got this:
File "./FSVisio.py", line 27, in <module>
    from PyQt4.Qwt3D import Function, RGBA, SurfacePlot, BOX, X1, Y1, Z1, 
TripleField, CellField, Triple, Cell
  File "/usr/lib/pymodules/python2.6/PyQt4/Qwt3D/__init__.py", line 30, in 
<module>
    from _Qwt3D import *
ImportError: /usr/lib/pymodules/python2.6/PyQt4/Qwt3D/_Qwt3D.so: undefined 
symbol: gluCylinder

I'm not using any 3D cylinders, and I don't know where to search for
solution for this. I tried pyqwt3d 0.1.6 with same configure options,
and I got the same error.

-- 
Package python-qwt3d broken in Karmic
https://bugs.launchpad.net/bugs/478230
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to