|
From: Bruce S. <Bru...@nc...> - 2007-11-03 14:33:34
|
Hi Bruce, That's what I started last night. Actually I think it might just work. The trouble is I'm having to peel the onion of dependencies. I built gtk2 on the first go... yeah! I tried to build gtkmm. It apparently needs glibmm. I download and attempt to build glibmm. It apparently needs libsigc++-2.0! I download and build libsigc++-2.0. I try again with glibmm. It needs pkg-config. I download and build pkg-config. I try again with glibmm... it's still building at this moment. If I can get the thing to come together.. I'll let you know! -steve On Nov 2, 2007, at 9:39 AM, Bruce Sherwood wrote: > I don't know enough about this, but I wonder whether the following would work: Install the experimental gtk2 on a Mac, the gtk2 that talks to Quartz rather than to X11. Then compile (from source) gtkmm on that same Mac. Since gtkmm is a wrapper of gtk, maybe this would give us a gtkmm environment that would talk to Quartz. > > Bruce > |