On Wednesday 12 March 2008 17:27:44 Jim Bublitz wrote: > The PyKDE4-4.0.2-1 release is now available at riverbankcomputing.com. > > It should fix various install issues, including correct variable typing in > some handwritten KIO.MetaData code, correctly obtaining the Qt include path > from your PyQt4 install, and it now installs pykdeuic. It also provides a > PyKDE4.api file for use with eric4. > > Bug reports always appreciated. > > Jim > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt
Hi, I've been trying to get this to build on FreeBSD, but the build fails with both gcc34 and gcc42: desktop% make `kdecore.so' is up to date. `solid.so' is up to date. `kdeui.so' is up to date. g++42 -c -Wno-deprecated-declarations -pipe -fPIC -O2 -fno-strict-aliasing -pipe -Wall -W -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I../extra/kde402 -I/usr/local/kde4/include -I/usr/local/include/QtCore -I/usr/local/include/QtGui -I/usr/local/include/QtXml -I/usr/local/include/QtSvg -I/usr/local/kde4/include/solid -I/usr/local/kde4/include/kio -I/usr/local/kde4/include/kfile -I/usr/local/kde4/include/kssl -I/usr/local/include/python2.5 -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I/usr/local/include -o sipkioKArchive.o sipkioKArchive.cpp sipkioKArchive.cpp: In function 'void* init_KArchive(sipWrapper*, PyObject*, sipWrapper**, int*)': sipkioKArchive.cpp:1347: error: cannot allocate an object of abstract type 'sipKArchive' sipkioKArchive.cpp:28: note: because the following virtual functions are pure within 'sipKArchive': /usr/local/kde4/include/karchive.h:279: note: virtual bool KArchive::doWriteDir(const QString&, const QString&, const QString&, mode_t, time_t, time_t, time_t) /usr/local/kde4/include/karchive.h:297: note: virtual bool KArchive::doWriteSymLink(const QString&, const QString&, const QString&, const QString&, mode_t, time_t, time_t, time_t) /usr/local/kde4/include/karchive.h:316: note: virtual bool KArchive::doPrepareWriting(const QString&, const QString&, const QString&, qint64, mode_t, time_t, time_t, time_t) sipkioKArchive.cpp:1361: error: cannot allocate an object of abstract type 'sipKArchive' sipkioKArchive.cpp:28: note: since type 'sipKArchive' has pure virtual functions sipkioKArchive.cpp:1373: error: cannot allocate an object of abstract type 'sipKArchive' sipkioKArchive.cpp:28: note: since type 'sipKArchive' has pure virtual functions *** Error code 1 Stop in /usr/home/danny/PyKDE4-4.0.2-1/kio. *** Error code 1 Stop in /usr/home/danny/PyKDE4-4.0.2-1. Versions etc (from configure): PyKDE version 4.0.2 Python version is 2.5.1 sip version is 4.7.4 (4.7.4) Qt version is 4.3.1 PyQt version is 4.3.3 (4.3.3) gcc version 3.4.6 no concatenation KDE version is 4.0.2 (0x40002) Thanks, Dan _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
