as a note to ppc users, to get it to compile had to run (in ext directory) ruby extconf.rb then edit the Makefile and change "i386" to "ppc" then it worked (run the .bundle file to your ruby path). Take care. -- -Roger Pack For God hath not given us the spirit of fear; but of power, and of love, and of a sound mind" -- 2 Timothy 1:7
On Dec 10, 2007 7:37 PM, Roger Pack <rogerpack2005 at gmail.com> wrote:> as a note to ppc users, to get it to compile had to run (in ext directory) > ruby extconf.rb > then edit the Makefile and change "i386" to "ppc" then it worked (run > the .bundle file to your ruby path). >Can you make a patch to extconf.rb so we can fix this problem in the distro? Does this affect anything but older Macs and some IBM servers? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/eventmachine-talk/attachments/20071210/7e842178/attachment.html
submitted On Dec 10, 2007 7:53 PM, Francis Cianfrocca <garbagecat10 at gmail.com> wrote:> On Dec 10, 2007 7:37 PM, Roger Pack <rogerpack2005 at gmail.com> wrote: > > > as a note to ppc users, to get it to compile had to run (in ext directory) > > ruby extconf.rb > > then edit the Makefile and change "i386" to "ppc" then it worked (run > > the .bundle file to your ruby path). > > > > Can you make a patch to extconf.rb so we can fix this problem in the distro? > Does this affect anything but older Macs and some IBM servers? > > > > _______________________________________________ > Eventmachine-talk mailing list > Eventmachine-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/eventmachine-talk >-- -Roger Pack For God hath not given us the spirit of fear; but of power, and of love, and of a sound mind" -- 2 Timothy 1:7