Thread: [Gtk-osx-users] could not build libffi
Status: Beta
Brought to you by:
jralls
From: san h. <hoi...@gm...> - 2011-06-17 18:00:34
|
Hi. I try to build gtk+-3.0. $ vim ~/.jhbuildrc-custom moduleset="https://github.com/jralls/gtk-osx-build/raw/master/modulesets-unstable/gtk-osx.modules" and then, $ ~/.local/bin/jhbuild build libffi *** Building libffi *** [1/5] make MAKE x86_64-apple-darwin10.4.1 : 0 * all-all make: *** [all-all] Error 1 Can anyone help me? Thanks. |
From: John R. <jr...@ce...> - 2011-06-17 21:54:05
|
On Jun 17, 2011, at 11:00 AM, san hoi wrote: > Hi. I try to build gtk+-3.0. > > $ vim ~/.jhbuildrc-custom > > moduleset="https://github.com/jralls/gtk-osx-build/raw/master/modulesets-unstable/gtk-osx.modules" > > and then, > $ ~/.local/bin/jhbuild build libffi > > *** Building libffi *** [1/5] > make > MAKE x86_64-apple-darwin10.4.1 : 0 * all-all > make: *** [all-all] Error 1 > > Can anyone help me? > Thanks. RTFM: https://sourceforge.net/apps/trac/gtk-osx/wiki/Build Regards, John Ralls |
From: Cliff S. <cs...@vb...> - 2011-06-17 22:20:36
|
I am running Darwin 10.7.0 and iibffi installed without any problems. Are you running 10.4.1 of Darwin? On Jun 17, 2011, at 4:54 PM, John Ralls wrote: > > On Jun 17, 2011, at 11:00 AM, san hoi wrote: > >> Hi. I try to build gtk+-3.0. >> >> $ vim ~/.jhbuildrc-custom >> >> moduleset="https://github.com/jralls/gtk-osx-build/raw/master/modulesets-unstable/gtk-osx.modules" >> >> and then, >> $ ~/.local/bin/jhbuild build libffi >> >> *** Building libffi *** [1/5] >> make >> MAKE x86_64-apple-darwin10.4.1 : 0 * all-all >> make: *** [all-all] Error 1 >> >> Can anyone help me? >> Thanks. > > RTFM: https://sourceforge.net/apps/trac/gtk-osx/wiki/Build > > Regards, > John Ralls > > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > Gtk-osx-users mailing list > Gtk...@li... > https://lists.sourceforge.net/lists/listinfo/gtk-osx-users ____ Cliff Sharp | cs...@vb... |
From: san h. <hoi...@gm...> - 2011-06-17 23:27:48
|
I'm think using 10.6.4 snow leopard... $ uname -ar Darwin toddws-Mac-mini.local 10.4.1 Darwin Kernel Version 10.4.1: Fri Jul 16 23:04:20 PDT 2010; root:xnu-1504.7.51~1/RELEASE_I386 i386 Oh... i see...It's important that kernel version Ok, I try to update my kernel. PS: sorry for my rude attitude... 2011/6/17, Cliff Sharp <cs...@vb...>: > I am running Darwin 10.7.0 and iibffi installed without any problems. > > Are you running 10.4.1 of Darwin? > > On Jun 17, 2011, at 4:54 PM, John Ralls wrote: > >> >> On Jun 17, 2011, at 11:00 AM, san hoi wrote: >> >>> Hi. I try to build gtk+-3.0. >>> >>> $ vim ~/.jhbuildrc-custom >>> >>> moduleset="https://github.com/jralls/gtk-osx-build/raw/master/modulesets-unstable/gtk-osx.modules" >>> >>> and then, >>> $ ~/.local/bin/jhbuild build libffi >>> >>> *** Building libffi *** [1/5] >>> make >>> MAKE x86_64-apple-darwin10.4.1 : 0 * all-all >>> make: *** [all-all] Error 1 >>> >>> Can anyone help me? >>> Thanks. >> >> RTFM: https://sourceforge.net/apps/trac/gtk-osx/wiki/Build >> >> Regards, >> John Ralls >> >> >> ------------------------------------------------------------------------------ >> EditLive Enterprise is the world's most technically advanced content >> authoring tool. Experience the power of Track Changes, Inline Image >> Editing and ensure content is compliant with Accessibility Checking. >> http://p.sf.net/sfu/ephox-dev2dev >> _______________________________________________ >> Gtk-osx-users mailing list >> Gtk...@li... >> https://lists.sourceforge.net/lists/listinfo/gtk-osx-users > > > ____ > > Cliff Sharp | cs...@vb... > > > > > |
From: Christophe F. <cfe...@re...> - 2011-06-20 07:52:43
|
On Fri, Jun 17, 2011 at 11:00:28AM -0700, san hoi wrote: > Hi. I try to build gtk+-3.0. > > $ vim ~/.jhbuildrc-custom > > moduleset="https://github.com/jralls/gtk-osx-build/raw/master/modulesets-unstable/gtk-osx.modules" > > and then, > $ ~/.local/bin/jhbuild build libffi > > *** Building libffi *** [1/5] > make > MAKE x86_64-apple-darwin10.4.1 : 0 * all-all > make: *** [all-all] Error 1 I've seen some weird errors like this when building libffi from git, manually checkouting 3.0.9 helps (ie this one compiles). Not sure what's going on... Christophe |