ppc framework

jrails, any chance of a universal framework?
There do seem to be quite a few people using gtk on ppc...

http://download.silicondust.c

http://download.silicondust.com/vendor/gtk/Gtk-Framework-2.14.4-1-test1....

...is kinda usable. Just building for PPC is not a problem. Building universal I haven't succeeded, so far...

Easy.

Not anytime soon. I haven't

Not anytime soon. I haven't even looked at the framework stuff, and likely won't for a couple of weeks. Too much life in the way, I'm afraid.

Richard reported in a response to another query that he'd taken a stab at a universal build a few months ago, and that it didn't turn out well. I'll probably just build a PPC framework and set it up next to the intel one once I figure out how.

Just wanted to let you know

Just wanted to let you know that my Jhbuild/framework creating setup is able to build everything as universal binaries. Also I have quite a few patches for the current scripts. In addition I also can build gtkmm and friends as frameworks. Please let me know how I can contribute my work.

Cheers,
Ezra.

For the moment, the

For the moment, the procedure is:

  • Join github if you haven't already.
  • Go to http://github.com/jralls/gtk-osx-framework/tree/master and push the "fork" button. You'll get your own fork to which you can write. Don't fork Richard's repository or the pull request will go to him, not me. I think.
  • Edit the .git/config on your local repository so that origin points at your fork.
  • Push the changes to the fork ("git push" should do it).
  • Return to the github page for your fork and punch the "pull request" button.

Obviously that assumes that you've already made a clone of the repository and committed your changes to it.

I'll create a branch and pull your changes into it, test everything, and if all goes well merge the results back into main.

I won't be able to provide binaries until SourceForge approves my takeover of the old gtk-osx project and I get everything moved and set up, which will probably take a few weeks.

Thanks for helping out!

Ok. I'll have a look at

Ok. I'll have a look at that, when I'm ready. Thanx.