13,230
回編集
(→Qtのビルド) |
|||
| 1,880行目: | 1,880行目: | ||
コンパイル時において、以下に示すようなエラーが出力される場合がある。<br> | コンパイル時において、以下に示すようなエラーが出力される場合がある。<br> | ||
error: XKB_KEY_dead_lowline was not declared in this scope; did you mean XKB_KEY_dead_belowring? | error: XKB_KEY_dead_lowline was not declared in this scope; did you mean XKB_KEY_dead_belowring? | ||
または | |||
error: 'XKB_KEY_dead_lowline' was not declared in this scope; did you mean 'XKB_KEY_dead_belowring'? | |||
<br> | <br> | ||
この時、<code>cmake</code>コマンドの実行時において、<code>-DFEATURE_xkbcommon=OFF</code>オプションを付加する。<br> | この時、<code>cmake</code>コマンドの実行時において、<code>-DFEATURE_xkbcommon=OFF</code>オプションを付加する。<br> | ||
<br> | <br> | ||
===== ビルドエラー関連 : Qt Toolのqhelpgeneratorに関するエラー ===== | ===== ビルドエラー関連 : Qt Toolのqhelpgeneratorに関するエラー ===== | ||
<code>cmake</code>コマンドの実行時において、以下に示すようなエラーが出力される場合がある。<br> | <code>cmake</code>コマンドの実行時において、以下に示すようなエラーが出力される場合がある。<br> | ||