delorie.com/archives/browse.cgi | search |
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 |
Reply-To: | <egf7 AT columbia DOT edu> |
From: | "Eric Fifer" <egf7 AT columbia DOT edu> |
To: | <david_mcbride AT notes DOT teradyne DOT com>, <cygwin AT cygwin DOT com> |
Subject: | RE: failed install of perl module Tk under cygwin |
Date: | Mon, 8 Jan 2001 00:30:53 -0000 |
Message-ID: | <000201c0790a$4e2bc8a0$283670c2@fifer> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) |
In-Reply-To: | <000101c07745$4efb1360$9c3570c2@fifer> |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2314.1300 |
Importance: | Normal |
------=_NextPart_000_0003_01C0790A.4E2BC8A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Eric Fifer wrote: >david_mcbride AT notes DOT teradyne DOT com wrote: >>However, when I tried installing Tk, all seemed to be going well until the >>end when I received the following: >>[...] >>Any suggestions? Thanks. > >You'll need a patch, check the archives: > > http://sources.redhat.com/ml/cygwin/2000-08/msg01201.html > Sorry, something changed since August. When building for the Win32 GUI, to find some headers the attached patch is also necessary. Regards, Eric Fifer ------=_NextPart_000_0003_01C0790A.4E2BC8A0 Content-Type: application/octet-stream; name="Tk.patch2" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Tk.patch2" diff -ur Tk800.022.patch1/README.cygwin Tk800.022/README.cygwin=0A= --- Tk800.022.patch1/README.cygwin Sun Jan 7 23:37:04 2001=0A= +++ Tk800.022/README.cygwin Mon Jan 8 00:03:56 2001=0A= @@ -107,7 +107,7 @@=0A= README.cygwin MANIFEST=0A= * documentation=0A= =0A= - Makefile.PL Tk/MMutil.pm pTk/Makefile.PL=0A= + Makefile.PL Tk/MMutil.pm pTk/Makefile.PL myConfig=0A= * make stuff=0A= =0A= pTk/mTk/win/tkWinX.c=0A= diff -ur Tk800.022.patch1/myConfig Tk800.022/myConfig=0A= --- Tk800.022.patch1/myConfig Fri Mar 31 11:06:54 2000=0A= +++ Tk800.022/myConfig Sun Jan 7 23:43:00 2001=0A= @@ -340,7 +340,7 @@=0A= $define .=3D " -D__PM__";=0A= $inc =3D "-I../pTk/mTk/xlib -I../../pTk/mTk/xlib -IpTk/mTk/xlib = -ImTk/os2_rc";=0A= $xlib =3D ""; # No library is needed=0A= -} elsif ($IsWin32) {=0A= +} elsif ($IsWin32 or $^O eq 'cygwin') {=0A= $inc =3D '-I$(TKDIR)/pTk/mTk/xlib';=0A= }=0A= =0A= ------=_NextPart_000_0003_01C0790A.4E2BC8A0 Content-Type: text/plain; charset=us-ascii -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple ------=_NextPart_000_0003_01C0790A.4E2BC8A0--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |