From: kimura wataru<ki...@us...> - 2005-11-24 12:03:34
|
Hi, Building RubyCocoa fails with following environment. We released a patch to fix this problem and a patched source archive. * Mac OS X 10.4.x * Xcode 2.2 * system built-in ruby (/usr/bin/ruby) http://sourceforge.net/project/showfiles.php?group_id=44114&package_id=36578&release_id=369687 - In detail - Xcode 2.2 moved header files of ruby. * Xcode 2.2 : /usr/lib/ruby/1.8/powerpc-darwin8.0 * Xcode 2.1/2.0 : /usr/lib/ruby/1.8/universal-darwin8.0 /usr/bin/ruby with rbconfig says archdir is same as old value, and config step of RubyCocoa installation fails. This patch replaces strings in archdir value "pewerpc" to "universal" when ruby.h is not found in archdir. -- kimura wataru |