Bug 51524

Summary: compiler error on doctreeglobalconfigwidget.o
Product: [Applications] kdevelop Reporter: robert <robert.casanova>
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

Description robert 2002-12-05 12:43:42 UTC
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
Comment 1 Harald Fernengel 2002-12-05 13:15:00 UTC
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