[Gtk-osx-users] Building meta-gtk-osx-python-gtk3 fails on mac os x lion - Python tools not found
Status: Beta
Brought to you by:
jralls
From: Eli C. <eli...@gm...> - 2011-12-18 13:15:21
|
Hi, thank you John for pervious mail concerning Bug 655065 [1]. After your suggested patch, my gtk+3.0 is properly installed on mac osx lion. Unfortunately in my next step when building meta-gtk-osx-python-gtk3 i get the following error: checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together... yes checking for pkg-config... /Users/eli/gtk/inst/bin/pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.0.0... yes (version 2.28.8) checking whether to build gtk-doc documentation... no checking for gtkdoc-check... /Users/eli/gtk/inst/bin/gtkdoc-check Specified Gtk Version check checking for MAC... yes checking GTK+ Version... "3.2.0" checking Python Version... checking whether /Users/eli/gtk/inst/bin/python version >= 2.3.5... yes checking for /Users/eli/gtk/inst/bin/python version... 2.7 checking for /Users/eli/gtk/inst/bin/python platform... darwin checking for /Users/eli/gtk/inst/bin/python script directory... ${prefix}/lib/python2.7/site-packages checking for /Users/eli/gtk/inst/bin/python extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking Python Headers... checking for headers required to compile python extensions... found configure: Switch on Gtk+ Version checking for PYGOBJECT... no checking PyGObject 3.0... PyGObject 3.0.0 or newer checking PyGObject-Codegen-2.0... checking for pygobject-codegen-2.0... no pygobject-codegen-2.0 script not found checking Gtk GIR... checking for /Users/eli/gtk/inst/share/gir-1.0/Gtk-3.0.gir... yes checking whether to build Python bindings... configure: error: Couldn't find the required Python tools. *** Error during phase configure of gtk-mac-integration-python: ########## Error running ./configure --prefix /Users/eli/gtk/inst --libdir '/Users/eli/gtk/inst/lib' --enable-python *** [25/26] As you can see i have a Python 2.7 installation, did jhbuild builds (bootstrap, meta-gtk-osx-bootstrap, meta-gtk-osx-gtk3) successfully. Any idea how to tackle this? (the source version of gtk-mac-integration is gtk-mac-integration-1.0.1) Thanks! |