Re: [gtk-osx-users] Issue with building GTK2.x for "modulesets" set (librsvg)

2016-02-29 Thread Miroslav Rajcic
Hi John, > I don't think that libffi has anything to do with anything, but FWIW I build > 3.0.13 by shelling out after 3.2.1 fails then > cd .. > rm -rf libffi-3.2.1 > tar -xf ../gtk-downloads/libffi-3.0.13.tar.gz > mv libffi-3.0.13 libffi-3.2.1 > ^d >and then re-running configure. That make

Re: [gtk-osx-users] Issue with building GTK2.x for "modulesets" set (librsvg)

2016-02-29 Thread John Ralls
> On Feb 29, 2016, at 9:53 PM, Miroslav Rajcic wrote: > > Just checked, here is my .jhbuildrc-custom: > > moduleset = > 'https://raw.github.com/jralls/gtk-osx-build/master/modulesets/gtk-osx.modules' > > setup_sdk(target="10.6", sdk_version="10.6", architectures=["i386"]) > os.environ["ARCHF

Re: [gtk-osx-users] Issue with building GTK2.x for "modulesets" set (librsvg)

2016-02-29 Thread Miroslav Rajcic
Just checked, here is my .jhbuildrc-custom: moduleset = 'https://raw.github.com/jralls/gtk-osx-build/master/modulesets/gtk-osx.modules' setup_sdk(target="10.6", sdk_version="10.6", architectures=["i386"]) os.environ["ARCHFLAGS"] = "-arch x86_64 -arch i386" The only thing I do manually is buildi