C
Curt Hibbs
I just created a bug report for this:
http://rubyforge.org/tracker/index.php?func=detail&aid=1901&group_id=426&atid=1698
Curt
=============
I'm trying to build a new version of the One-Click Ruby Installer for
Windows for the recently posted 1.8.3 preview1.
But I am unable to build the OpenSSL extension. When I get to that point
I get this:
E:\Dev\RubyDev\rubyinstaller\cvs-repo\installer-win\stable\download\ruby-1.8.3\e
xt\openssl>nmake /NOLOGO install
copy > nul -m 0755 openssl.so
E:/Dev/RubyDev/rubyinstaller/cvs-repo/inst
aller-win/stable/lib/ruby/site_ruby/1.8/i386-msvcr71
NMAKE : fatal error U1077: 'copy' : return code '0x1'
Stop.
/commands.rb:222:in `run': Command failed: (RuntimeError)
from ./commands.rb:190:in `each'
from ./commands.rb:190:in `run'
from ./commands.rb:111:in `openssl'
from builder.rb:240
from builder.rb:233:in `instance_eval'
from ./package.rb:131:in `instance_eval'
from ./package.rb:131:in `initialize'
from builder.rb:233:in `new'
from builder.rb:233
NMAKE : fatal error U1077: 'ruby.exe' : return code '0x1'
Stop.
E:\Dev\RubyDev\rubyinstaller\cvs-repo\installer-win\builder>
The problem seems to be on line #53 of the makefile but, of course, this
was generated by mkmf. I have attached the
makefile.
http://rubyforge.org/tracker/index.php?func=detail&aid=1901&group_id=426&atid=1698
Curt
=============
I'm trying to build a new version of the One-Click Ruby Installer for
Windows for the recently posted 1.8.3 preview1.
But I am unable to build the OpenSSL extension. When I get to that point
I get this:
E:\Dev\RubyDev\rubyinstaller\cvs-repo\installer-win\stable\download\ruby-1.8.3\e
xt\openssl>nmake /NOLOGO install
copy > nul -m 0755 openssl.so
E:/Dev/RubyDev/rubyinstaller/cvs-repo/inst
aller-win/stable/lib/ruby/site_ruby/1.8/i386-msvcr71
NMAKE : fatal error U1077: 'copy' : return code '0x1'
Stop.
/commands.rb:222:in `run': Command failed: (RuntimeError)
from ./commands.rb:190:in `each'
from ./commands.rb:190:in `run'
from ./commands.rb:111:in `openssl'
from builder.rb:240
from builder.rb:233:in `instance_eval'
from ./package.rb:131:in `instance_eval'
from ./package.rb:131:in `initialize'
from builder.rb:233:in `new'
from builder.rb:233
NMAKE : fatal error U1077: 'ruby.exe' : return code '0x1'
Stop.
E:\Dev\RubyDev\rubyinstaller\cvs-repo\installer-win\builder>
The problem seems to be on line #53 of the makefile but, of course, this
was generated by mkmf. I have attached the
makefile.