[Kde-bindings] [Bug 99161] kdebindings library linking failure (needs -lkio)

Fabio Coatti cova at ferrara.linux.it
Sun Feb 13 13:34:58 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=99161         




------- Additional Comments From cova ferrara linux it  2005-02-13 14:34 -------
Just tried as you suggested, but the error is still here:
/bin/sh ../../libtool --silent --mode=link --tag=CXX i686-pc-linux-gnu-g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O3 -march=pentium4 -fomit-frame-pointer -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common    -o libsmokekde.la -rpath /usr/kde/3.4/lib -version-info 3:2:2 -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -L/usr/kde/3.4/lib -L/usr/qt/3/lib -L/usr/lib     -R /usr/kde/3.4/lib -R /usr/kde/3.4/lib -R /usr/qt/3/lib -R /usr/lib smokedata.lo x_1.lo x_2.lo x_3.lo x_4.lo x_5.lo x_6.lo x_7.lo x_8.lo x_9.lo x_10.lo x_11.lo x_12.lo x_13.lo x_14.lo x_15.lo x_16.lo x_17.lo x_18.lo x_19.lo x_20.lo -lkdecore -lkhtml -lkjs -lfontconfig -lkmdi -lkspell -lkutils -lkdeui -lkdeprint -lkparts -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread  -lkio
.libs/x_9.o(.text+0x504c): In function `.L6556':
: undefined reference to `KNotifyWidgetBase::KNotifyWidgetBase(QWidget*, char const*, unsigned int)'
.libs/x_9.o(.text+0x5077): In function `.L6559':
: undefined reference to `KNotifyWidgetBase::staticMetaObject()'
.libs/x_9.o(.text+0x5091): In function `.L6561':
: undefined reference to `KNotifyWidgetBase::languageChange()'
.libs/x_9.o(.text+0x512f): In function `.L6542':
: undefined reference to `KNotifyWidgetBase::qt_property(int, int, QVariant*)'
.libs/x_9.o(.text+0x5157): In function `.L6540':
: undefined reference to `KNotifyWidgetBase::qt_emit(int, QUObject*)'
.libs/x_9.o(.text+0x5171): In function `.L6538':
: undefined reference to `KNotifyWidgetBase::qt_invoke(int, QUObject*)'
.libs/x_9.o(.text+0x5184): In function `.L6536':
: undefined reference to `KNotifyWidgetBase::qt_cast(char const*)'
.libs/x_9.o(.text+0x5193): In function `.L6534':
: undefined reference to `KNotifyWidgetBase::className() const'
.libs/x_9.o(.gnu.linkonce.d._ZTI19x_KNotifyWidgetBase+0x8): undefined reference to `typeinfo for KNotifyWidgetBase'
.libs/x_9.o(.gnu.linkonce.t._ZNK19x_KNotifyWidgetBase9classNameEv+0x58): In function `x_KNotifyWidgetBase::className() const':
: undefined reference to `KNotifyWidgetBase::className() const'
.libs/x_9.o(.gnu.linkonce.t._ZN19x_KNotifyWidgetBase14languageChangeEv+0x60): In function `x_KNotifyWidgetBase::languageChange()':
: undefined reference to `KNotifyWidgetBase::languageChange()'
.libs/x_9.o(.gnu.linkonce.t._ZNK19x_KNotifyWidgetBase10metaObjectEv+0x53): In function `x_KNotifyWidgetBase::metaObject() const':
: undefined reference to `KNotifyWidgetBase::staticMetaObject()'
.libs/x_9.o(.gnu.linkonce.t._ZN19x_KNotifyWidgetBase7qt_castEPKc+0x78): In function `x_KNotifyWidgetBase::qt_cast(char const*)':
: undefined reference to `KNotifyWidgetBase::qt_cast(char const*)'
.libs/x_9.o(.gnu.linkonce.t._ZN19x_KNotifyWidgetBase7qt_emitEiP8QUObject+0x8d): In function `x_KNotifyWidgetBase::qt_emit(int, QUObject*)':
: undefined reference to `KNotifyWidgetBase::qt_emit(int, QUObject*)'
.libs/x_9.o(.gnu.linkonce.t._ZN19x_KNotifyWidgetBase9qt_invokeEiP8QUObject+0x8d): In function `x_KNotifyWidgetBase::qt_invoke(int, QUObject*)':
: undefined reference to `KNotifyWidgetBase::qt_invoke(int, QUObject*)'
.libs/x_9.o(.gnu.linkonce.t._ZN19x_KNotifyWidgetBase11qt_propertyEiiP8QVariant+0xa5): In function `x_KNotifyWidgetBase::qt_property(int, int, QVariant*)':
: undefined reference to `KNotifyWidgetBase::qt_property(int, int, QVariant*)'
.libs/x_9.o(.gnu.linkonce.t._ZN19x_KNotifyWidgetBaseD1Ev+0x5a): In function `x_KNotifyWidgetBase::~x_KNotifyWidgetBase()':
: undefined reference to `KNotifyWidgetBase::~KNotifyWidgetBase()'
.libs/x_9.o(.gnu.linkonce.t._ZN19x_KNotifyWidgetBaseD0Ev+0x5a): In function `x_KNotifyWidgetBase::~x_KNotifyWidgetBase()':
: undefined reference to `KNotifyWidgetBase::~KNotifyWidgetBase()'
collect2: ld returned 1 exit status
make[3]: *** [libsmokekde.la] Error 1
make[3]: Leaving directory `/workspace/tmp/portage/smoke-3.4.0_beta2/work/smoke-3.4.0_beta2/smoke/kde'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/workspace/tmp/portage/smoke-3.4.0_beta2/work/smoke-3.4.0_beta2/smoke'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/workspace/tmp/portage/smoke-3.4.0_beta2/work/smoke-3.4.0_beta2'
make: *** [all] Error 2

or am I doing something wrong?



More information about the Kde-bindings mailing list