errors in making kdevelop branch 3.3 with KDE 3.3.2 / Qt 3.3.4

Vladimir Prus ghost at cs.msu.su
Fri Oct 14 15:15:07 UTC 2005


On Friday 14 October 2005 16:43, Amilcar do Carmo Lucas wrote:
> On Friday 14 October 2005 13:40, Nicolas Castagné wrote:
>
> Nicolas I'm sorry but I'm very busy the next two weeks and can not look at
> your problem.
>
> The problem is that some developers committed code that requires KDE 3.4.
> The solution is to use SVN annotate to find out who committed those lines.
> And then e-mail them directly pointing out the problem.
>
> i.e. for error 1
> http://websvn.kde.org/branches/KDE/3.5/kdevelop/languages/cpp/debugger/debu
>ggertracingdialog.cpp?rev=453393&view=log vprus is the one responsable for
> that file

Speaking about compile errors:

> debuggertracingdialog.cpp: In constructor `GDBDebugger::
> DebuggerTracingDialog:: DebuggerTracingDialog(GDBDebugger::Breakpoint*,
>    QWidget*, const char*)':
> debuggertracingdialog.cpp:20: no matching function for call to
> `KEditListBox::
>    setButtons(int)'

The code in question tries to disable "Move up" and "Move down" buttons in 
KEditListBox 
(http://developer.kde.org/documentation/library/3.5-api/kdelibs-apidocs/kdeui/html/classKEditListBox.html)
This buttons don't make much sense in that instance of dialog.

> debuggertracingdialog.cpp:29: no matching function for call to
> `KEditListBox::
>    setItems(const QStringList& )'

And this line adds initial content to the same listbox. I have no idea why it 
does not compiler. If prior versions had no way to set items, then we're 
stuck, I'm afraid.

- Volodya






More information about the KDevelop-devel mailing list