delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/06/06/19:00:31

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
From: "Gerrit P. Haase" <gerrit DOT haase AT t-online DOT de>
Organization: Esse keine toten Tiere
To: cygwin AT cygwin DOT com
Date: Thu, 7 Jun 2001 00:59:59 +0200
MIME-Version: 1.0
Subject: (Fwd) Re: ruby-1.6.4 on cygwin
Reply-to: gerrit DOT haase AT t-online DOT de
Message-ID: <3B1ED20F.5030.12104676@localhost>
X-mailer: Pegasus Mail for Win32 (v3.12cDE)

Madoka Machitani schrieb am 2001-06-06, 23:07:

> Hi,
> 
> * Agostino Deligia <adeligia AT alis DOT com> [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?

Very strange, i get it compiled with the X-headers, they are included
by tk.h:
========
#define TK_MAJOR_VERSION   8
#define TK_MINOR_VERSION   0
#define TK_RELEASE_LEVEL   2
#define TK_RELEASE_SERIAL  4

#define TK_VERSION "8.0"
#define TK_PATCH_LEVEL "8.0.4"

[...]

#ifndef _XLIB_H
#   ifdef MAC_TCL
#	include <Xlib.h>
#	include <X.h>
#   else
#	include <X11/Xlib.h>  <-----------line 77
#   endif
#endif

[...]

So _XLIB_H isn't defined for me and MAC_TCL either.
Then there is X11/Xlib.h to be included, which includes
the other four headers.
So if you run the same cygwin....

-gph


-- 
=^..^=

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019