我正在尝试从源代码安装 Kate。当我这样做时:
cmake ../kate -DBUILD_KTEXTEDITOR=1 -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=~/kde/usr
它说
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
之后,当我输入 make 命令时,它说:
In member function ‘void KateViewInternal::updateSelection(const KTextEditor::Cursor&, bool)’:
error: ‘TextSelectionChanged’ is not a member of ‘QAccessible’
In member function ‘void KateViewInternal::cursorMoved()’:
error: ‘TextCaretMoved’ is not a member of ‘QAccessible’
任何想法?