X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:to:message-id:subject
	:mime-version:references:content-type:content-transfer-encoding;
	 q=dns; s=default; b=EgdToNufTQME/522HtMz7sSsGUuxwcHU3lQIeN2JUnx
	XxgXUoUJfVDDTqp16vEO/ra2dJOqGrStclWrdmbBdsVA7vbdk8XqrjNT7tSc6Fbd
	ZsZWAzSgzh/5kPmtNG4d6BqNzmFYLrw8lNQMXBz1h4cwQxBQp+IgGvAzgJb7u4UQ
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:to:message-id:subject
	:mime-version:references:content-type:content-transfer-encoding;
	 s=default; bh=XDhqRCXLzTwm+m+a7N0W3bp9etM=; b=Y0UrFUbJGVp9xf5Xg
	OzEkA9Dsfwor0wIOuzAEIanzdnDWTHERs0LYFkEQxTnv3pTwQ93a9u9RHOvPNFSZ
	ZG+hiUoGWQr8W/2FOA9cc+SPvhpv1SULQL6YgFdSWDmc2FRYFUN792OX8aVkUymU
	kh+/1cxEO7LrDnUSVfCJwPlNVU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,HTML_MESSAGE,KAM_COUK,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=wood, UD:me, HX-HELO:sk:sonic31, H*RU:sk:sonic31
X-HELO: sonic313-22.consmr.mail.ir2.yahoo.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1569132382; bh=2AZHH6CbBpZVrNrxYYUFm9lvZ8YekONhlREUg1N5kcY=; h=Date:From:To:Subject:References:From:Subject; b=HeehUuRkt/Bc5r8ecnT80n1yqIuYP/jHuPNDuQJdUoAsJ2eUWEUn5HtY3AFTPv2+X64WiTHu20FkAUjtq/SHEgLkITmWe3CiUYjW6A9AYUHF80sMa+samD3FVVZLtuU7pRXbyPtTg+6Ndn7awrPOsqmz+IZ02rg8KD62TJpcpvAZGi3rYZxbox22ZH2FsxpuTyhD3uh38ozgJmrGsWDIPFnHQ+qQEC+1kBNY+3UkwnWcgZLSn2jKrxCj9au6HwDVoF8dAGmb3wP/LJ3EBlIvBIfMKYpvhKr/e8h9gtQuaOsv1PlgUdGyvWPaaPLQVii1t84saax1xvJXJFcDe52gyg==
Date: Sun, 22 Sep 2019 06:06:17 +0000 (UTC)
From: "lloyd.wood.yahoo.co.uk via cygwin" <cygwin@cygwin.com>
Reply-To: "lloyd.wood@yahoo.co.uk" <lloyd.wood@yahoo.co.uk>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Message-ID: <903295903.14210557.1569132377037@mail.yahoo.com>
Subject: tcl-tk-dev X dependencies?
MIME-Version: 1.0
References: <903295903.14210557.1569132377037.ref@mail.yahoo.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x8M672b4017619

gcc -O2 -DNO_ZLIB -Wall -Wextra -Wconversion -pedantic -I./include    -c -o main.o main.c
In file included from ./include/tcl_utils.h:40:0,
                 from main.c:38:
/usr/include/tk.h:96:13: fatal error: X11/Xlib.h: No such file or directory
 #   include <X11/Xlib.h>
             ^~~~~~~~~~~~
compilation terminated.


I'm reasonably sure that selecting and installing thetcl-tk-devel package (8.6.whatever) should include theX libraries and libX11-devel as a dependency as well,without having to figure it out and install libX11-develyourself. The (very old) Insight Tcl (4) didn't need X, thisone does.

(aside: I'm using XMing for all local X display stuffon cygwin and the Windows linux subsystem, so the X stuffI install under Cygwin is minimal. Anyone else doing this?)
thanks

Lloyd Wood lloyd.wood@yahoo.co.uk http://about.me/lloydwood
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


