[Bug 50970] compilation error fromAscii__7QStringPCci ascii__C7QString missing
Harald Fernengel
harry at kdevelop.org
Wed Nov 20 11:57:04 UTC 2002
------- 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=50970
harry at kdevelop.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From harry at kdevelop.org 2002-11-20 11:56 -------
Please don't report any build relatet issues to bugzilla, since they are no KDevelop
bugs!
Run c++flt to get the unmangled symbol: "QString::ascii(void) const". This is a new
function introduced by Qt 3.1, it seems you are linking to the wrong library. Use "ldd
uic" to make sure it uses the right one. Set your LD_LIBRARY_PATH to $QTDIR/lib.
More information about the KDevelop-devel
mailing list