Re: [gtk-osx-devel] Previous method for building gtkmm3

2012-10-21 Thread John Ralls
On Oct 21, 2012, at 9:35 AM, Jim Charlton wrote: > Here is my previous method for building gtkmm3 on LION > > jhbuild bootstrap --skip libiconv > edited .jhbuildrc to change modulesets-stable to modulesets-unstable Don't edit .jhbuildrc. You can set moduleset = foo (with whatever value of foo

Re: [gtk-osx-devel] Previous method for building gtkmm3

2012-10-21 Thread Jim Charlton
Here is my previous method for building gtkmm3 on LION jhbuild bootstrap --skip libiconv edited .jhbuildrc to change modulesets-stable to modulesets-unstable added os.environ["ARCHFLAGS"] = "-arch x86_64" to .jhbuildrc-custom jhbuild build meta-gtk-osx-bootstrap jhbuild build meta-gtk-osx-gtk