search for: osx_all_gem

Displaying 2 results from an estimated 2 matches for "osx_all_gem".

Did you mean: osx_all_gems
2007 Nov 01
6
Universal Binary on OS X
Since the PPC Macs are no longer being produced and my PPC build machine is getting a little old I thought I would try making a universal version of the Mac OS X gem. After a little investigation it turned out to be surprisingly easy to do, just pass --enable-universal_binary when building wxWidgets and add -arch ppc -arch i386 to $extra_cppflags and $extra_ldflags in rakemacosx.rb. Now the
2007 Nov 06
0
wxRuby and Mac OS X 10.5
...evelopment tool right out of the box. I am using the built-in ruby 1.8.6 and the built-in ruby gems. - I downloaded our last release gem 1.9.2 and it ran fine. - I built wxWidgets 2.8.6, had no problems - I built SVN head (as of 2 days ago) and had no problems - I ran into a small problem with the osx_all_gems rake task, I committed the fix. - One thing that surprised me is that the build gems are 600kb smaller than the exact same gems generated on 10.4. I have read that the built-in Ruby works with dtrace which may come in-handy for debugging, I need to look into this more. All in all it was a very s...