Trouble compiling kdevelop

Timo K Suoranta tksuoran at cc.helsinki.fi
Tue Jan 23 08:13:23 GMT 2001


On Tue, 23 Jan 2001, Fredrik Nilsson wrote:

> I'm having trouble compiling all of the daily snapshots of kdevelop200101??,
> they all end up with the same error (below).

I have same problems on RedHat 6 based linux.

> bugedit.cpp:111: warning: default argument given for parameter 1 of
> `BugEdit::BugEdit(class QWidget * = 0, const char * = 0, class Bug * = 0,
> bool = true, bool = false, uint = 0)'
> bugedit.h:45: warning: after previous specification in
> `BugEdit::BugEdit(class QWidget * = 0, const char * = 0, class Bug * = 0,
> bool = TRUE, bool = FALSE, uint = 0)'
...

These are because there is error in the source code.
Default parameters should only be specified in header files.
Not in the source files.

You can correct these errors my removing =somethings from the source file.
I hope they will fix this to CVS soon if not already done.


-- Timo Suoranta -- tksuoran at cc.helsinki.fi --



-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list