Has anyone been looking at trying out building the native OS X version of GTK+? I've not quite gotten the time myself to get my dev environment switched over to try it, but it sounds like it might be getting close enough to give a shot.
If nothing else, if we start trying to build an OS X native Inkscape with it, we'll be able to find problems that others aren't hitting yet. Anyone interested?
Oh, and I'd talked briefly with Aaron Voisine who does Gimp.app about his experience getting the native GTK+ going, and he had these details:
It wasn't too bad, though you'll want a seperate fink installation to play with. I moved /sw to /sw.orig and /usr/X11R6 to /usr/X11R6.orig to move back when I finished. I made a fresh fink installation and grabbed the finkinfo files from http://www.cat.pdx.edu/~mattw/vasi/fink/gtk-native
This was my starting point. I had to copy several finkinfo files from the unstable tree into local in order to remove x11 dependencies, change a few configure options, change gtk+2 dependencies to gtk+2-native, that kind of thing. I also had to modify pango1-native to compile using freetype, since gimp requires that. I also grabbed the latest from cvs, built my own tar.bz2 files and updated glib, gtk+2-native, pango1-native and cairo-native to use them.