Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Ruby (http://www.velocityreviews.com/forums/f66-ruby.html)
-   -   1.8.3 preview 1 failure - win32/openssl (http://www.velocityreviews.com/forums/t821769-1-8-3-preview-1-failure-win32-openssl.html)

Curt Hibbs 05-12-2005 10:48 PM

1.8.3 preview 1 failure - win32/openssl
 
I just created a bug report for this:


http://rubyforge.org/tracker/index.p...=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.




All times are GMT. The time now is 09:04 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57