I have been using jhbuild on OS X 10.6, by simply adding (or un-commenting) the following line: setup_sdk(target="10.5", sdk_version="10.5", architectures=["i386"]) I do not believe you can use the 10.6 sdk, I may be wrong, but I believe this was my problem the last time we crossed this bridge. You WILL need to make sure to re-build EVERYTHING when you make changes, almost better to delete it all and start fresh when you change something in jhbuild, there are lots of stuff that gets done, especially in bootstrapping. I finally got rid of libglade... Hallelujah!!! If you need it you will have to include it, or simply jhbuild build libglade. Not recommended, use GtkBuilder instead. I do not know what the --ignore-system is for. I don't even need to add any environmental variables or anything.
From: jralls ceridwen us Date: Mon, 4 Jan 2010 09:44:24 -0800 To: gtk-osx-users lists sourceforge net Subject: Re: [Gtk-osx-users] Installing on Snow Leopard On Jan 4, 2010, at 4:09 AM, Luca Viggiani wrote:
It's certainly OK to use the list, that's why it's here. In truth, I prefer mailing lists to web fora. Anyway, those -M? flags aren't coming from jhbuild or python's configure. Perhaps you have some stray CFLAGS in your environment from another project. You probably want to use the same SDK in both your setup_sdk and python autogenargs. Don't get your hopes up with universal building. It works for python because the python devs have made sure that it does. Glib and Gtk+ will build successfully, but gtk+ apps crash because of endianness issues with icon caches when run on ppc. (In fact, I haven't yet gotten even a cross-compiled gtk+ app to not crash on ppc.) Regards, John Ralls |