ok,
ive been strugging for a few days now to get a macosx universal 'fat gem' out there. but i've given up because:
(1) i dont have macosx
(2) i am not sure what i even need to do to generate a fat binaries, i've been informed by some people running macosx but im not 100% sure this is correct
(3) code can only develop through a code/test cycle, given that i do not run macosx the 'testing' side is incredibly time-consuming and laborious as i must enlist the help of other ppl
(4) extreme frustration
anyway, someone else needs to take this over from me, preferably someone running macosx with ruby versions (both 1.8 and 1.9) compiled as universal binaries
here is the current state of the project:
http://github.com/banister/chipmunk/some things to note:
* the extconf.rb i *think* is more or less complete, i *think* it'll generate universal binaries, but im not 100% sure
* the compilation process uses rvm (ruby version manager) to generate each of the 1.8 and 1.9 binaries, but it just occurred to me that these are probably not universal binaries and so this method is probably not going to work
* typing 'rake gem' will generate the macosx gem (containing the precompiled fat binaries)
to the person who takes this over, feel free to ask me any questions, i want to get this chipmunk thing over and done with.
thanks,
banister