Re: [Gtk-osx-users] [gtk-osx-users] GTK+-3.0 jhbuild installation on mac osx lion keeps failing
Status: Beta
Brought to you by:
jralls
From: John R. <jr...@ce...> - 2011-12-17 18:24:33
|
On Dec 17, 2011, at 9:13 AM, Eli Clement wrote: > 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? > Ah, Bug 655065 [1]. Apply the patch [2] and it should work. Regards, John Ralls [1] https://bugzilla.gnome.org/show_bug.cgi?id=655065 [2] https://bugzilla.gnome.org/attachment.cgi?id=198657 |