From: daz Date: 2003-08-02T18:37:27+09:00 Subject: Re: 1.8.0-preview7 (bccwin32 build) make install problem "WATANABE Hirofumi" wrote: > Hi, > > "daz" writes: > > > > > MAKE Version 5.2 Copyright (c) 1987, 2000 Borland > > .\miniruby.exe D:/RUBY/SOURCE~1/RUBY-1~6.0-P/BCC32/../instruby.rb > > "--dest-dir=D:/ruby/src_inst" "--make=MAKE" "--mflags=" "--make-flags=l -o " > > > > D:/RUBY/SOURCE~1/RUBY-1~6.0-P/lib/fileutils.rb:385: [BUG] rb_sys_fail() - errno == 0 > > ruby 1.8.0 (2003-08-01) [i586-bccwin32] > > > > I cannot reproduce your problem on Windows 2000 Pro. > What's the result of bellow? > > C:\> echo foo > foo.txt > C:\> ruby -e 'File.utime Time.now, Time.now, "foo.txt"' > > -- > eban > I'm getting the error with every bcc32 Ruby (including ones which installed without a problem). C:\WINDOWS>D:\ruby\SOURCE_CODE\ruby-1.8.0-2003.06.20\bccwin32\ruby.exe -v -e 'File.utime( Time.now, Time.now, "foo.txt" )' ruby 1.8.0 (2003-06-20) [i386-bccwin32] -e:1: [BUG] rb_sys_fail() - errno == 0 ruby 1.8.0 (2003-06-20) [i386-bccwin32] C:\WINDOWS>D:\ruby\SOURCE_CODE\ruby-1.8.0-p7\bccwin32\ruby.exe -v -e 'File.utime( Time.now, Time.now, "foo.txt" )' ruby 1.8.0 (2003-08-01) [i586-bccwin32] -e:1: [BUG] rb_sys_fail() - errno == 0 ruby 1.8.0 (2003-08-01) [i586-bccwin32] mswin binaries are OK : C:\WINDOWS>D:\ruby\bin\ruby.exe -v -e 'File.utime( Time.now, Time.now, "foo.txt" )' ruby 1.8.0 (2003-05-15) [i386-mswin32] 1 #----------- I'll try a few other things. daz