[PyKDE] PyKDE-3.11rc1 release

Steven Robson s.a.robson at sms.ed.ac.uk
Sat May 8 22:37:01 BST 2004


On Saturday 08 May 2004 19:43, Jim Bublitz wrote:
> Requirements:
>
> sip3.10.1 or sip4 (20040504 snapshot or a later snapshot or
> release - earlier snapshots or 4.0rc3 will NOT work), PyQt-3.11
> or a later snapshot or release, Python2.2.2 or later (earlier
> versions may work but haven't been tested), KDE3.0.0 - 3.2.2.
>

> Except for undiscovered bugs, I consider this release to be
> complete - it's feature complete anyway. Compiling against sip4
> throws a lot of warnings - I don't believe any of those are a
> problem, but will try to eliminate as many as possible (some of
> the unused or uninitialized variable stuff may persist).
>
> I'd appreciate hearing whether it works or not with platforms I
> haven't tested - Mdk 10, SuSE 9.1, Debian, Gentoo, Slackware,
> etc.
>
> Jim

I'm building this on Slackware 9.1, 
python-2.3.1, 
sip-3.10.1, 
PyQt-x11-gpl-3.11
KDE 3.2.1

python configure.py works great, but then I got this:

sr at polaris:~/installing/python_inst/PyKDE-3.11rc1$ make
make[1]: Entering directory 
`/home/sr/installing/python_inst/PyKDE-3.11rc1/dcop'
g++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -w -D_REENTRANT 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I../extra/kde321 -I/opt/kde/include 
-I/usr/include/python2.3 -I/usr/lib/qt-3.2.3/include -I/usr/X11R6/include -o 
dcoppart0.o dcoppart0.cpp
/usr/lib/qt-3.2.3/bin/moc -o moc_dcoppart0.cpp dcoppart0.h
g++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -w -D_REENTRANT 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I../extra/kde321 -I/opt/kde/include 
-I/usr/include/python2.3 -I/usr/lib/qt-3.2.3/include -I/usr/X11R6/include -o 
moc_dcoppart0.o moc_dcoppart0.cpp
g++ -shared -Wl,-soname,libdcopcmodule.so -Wl,-rpath,/opt/kde/lib 
-Wl,-rpath,/usr/lib/qt-3.2.3/lib -o libdcopcmodule.so dcoppart0.o 
moc_dcoppart0.o -L../qt -L/opt/kde/lib -L/usr/lib/python2.3/site-packages 
-L/usr/lib/qt-3.2.3/lib -lqtcmodule -lDCOP -lsip -lqt-mt
make[1]: Leaving directory 
`/home/sr/installing/python_inst/PyKDE-3.11rc1/dcop'
make[1]: Entering directory 
`/home/sr/installing/python_inst/PyKDE-3.11rc1/kdecore'
g++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -w -D_REENTRANT 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I../extra/kde321 -I/opt/kde/include 
-I/usr/include/python2.3 -I/usr/lib/qt-3.2.3/include -I/usr/X11R6/include -o 
kdecorepart0.o kdecorepart0.cpp
/usr/lib/qt-3.2.3/include/qptrlist.h: In member function `void
   QPtrList<type>::deleteItem(void*) [with type = KIconThemeDir]':
/usr/lib/qt-3.2.3/include/qmap.h:457:   instantiated from here
/usr/lib/qt-3.2.3/include/qptrlist.h:150: invalid use of undefined type 
`struct
   KIconThemeDir'
../extra/kde321/kicontheme.h:23: forward declaration of `struct KIconThemeDir'
make[1]: *** [kdecorepart0.o] Error 1
make[1]: Leaving directory 
`/home/sr/installing/python_inst/PyKDE-3.11rc1/kdecore'
make: *** [all] Error 2

Many thanks again,

Steven. 




More information about the PyQt mailing list