Bug 51524 - compiler error on doctreeglobalconfigwidget.o
Summary: compiler error on doctreeglobalconfigwidget.o
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-05 12:43 UTC by robert
Modified: 2002-12-05 13:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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