[PyKDE] So I finally got all the Qt stuff working...

Timothy Grant tjg at craigelachie.org
Sat Nov 24 06:58:15 GMT 2001


...And then I go and do something silly like try to get the 3.0 stuff
working.

I'm running on RH72. I uninstalled the QT rpms, and the sip and PyQt
stuff, downloaded the Qt 3.0 source built and installed it. downloaded
the sip 3.0 source and the PyQt 3.0 source.

When I try and make sip I get the following error, and I have no idea
what's going on...

I used ./configure --with-python=python2.2 && make && make install

g++ -DHAVE_CONFIG_H -I. -I. -I.. -DSIP_QT_SUPPORT
-I/usr/local/qt/include -I/usr/X11R6/include
-I/usr/local/include/python2.2 -fno-exceptions -O2 -c qtlib.cpp -MT
qtlib.lo -MD -MP -MF .deps/qtlib.TPlo  -fPIC -DPIC -o .libs/qtlib.lo
qtlib.cpp: In function `int sipEmitToSlot (sipSlot *, PyObject *)':
qtlib.cpp:257: `PyWeakref_GetObject' undeclared (first use this 
function)
qtlib.cpp:257: (Each undeclared identifier is reported only once for 
each function it appears in.)
make[2]: *** [qtlib.lo] Error 1
make[2]: Leaving directory `/usr/src/sources/s/sip-3.0/siplib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/sources/s/sip-3.0'
make: *** [all] Error 2

I'd love to know what I'm doing wrong.


-- 
Stand Fast,
    tjg.

Timothy Grant

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20011124/75b4e553/attachment.bin


More information about the PyQt mailing list