X-Recipient: archive-cygwin AT delorie DOT 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=Cy y7vY6zFYI4m07eJPGybUx4eUb6FFQFL3GIgxa4aLcWL1xrroxpzAIZS0gXXqEZLv Bmhq0z25Wo/di3rrQPTdnCX74ELuAE70jfPhzD8OlQXSUxV5T2ZBZ5EasNu5ax5A VwP+NTJIyCX6pbfJSJ60PeDQrJi2d/tIPnxckYNeg= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=e0n+MlCW lcAr/mihmaq/W634yVo=; b=Qzhu4jSyE6PIoAgWY/h6HMIEe3cZHVF1lnTYK9Av kdynqMif3NjWVRcvcAt6O9rIor1kySKJNkbkWhZx/GlvqX8w6DAjylikGYwQ/eb1 P5XZRs0TsqosQx28HWYIwO4hidjoTOKSLfWyJDKlp3C/7clTIijRvySxu0FWZfkT sqE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f180.google.com MIME-Version: 1.0 X-Received: by 10.107.46.39 with SMTP id i39mr730106ioo.8.1432178570707; Wed, 20 May 2015 20:22:50 -0700 (PDT) In-Reply-To: <1432168249.3408.16.camel@cygwin.com> References: <1432168249 DOT 3408 DOT 16 DOT camel AT cygwin DOT com> Date: Wed, 20 May 2015 22:22:50 -0500 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: Tcl/Tk 8.5.18 From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Wed, May 20, 2015 at 7:30 PM, Yaakov Selkowitz wrote: > I undid those to make it pure *NIX/X11 again, as it should on Cygwin. I started using Tcl/Tk in 2011. February 2012 the change hit https://cygwin.com/ml/cygwin/2012-02/msg00115.html By June 2012 I had found a workaround for using GDI instead of X11 http://github.com/svnpenn/a/blob/a01fe1e/build/win32/tcl-tk/tcl-tk-cygwin.sh http://stackoverflow.com/revisions/13171210/6 and have been using different versions of that script since. Installing Tcl/Tk with X11 is non-trivial: tcl 2,181,674 tcl-tk 5,691,785 libX11_6 745,228 libXau6 18,626 libXdmcp6 124,932 libXext6 220,188 libXft2 42,224 libXrender1 29,180 libXss1 13,892 libexpat1 58,104 libfontconfig1 113,264 libfreetype6 369,440 libpng16 156,684 libxcb1 35,116 total compressed size: 9,800,337 Compare to Tcl/Tk with GDI: mingw-w64-x86_64-tcl-8.6.4-1-any.pkg.tar.xz 2,943,876 mingw-w64-x86_64-tk-8.6.4-1-any.pkg.tar.xz 1,915,372 mingw-w64-x86_64-zlib-1.2.8-7-any.pkg.tar.xz 151,396 total compressed size: 5,010,644 http://www2.futureware.at/~nickoe/msys2-mirror/mingw64 I feel that forcing users to install X11 just to run a 338 KB gitk script is a bad idea. -- 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