[Bug 50970] New: compilation error fromAscii__7QStringPCci ascii__C7QString missing
Thomas Heuving
heuving at gmx.de
Wed Nov 20 11:27:03 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
Summary: compilation error fromAscii__7QStringPCci
ascii__C7QString missing
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at barney.cs.uni-potsdam.de
ReportedBy: heuving at gmx.de
Version: (using KDE KDE 3.0.99)
Installed from: Compiled From Sources
Compiler: gcc 2.95.2
OS: Linux
I'm trying to compile 3.1RC3. I can compile kdebase and kdelibs, but afterwards I get lots of errors of the form:
/usr/lib/qt3.1/bin/uic: error while loading shared libraries: /usr/lib/qt3.1/bin/uic: undefined symbol: fromAscii__7QStringPCci
It can also be ascii__C7QString, which is missing.
I compiled qt-x11-free-3.1.0 from sources also. If I do a
find . -print | xargs grep ascii__C7 2> /dev/null
in the resulting QTDIR, I get matches in all sorts of libraries, but no match in any file of the distribution.
I configured with
./configure -no-exceptions -thread -prefix $QTDIR
and
export QTDIR=/usr/lib/qt3.1
More information about the KDevelop-devel
mailing list