2

次のコマンドでインストールGTKしました:Mac OS

port install gtk2 +quartz +no_x11

しかし、エラーが発生しました:Error: org.macports.archivefetch for port gtk2 returned: cairo must be installed with +quartz.

だから私はフラグを付けてインストールcairoしました:pango+quartz

port install cairo +no_x11 +quartz
port install pango +no_x11 +quartz

再インストールした後GTK、正常にインストールされました。

しかし、インストールしようとするige-mac-integrationとエラーが発生します:

port install ige-mac-integration

--->  Fetching archive for py27-pygtk
Error: org.macports.archivefetch for port py27-pygtk returned: gtk2 must be installed with +x11.

しかし、私はGTKなしで必要ですx11

私は何をすべきか?

ありがとう、

4

1 に答える 1