1
Mac OSX 10.11.2にkivyを2,3時間インストールしようとしています。 は私がやったこと(:https://kivy.org/docs/installation/installation-osx.htmlとしては、ここで説明):インストールMac:1エラーが発生しました(エラー: '_GStaticAssertCompileTimeAssertion_0'が配列として宣言されています)
$ brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer gstreamer
$ pip install -I Cython==0.23
$ USE_OSX_FRAMEWORKS=0 pip install kivy
最初の2つのコマンドが完全にうまく働きました。 最後のコマンドは、私は、このエラーを与える:
16 warnings and 1 error generated.
error: command '/usr/bin/clang' failed with exit status 1
私は私が得る唯一のエラーの上に見えるです:
In file included from /usr/local/Cellar/glib/2.48.2/include/glib-2.0/glib/galloca.h:32:
/usr/local/Cellar/glib/2.48.2/include/glib-2.0/glib/gtypes.h:422:3: error: '_GStaticAssertCompileTimeAssertion_0' declared as an array with a negative size
G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/glib/2.48.2/include/glib-2.0/glib/gmacros.h:232:103: note: expanded from macro 'G_STATIC_ASSERT'
#define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1] G_GNUC_UNUSED ^~~~~~~~~~~~~~~
あなたは私を助けてもらえますか?あなたがより多くの情報を必要とするかどうかを教えてください。 ありがとうございます!