kdevelop2 compile error

Bernd Gehrmann bernd at physik.hu-berlin.de
Fri Jul 7 07:48:07 UTC 2000


On Thu, 6 Jul 2000, Falk Brettschneider wrote:

> Hi,
> 
> There's a compile error:
> 
> libs/doctreeconfigwidget.o: In function
> `DocTreeConfigWidget::accept(void)':
> /home/falk/Projekte/kde2src/kdevelop/kdevelop/parts/doctreeview/doctreeconfigwidget.cpp:272:
> undefined reference to `DocTreeView::configurationChanged(void)'
> collect2: ld returned 1 exit status
> make[4]: *** [libkdevdoctreeview.la.closure] Error 1
> make[4]: Leaving directory
> `/home/falk/Projekte/kde2src/kdevelop/kdevelop/parts/doctreeview'
> make[3]: *** [all-recursive] Error 1

Strange... I'm quite sure I've tested it ... but the linker is right.
Adding an empty method DocTreeView::configurationChanged()
should do the job until I can look at it.

> If I ignore it, it doesn't help. KDevelop crashes on startup. :-(
> Deleting the libkdevdoctreeview.so library and related files doesn't
> help, either.

In order to prevent parts from loading, the best way is to delete
its installed .desktop file and rerun kbuildsycoca.

Bernd.





More information about the KDevelop-devel mailing list