On Friday 21 March 2008 11:24, Danny Pansters wrote: > I've been trying to get this to build on FreeBSD, but the build fails with > both gcc34 and gcc42:
> /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. That's really interesting, because it builds fine here, but it looks like the sip-generated code might be incorrect - the karchive.sip file correctly flags the virtual methods. I'll have to check with Phil - not sure what's going on with this. Jim _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
