From: Luis Lavena Date: 2009-06-04T06:35:06+09:00 Subject: Re: Compiling Ruby 1.9.1 zlib issue on Windows On Jun 3, 5:33 pm, "J. D." wrote: > Hi everyone, > > I just have a strange issue and it's probably a step that I'm missing > somewhere... > > I wanted to compile a windows version of 1.9.1 to include Tk so that I > would have cross-platform GUI for Ruby. > > I downloaded and installed Tcl, and the latest Zlib installer.  I > performed the following updates: > The zlib file you downloaded needs to containg include headers and linking (.lib) libraries. Check that and that will tell you if zlib got compiled or not: ruby -ve "require 'zlib'; puts Zlib::ZLIB_VERSION" HTH, -- Luis Lavena