From koffice Fri Apr 20 09:10:25 2001 From: Nicolas Goutte Date: Fri, 20 Apr 2001 09:10:25 +0000 To: koffice Subject: RE: Troubles compiling CVS for some days X-MARC-Message: https://marc.info/?l=koffice&m=98775812411652 I am not sure what your problem is but I will try to give you some basic help. Have you tested more recent version of CVS? May be the problem was corrected in the meantime. Do you have done: make -f Makefile.cvs and ./configure before you have started the make process? (Don't forget your favourite options for ./configure !) If for you compiling kivio is not important, you can have it skipped by using: DO_NOT_COMPILE=kivio ./configure I hope I could help you a little. Have a nice day/evening/night! -----Original Message----- From: jowenn@bigfoot.com [SMTP:jowenn@bigfoot.com] Sent: Friday, April 20, 2001 10:33 AM To: koffice@kde.org Subject: Troubles compiling CVS for some days Hi I hope someone can help me. I try to compile koffice now for some days but it always fails with ext -lX11 -lSM -lICE -lutil -lz -lpython2.0 -ldl -L/usr/lib/python2.0/config -lstdc++ -lm -lc -lgcc -Wl,--rpath -Wl,/opt/kde/lib/kde2 -Wl,--rpath -Wl,/opt/kde/lib ./../../kivio/kiviopart/.libs/libkiviopart.so: undefined reference to `KoDocument::paintChild(KoDocumentChild *, QPainter &, KoView *, double, double)' ./../../kivio/kiviopart/.libs/libkiviopart.so: undefined reference to `pthread_create' ./../../kivio/kiviopart/.libs/libkiviopart.so: undefined reference to `__db185_open' ./../../kivio/kiviopart/.libs/libkiviopart.so: undefined reference to `pthread_detach' ./../../kivio/kiviopart/.libs/libkiviopart.so: undefined reference to `KoDocument::paintEverything(QPainter &, QRect const &, bool, KoView *, double, double)' ./../../kivio/kiviopart/.libs/libkiviopart.so: undefined reference to `KoDocument::paintChildren(QPainter &, QRect const &, KoView *, double, double)' collect2: ld returned 1 exit status Which version of the pthread library do I need ? I use Suse 7.1 and the library which is shipped with it. And why do I get problems about KoDocument stuff ? Kind regards Joseph Wenninger