Rex Dieter wrote:
Additionally, you may try this: for i in $(find sip -name \*-kde322.diff); do cp $i $(echo $i | sed "s|kde322|kde323|g") done cp -a extra/kde322 extra/kde323
thanks, that appears to have done the trick
Spoke too soon... build fails later now. (kdelibs-3.2.3, rh90, gcc-3.2.2):
Interestingly, build does *not* fail with gcc-3.3.3 on Fedora Core 2, gcc gives only warnings:
g++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -march=i386 -mcpu=i686 -w -D_REENTRANT -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -I. -I../extra/kde323 -I/usr/include/kde -I/usr/include/python2.3 -I/usr/lib/qt-3.3/include -I/usr/X11R6/include -o kdecorepart0.o kdecorepart0.cpp
/usr/lib/qt-3.3/include/qptrlist.h: In member function `void
QPtrList<type>::deleteItem(void*) [with type = KIconThemeDir]':
kdecorepart0.cpp:104810: instantiated from here
/usr/lib/qt-3.3/include/qptrlist.h:150: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
_______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
