Confirmed the issue. Here is how I solved it. From where you are stuck choose option 4 (start shell) prompt> config --prefix=/Users/shawn/gtk/inst --disable-scrollkeeper NOTE!!!! : make sure the prefix path is set to your install directory. prompt> exit then chose option 1. This may be less painful then rebuilding, although I suppose you only need to build this one module.
> From: jralls ceridwen us > Date: Fri, 13 Nov 2009 11:53:00 -0800 > To: dacobi gmail com; gtk-osx-users lists sourceforge net > Subject: Re: [Gtk-osx-users] Building for OS X Snow Leopard > > > On Nov 13, 2009, at 8:36 AM, Jacob Juul Kolding wrote: > > > > > > > I was able to get to this point as well, > > but when I try building glade3 I get an error > > that scrollkeeper-config is missing... > > Ah, then glade3 needs --disable-scrollkeeper in its autogenargs. I'll > change that and push it in a bit. In the meantime, you can add > append_autogenargs("glade3", "--disable-scrollkeeper") > > to your jhbuildrc-custom. > Notice that you need to also build meta-gtk-osx-themes for glade3 to > work correctly, and that its non-scrollkeeper, not-able-to-be-disabled- > from-configure documentation build depends on libxml2.py, which Apple > doesn't provide, so you'll also need to > jhbuild buildone libxml2 > first. > > Last, when you run glade-3, you need to be in a jhbuild shell for it > to be able to find the theme engine and its icons. > > Regards, > John Ralls > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Gtk-osx-users mailing list > Gtk-osx-users lists sourceforge net > https://lists.sourceforge.net/lists/listinfo/gtk-osx-users |