From: kimura wataru<ki...@us...> - 2005-12-08 14:28:52
|
Thanks for your reporting. I wrote a patch to fix this problem. ---------- Index: install.rb =================================================================== RCS file: /cvsroot/rubycocoa/src/install.rb,v retrieving revision 1.17 diff -u -r1.17 install.rb --- install.rb 2 Nov 2005 14:10:15 -0000 1.17 +++ install.rb 8 Dec 2005 13:58:57 -0000 @@ -563,7 +563,7 @@ def extconf opt = @options['config-opt'].join(' ') - command "#{config('ruby-prog')} #{curr_srcdir}/extconf.rb #{opt}" + command "#{config('ruby-prog')} \"#{curr_srcdir}/extconf.rb\" #{opt}" end def config_dir_data( rel ) ---------- Wed, Dec 7, 2005 5:58:37 PM, Dave Howell wrote: > >On Dec 7, 2005, at 17:50, Dave Howell wrote: > >> I guess I'll try compiling from source . . . . > >"ruby install.rb config" failed. It can't handles spaces in the path. > >I guess I'll have to relocate it to some directory that doesn't have >any spaces in its path . . . > > -- kimura wataru |