macOS Catalina(10.15.4)でソースからchemtoolをインストールしようとしています。
makeを実行すると下記のエラーになりました。
main.c:18:10: fatal error: 'gdk/gdkx.h' file not found #include <gdk/gdkx.h> ^~~~~~~~~~~~ 1 error generated.
gdkはGTK+をインストールすればよい、らしいと見つけて、以下を実施しました。
$ brew install GTK+ Updating Homebrew... ==> Auto-updated Homebrew! Updated Homebrew from 63c698da1c to 95a8217223. Updated 1 tap (homebrew/core). ==> Updated Formulae code-server dungeon mariadb whistle contentful-cli libwebsockets pipx Warning: gtk+ 2.24.32_3 is already installed and up-to-date To reinstall 2.24.32_3, run `brew reinstall gtk+
この「'gdk/gdkx.h' file not found」のメッセージで検索して
https://github.com/mltframework/mlt/issues/280 を参照し
$ brew uninstall cairo --ignore-dependencies $ brew cask install xquartz $ brew install --with-x11 cairo $ brew edit gtk+
と実行しようとしたのですが、こんどは、「brew install --with-x11 cairo」で
Error: invalid option: --with-x11
と表示されました。
「'gdk/gdkx.h' file not found」を解消するにはどうすれば良いでしょうか。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。