作者poga (波卡)
看板Ruby
標題Re: [分享] RubyInline
時間Mon Aug 14 22:23:31 2006
※ 引述《godfat (godfat 真常)》之銘言:
: ^^^^^^
: 忽然想到,你 require 'inline', 檔名又叫 inline, 該不會衝突到了… @@
驚 看來真的是這個問題(死)
不過改了檔名之後 錯誤也變得不一樣了 Orz
>ruby inl.rb
C:/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.5.0/./inline.rb:64:in
`test': can't convert nil into String (TypeError)
from C:/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.5.0/./inline.rb:64:in `rootdir'
from C:/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.5.0/./inline.rb:73:in `directory'
from C:/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.5.0/./inline.rb:253:in `so_name'
from C:/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.5.0/./inline.rb:287:in `load_cache'
from C:/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.5.0/./inline.rb:601:in `inline'
from inl.rb:5
>Exit code: 1
google了一下... 好像沒有人有這種問題? 囧
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.170.51.147
1F:推 godfat:我不是很確定,但要我猜的話,你的路徑檢查一 下 08/14 22:28
2F:→ godfat:看起來像是某個路徑轉換錯誤,所以產生出 nil 08/14 22:29
3F:→ poga:謝謝 我來試試看@@ 08/14 23:08
4F:→ poga:翻了一下原始碼.. 應該是路徑出問題沒錯 可是我不知道那路徑 08/14 23:36
5F:→ poga:要去哪邊設定 囧 08/14 23:36
6F:推 poga:目前正在嘗試重裝RUBY (汗 08/14 23:45
7F:→ poga:依然無用(死) 08/15 00:31