📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

1,873行目: 1,873行目:
  #include <cstdint>
  #include <cstdint>
  </syntaxhighlight>
  </syntaxhighlight>
<br>
コンパイル時において、以下に示すようなエラーが出力される場合がある。<br>
error: XKB_KEY_dead_lowline was not declared in this scope; did you mean XKB_KEY_dead_belowring?
<br>
この時、<code>cmake</code>コマンドの実行時において、<code>-DFEATURE_xkbcommon=OFF</code>オプションを付加する。<br>
<br>
<br>