Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Wed, 6 Jun 2001 09:13:18 -0400
From: Agostino Deligia <adeligia@alis.com>
To: cygwin@cygwin.com
Subject: Re: ruby-1.6.4 on cygwin
Message-ID: <20010606091318.A1316@ADELIGIA>
Mail-Followup-To: cygwin@cygwin.com
References: <3B1CD4B5.330A91A2@yahoo.com> <3B1D5FC5.3020.C69D61D@localhost> <20010606210540.A4055311@iij4u.or.jp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20010606210540.A4055311@iij4u.or.jp>; from madokam@dd.iij4u.or.jp on Wed, Jun 06, 2001 at 09:05:40PM +0900

On Wed, Jun 06, 2001 at 09:05:40PM +0900, Madoka Machitani wrote:
> Hi,
> 
> * Gerrit P. Haase <gerrit.haase@t-online.de> [010606 14:45]:
> > But i still found no hint, why tcltklib module is not building.
> > 
> > Ruby doesn't find tk.h, but it is there.
> > I fiddled around in the build script and it builds perfect,
> > but i still ask, why isn't it found automagically?
> > 
> > it finds tcl.h and the check for tk.h fails.
> 
> I don't see this problem.  I just compiled ruby without any
> modification.  All extensions have been built including tcltklib.
> 
> Did you do this
> 
>   ./configure --enable-shared
> [...]

I had to place the following X header files (from the Cygwin XFree86 project)
in /usr/include/X11 before configuring with --enable-shared so that tcltklib
would ger built and installed. Other than that, ruby 1.6.4 built
out-of-the-box.

   X.h
   Xfuncproto.h
   Xlib.h
   Xosdefs.h

-- 
Agostino Deligia
Software Developer
Alis Technologies Inc.
adeligia@alis.com

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

