Comment 3 for bug 354416

Revision history for this message
zzarko (zzarko-gmail) wrote :

I temporarily solved this error by putting

typedef unsigned int size_type;

in configure/Qwt3D_Qt4/qwt3d_types.h, under namespace Qwt3D, after calling configure with:

python configure.py -Q ../qwtplot3d-0.2.7 -4 -L /usr/lib -I /usr/include/ --module-install-path=/usr/lib/python2.6/dist-packages/PyQt4/Qwt3D

(modified configure call as reported in https://bugs.launchpad.net/bugs/342782)

I don't know what's the correct place to put it before calling configure script...