On 28/12/05, U.Nakamura <usa / garbagecollect.jp> wrote: > I've forgotten another patch which is already applied to HEAD. > I hope this helps you finally. > > Index: file.c > =================================================================== > RCS file: /home/cvs/ruby/file.c,v > retrieving revision 1.169.2.41 > diff -u -1 -p -r1.169.2.41 file.c > --- file.c 21 Dec 2005 09:20:15 -0000 1.169.2.41 > +++ file.c 28 Dec 2005 14:53:41 -0000 > @@ -886,2 +886,5 @@ eaccess(path, mode) > #else > +# if _MSC_VER >= 1400 > + mode &= 6; > +# endif > return access(path, mode); Thank you. This was sufficient to complete the build for Ruby. Now I will look at the necessary steps to build the prerequisites (zlib, OpenSSL, etc) and more of the stuff included with the Windows installer build. Have these patches been committed to a stable tarball? -austin -- Austin Ziegler * halostatue / gmail.com * Alternate: austin / halostatue.ca