Menu

#33 undefined references during compilation

open
None
5
2002-03-18
2002-02-08
Anonymous
No

I just tried to get KXicq2 (v. 0.7.6) to work. Using
the binaries the application strats and tries to
connect but on a mouseclick it suddenly dies.
The console gives the following hint:

phil@sun:~ > kxicq
kxicq: error while loading shared libraries: kxicq:
undefined symbol:
__11QSizePolicyQ211QSizePolicy8SizeTypeT1b
phil@sun:~ >

So I tried to compile the whole app and I was
happy when the configure script didn't complain
at all. But after some work of "make" I again had
an Error:

[...]
/opt/kde/lib/libkdecore.so: undefined reference to
`QWMatrix::rotate(float)'
/opt/kde/lib/libkdecore.so: undefined reference to
`QString::find(char const *,
int, bool) const'
/opt/kde/lib/libkdecore.so: undefined reference to
`QString::find(char, int, bool) const'
collect2: ld returned 1 exit status
make[3]: *** [kxicq] Error 1
make[3]: Leaving directory
`/home/phil/PFHS/Labor/kxicq2-0.7.6/kxicq'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/phil/PFHS/Labor/kxicq2-0.7.6/kxicq'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/phil/PFHS/Labor/kxicq2-0.7.6'
make: *** [all-recursive-am] Error 2
root@sun:/home/phil/PFHS/Labor/kxicq2-0.7.6 >

The system I'm using is a SuSE-7.2 that is
updated to KDE-2.2.2 and qt-2.3.2.

If you need further information you can contact me
at PhilNetwork@gmx.de

Discussion

  • Herwin Jan Steehouwer

    • assigned_to: nobody --> herwinjs
     
  • Herwin Jan Steehouwer

    Logged In: YES
    user_id=13765

    the RPM is buggy..
    and for the self compilation, you used a diferent QT
    version then the KDE is used to build with.

     

Log in to post a comment.