branches/kdevelop/3.4/languages/cpp

Andreas Pakulat apaku at gmx.de
Thu May 25 00:23:55 UTC 2006


On 24.05.06 21:00:24, Andras Mantia wrote:
> SVN commit 544444 by amantia:
> 
> First step in breaking the huge cppcodecompletion.cpp in multiple files (not cleaned up, just split a little).
> Compiles and links here, but please test.

It compiles and links here too. However the classview cannot be loaded
because the lib misses a symbol:

Library loader error: /home/andreas/kdev_unstable/lib/kde3/libkdevclassview.so: undefined symbol: _ZTV17FancyListViewItem

andreas at morpheus:~/compiling/kdevelopcvs/kdevelop/lib/widgets/.libs>objdump -t libkdevwidgets.so | grep Fancy
000d5238  w    O .data  0000000c              _ZTI17FancyListViewItem
00084540  w    F .text  00000053              _ZN17FancyListViewItemD0Ev
00081a06 g     F .text  0000003c              _ZN17FancyListViewItem15backgroundColorEi
00081c1e g     F .text  0000006d              _ZN17FancyListViewItem7setItemEi13TextPaintItem
00081a42 g     F .text  000000c3              _ZN17FancyListViewItem9textWidthERK5QFontRK7QString
000c93ab  w    O .rodata        00000014              _ZTS17FancyListViewItem
000d5260  w    O .data  000000ac              _ZTV17FancyListViewItem
000844ec  w    F .text  00000053              _ZN17FancyListViewItemD1Ev
00081ea2 g     F .text  00000773              _ZN17FancyListViewItem9paintCellEP8QPainterRK11QColorGroupiii
00081b76 g     F .text  000000a7              _ZN17FancyListViewItem7setTextEiRK7QString
00081c8c g     F .text  00000216              _ZN17FancyListViewItem5widthERK12QFontMetricsPK9QListViewi
000819bc g     F .text  0000004a              _ZN17FancyListViewItem4initERK7QStringS2_
00081b06 g     F .text  0000006f              _ZNK17FancyListViewItem4textEi

Sorry I don't have the slightest idea why this happens.

Andreas

-- 
Perfect day for scrubbing the floor and other exciting things.




More information about the KDevelop-devel mailing list