Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 6 Jun 2001 10:55:09 -0400 From: Agostino Deligia To: cygwin AT cygwin DOT com Subject: Re: ruby-1.6.4 on cygwin Message-ID: <20010606105509.A628@ADELIGIA> Mail-Followup-To: cygwin AT cygwin DOT com References: <3B1CD4B5 DOT 330A91A2 AT yahoo DOT com> <3B1D5FC5 DOT 3020 DOT C69D61D AT localhost> <20010606210540 DOT A4055311 AT iij4u DOT or DOT jp> <20010606091318 DOT A1316 AT ADELIGIA> <20010606230718 DOT A3993661 AT iij4u DOT or DOT jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010606230718.A3993661@iij4u.or.jp>; from madokam@dd.iij4u.or.jp on Wed, Jun 06, 2001 at 11:07:18PM +0900 On Wed, Jun 06, 2001 at 11:07:18PM +0900, Madoka Machitani wrote: > Hi, > > * Agostino Deligia [010606 22:25]: > > 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 > > Sounds strange. I don't have any X-related thing on my hard disk. I > once tried Cygwin XFree you mentioned but now it's completely removed. > > Sorry I can't make out why you had to have those headers. Suggestions > anyone? > [...] The ruby Tcl/Tk extension includes which itself contains the following code snippet: #ifndef _TCL # include #endif #ifndef _XLIB_H # ifdef MAC_TCL # include # include # else # include # endif #endif #ifdef __STDC__ # include #endif Note the #include . The latter header file itself includes the other X headers I mentionned. -- Agostino Deligia Software Developer Alis Technologies Inc. adeligia AT alis DOT com -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple