From koffice Sat Jan 29 00:39:07 2000 From: David Faure Date: Sat, 29 Jan 2000 00:39:07 +0000 To: koffice Subject: Re: errors with kofficeui X-MARC-Message: https://marc.info/?l=koffice&m=94910652613961 1- are you using qt-copy ? ( you should ) 2 - delete all moc files find . -name '*.moc*' | xargs rm and retry On Fri, Jan 28, 2000 at 09:51:21AM +0000, Erik Severinghaus wrote: > Being snowed in and all on the East Coast, I'm determined to get some > hacking done, (but I need to build it first) :) Anyway, now I'm getting > this: > > /home/erik/kde2//lib/libkdecore.so: undefined reference to > `QUrl::pass(void) con > st' > /usr/src/kde/koffice/lib/kofficeui/.libs/libkofficeui.so: undefined > reference to > `QMetaObject::new_metaobject(char const *, char const *, QMetaData *, > int, QMet > aData *, int, QMetaProperty *, int, QMetaEnum *, int, QMetaMetaProperty > *, int)' > collect2: ld returned 1 exit status > make[1]: *** [kword] Error 1 > make[1]: Leaving directory `/mnt/hdb9/src/kde/koffice/kword' > make: *** [all-recursive] Error 1 > > The QMetaObject looks like this: > > QMetaObject( const char *class_name, const char *superclass_name, > QMetaData *slot_data, int n_slots, > QMetaData *signal_data, int n_signals, > QMetaProperty *prop_data, int n_props, > QMetaEnum *enum_data, int n_enums, > QClassInfo *class_info, int n_info ); > > So my guess is that that last QMetaMetaProperty * is a typo and either > needs to be QMetaProperty or QClassInfo, but I don't know where that > declaration is (which files make up libkofficeui.so). And I have no > idea what to do with that QUrl::pass(void) undefined reference. David or > anyone? little help? > > Thanks, > Erik > -- David FAURE david@mandrakesoft.com, faure@kde.org http://home.clara.net/faure/ KDE, Making The Future of Computing Available Today