I don't know if I skipped some steps...
This is what I did: 1) jhbuild bootstrap 2) jhbuild build meta-gtk-osx-bootstrap 3) jhbuild build meta-gtk-osx-core I'm at the step 3: $ jhbuild build meta-gtk-osx-core and it gives this error building cairo. Sorry, how do I 'add that prefix to my bundle'? (It's my first time compiling something Unix-like... and I don't know much about this basic things) So what do you advise me to do? Should I make it search on Developers, or install some libpng? Thank you. Regards, Francesco Zhu Subject: Re: [gtk-osx-devel] Jhbuild bootstrap failed on Leopard 10.5.8 From: jralls ceridwen us Date: Tue, 17 Jan 2012 08:21:03 -0800 CC: gtk-osx-devel-list gnome org To: franciszhu1990 hotmail com On Jan 17, 2012, at 7:53 AM, Francesco Zhu wrote: Gtk-osx is supposed to build its own as part of meta-gtk-osx-bootstrap. Did you skip a step? While you can experiment with other configurations if you want, it would be wise to make sure you can build all the way through the normal way first. Another consideration if you're planning to bundle an application for distribution comes up if you are pulling libraries from /Developer: First, do you have redistribution rights for those libraries? (In the case of libpng, you probably do.) As long as that's OK you'll have to add that prefix to your bundle. Regards, John Ralls |