Linking error: "undefined reference to `QTextCursor::place"
Joshua Robinson
joshua.robinson at sbcglobal.net
Tue Dec 14 07:21:14 UTC 2004
Hi,
I am using 'qt-x11-free-3.3.3" under Suse 9.2 Linux.
When compiling and linking the following error occured:
~~~~
.libs/qeditor_texthint.o(.text+0xe7): In function
`QEditorTextHint::maybeTip(QPoint const&)':
: undefined reference to `QTextCursor::place(QPoint const&,
QTextParagraph*, bool)'
collect2: ld returned 1 exit status
make[4]: *** [libqeditorpart.la] Error 1
make[4]: Leaving directory
`/home/joshua/Downloads/KDevelop/kdevelop-3.1.2/editors/qeditor'
make[3]: *** [all-recursive] Error 1
~~~~~
I checked for "QTextCursor::place(...)" and it exists, .cpp, but I am
not sure which .so .
Any help is appreciated.
-Shooki
More information about the KDevelop-devel
mailing list