Compiling problems when compiling Gideon
Victor Röder
victor_roeder at gmx.de
Mon May 6 23:25:04 UTC 2002
Hi!
After updating the sources (10 minutes ago) and compiling them, following
error appeared:
.libs/cppsupportpart.o: In function
`CppSupportPart::activePartChanged(KParts::Part *)':
.libs/cppsupportpart.o(.text+0x1637): undefined reference to
`KTextEditor::Document type_info function'
.libs/cppsupportpart.o: In function `CppSupportPart::slotSwitchHeader(void)':
.libs/cppsupportpart.o(.text+0x599c): undefined reference to
`KTextEditor::Document type_info function'
.libs/cppsupportpart.o: In function `CppSupportPart::addMethod(QString const
&)':
.libs/cppsupportpart.o(.text+0x8c2f): undefined reference to
`KTextEditor::EditInterface type_info function'
.libs/cppsupportpart.o(.text+0x91a7): undefined reference to
`KTextEditor::EditInterface type_info function'
.libs/cppsupportpart.o: In function `CppSupportPart::addAttribute(QString
const &)':
.libs/cppsupportpart.o(.text+0x9c57): undefined reference to
`KTextEditor::EditInterface type_info function'
.libs/cppcodecompletion.o: In function
`CppCodeCompletion::slotActivePartChanged(KParts::Part *)':
.libs/cppcodecompletion.o(.text+0x2141): undefined reference to
`KTextEditor::EditInterface type_info function'
.libs/cppcodecompletion.o(.text+0x2229): undefined reference to
`KTextEditor::ViewCursorInterface type_info function'
.libs/cppcodecompletion.o(.text+0x2306): undefined reference to
`KTextEditor::CodeCompletionInterface type_info function'
Do I need a newer version of the KTextEditorInterface?
Thanks!
Bye,
Victor
More information about the KDevelop-devel
mailing list