0

Windows、Ruby 1.9.3p327、およびOcra1.3.0の新規インストールを実行しています。

test.rb:

puts 'hi'

ocra test.rb戻り値:

=== Loading script to check dependencies
hi
C:/Ruby193/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:467: Use
RbConfig instead of obsolete and deprecated Config.
=== Including 52 encoding support files (2831360 bytes, use --no-enc to
exclude)

=== Building test.exe

=== Adding user-supplied source files

=== Adding ruby executable ruby.exe

=== Adding detected DLL C:/Ruby193/bin/libyaml-0-2.dll

=== Adding detected DLL C:/Ruby193/bin/zlib1.dll

=== Adding detected DLL C:/Ruby193/bin/libffi-6.dll

=== Adding library files

=== Compressing 6529206 bytes

C:/Ruby193/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:1003:in block in initialize': unhandled exception

from
C:/Ruby193/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:983:in open'

from
C:/Ruby193/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:983:in initialize'

from
C:/Ruby193/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:822:in new'

from
C:/Ruby193/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:822:in build_exe'

from
C:/Ruby193/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:1138:in block in <top (required)>'

ocraの問題のある行は次のとおりです。

system("\"#{Ocra.lzmapath}\" e tmpin tmpout 2>NUL") or fail
4

1 に答える 1

0

解決しました。これは、コマンドプロンプトのデフォルトディレクトリをリダイレクトできる自動実行レジストリキーに対する予期しない副作用でした。何らかの理由で、この1台のマシンにのみ悪影響がありました。

于 2012-12-01T23:28:56.813 に答える