Version: 3.0a2 (using KDE KDE 3.0.5) Installed from: Slackware Packages Compiler: gcc 3.2.1 POSIX OS: Linux I just download the last CVS, 4 Decenber 2002, 20:00 UTC. I'm using KDE 3.0.5, and Qt 3.0.5 and GCC 3.2.1 and trying to download i got an error trying to link doctreeglobalconfigwidget.o, fails in function 'DocTreeGlobalConfigWidget::extEdit()' -> undefined reference to 'LibraryDocDlg::LibraryDocDlg[in-charge](QWidget *,char const*,QString const&,QString const&)' the module is at parts/doctreeview/data
This means that some symbols are declared in a header file but aren't implemented. Since the symbol is implemented, you probably have old .o files lying around, try "make cvs-clean" and rebuild. Also, please don't report build errors to bugzilla since they are no kdevelop bugs, report to the kdevelop-devel mailing list. Thanks, Harry