[Gtk-osx-users] GTK+-3.0 jhbuild installation on mac osx lion keeps failing
Status: Beta
Brought to you by:
jralls
|
From: Eli C. <eli...@gm...> - 2011-12-17 17:13:27
|
Hi, I have a fresh mac os x lion installation where i want to develop Python apps with GTK+-3.0 I tried to install GTK using the procedure mentioned at: https://live.gnome.org/GTK%2B/OSX/Building (I only want the gtk+-3.0 and python related stuff, so no gtk+2 and pygtk anymore) I did the following install: $ sh gtk-osx-build-setup.sh $ jhbuild bootstrap $ jhbuild build meta-gtk-osx-bootstrap Everything went fine, except in the following build (at gtk3 build step 20 of 23): $ jhbuild build meta-gtk-osx-gtk3 The following error keeps coming out..... ... ... ... CXX autotestkeywords-autotestkeywords.o CXXLD autotestkeywords Undefined symbols for architecture x86_64: "_objc_msgSend_fixup", referenced from: l_objc_msgSend_fixup_autorelease in autotestkeywords-autotestkeywords.o (maybe you meant: l_objc_msgSend_fixup_autorelease) ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make[3]: *** [autotestkeywords] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 *** Error during phase build of gtk+-3.0: ########## Error running make *** [20/23] Any help or suggestions to get a gtk3, python up and running on a mac os x lion system using jhbuild? Or do I have to build extra gtk2 stuff to get the gtk3 working? greets and thanks in advance! |