[PyKDE] What am I missing?

Donald Beaudry donb at init.com
Fri Sep 15 09:14:29 BST 2000


Phil Thompson <phil at river-bank.demon.co.uk> wrote,
> I need more information about you particular problem with Qt.

Ok, here the build output:

$ make
make  all-recursive
make[1]: Entering directory `/home/donb/pykde/PyQt-2.0'
Making all in qt
make[2]: Entering directory `/home/donb/pykde/PyQt-2.0/qt'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include/python1.5 -I/usr/local/include/sip -I/usr/lib/qt-2.1.0/include  -I/usr/X11R6/include  -fno-exceptions -O2 -c qtcmodule.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/python1.5 -I/usr/local/include/sip -I/usr/lib/qt-2.1.0/include -I/usr/X11R6/include -fno-exceptions -O2 -Wp,-MD,.deps/qtcmodule.pp -c  -fPIC -DPIC qtcmodule.cpp -o qtcmodule.lo
qtcmodule.cpp: In function `struct PyObject * registerClasses(struct PyObject *, struct PyObject *)':
qtcmodule.cpp:10139: `Set_GBK' is not a member of type `QFont'
qtcmodule.cpp:10380: `ShowToParent' is not a member of type `QEvent'
qtcmodule.cpp:10381: `HideToParent' is not a member of type `QEvent'
qtcmodule.cpp:10735: `WidgetOrigin' is not a member of type `QWidget'
qtcmodule.cpp:10736: `ParentOrigin' is not a member of type `QWidget'
qtcmodule.cpp:11033: `WStyle_NoBorderEx' is not a member of type `Qt'    
qtcmodule.cpp:11043: `WX11BypassWM' is not a member of type `Qt'
qtcmodule.cpp:11387: `MPenStyle' is not a member of type `Qt'
qtcmodule.cpp:11390: `FlatCap' is not a member of type `Qt'
qtcmodule.cpp:11391: `SquareCap' is not a member of type `Qt'
qtcmodule.cpp:11392: `RoundCap' is not a member of type `Qt'
qtcmodule.cpp:11393: `MPenCapStyle' is not a member of type `Qt'
qtcmodule.cpp:11396: `MiterJoin' is not a member of type `Qt'
qtcmodule.cpp:11397: `BevelJoin' is not a member of type `Qt'
qtcmodule.cpp:11398: `RoundJoin' is not a member of type `Qt'
qtcmodule.cpp:11399: `MPenJoinStyle' is not a member of type `Qt'
qtcmodule.cpp:11427: `WV_DOS_based' is not a member of type `Qt'
qtcmodule.cpp:11429: `WV_2000' is not a member of type `Qt'
qtcmodule.cpp:11430: `WV_NT_based' is not a member of type `Qt'
qtcmodule.cpp:11455: `forbiddenCursor' is not a member of type `Qt'
make[2]: *** [qtcmodule.lo] Error 1
make[2]: Leaving directory `/home/donb/pykde/PyQt-2.0/qt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/donb/pykde/PyQt-2.0'
make: *** [all-recursive-am] Error 2

If that's not enough info, I'd be happy to supply more.

> QCanvas was introduced in Qt v2.2.0 - so, yes, you will need to upgrade
> if you want to use it.

I guess that settles it then ;)  I'll upgrade :)

--
Donald Beaudry                                     Ab Initio Software Corp.
                                                   201 Spring Street
donb at init.com                                      Lexington, MA 02421
                      ...Will hack for sushi...





More information about the PyQt mailing list