Re: [Gtk-osx-devs] gtk-osx-build-setup.sh not copying bootstrap.modules



On Feb 27, 2011, at 3:01 PM, Calum Lind wrote:

> Hi everyone, 
> 
> I have been attempting to create an app bundle for OSX which is turning out to more complex than I thought. After following a couple of guides I managed to get the jhbuild to run but it stopped with an error building librsvg due to unresolved symbols which I think this is caused by an out of date libxml2 on OSX. 
> 
> To keep this short basically what i have found is that gtk-osx-build-setup.sh does not copy over bootstrap.modules (which contains libxml2) from github to the modulesets folder. Is this intentional or a mistake?
> 

If that's what you found then you need to clean everything up, get the latest gtk-osx-build-setup.sh, and start over.

That said, note that libxml2 and libxslt are on the skip list when you're building on 10.6. If you want to build them, add 

skip.remove("libxml2")
skip.remove("libxslt")

to your .jhbuildrc-custom and rerun jhbuild bootstrap.

Regards,
John Ralls






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]