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:from:date:message-id:subject:to :content-type:content-transfer-encoding; q=dns; s=default; b=B7A sjy665GExtM5NH0JgOOiXn+FhVkiiahwj0ITw+bkcpvMYy8Oz2rox3SwCV7z5yIK zZngqxmrJkPkxhRy07ii1IXfXBtFIpL5dPoqLWtoJVv0YQ+4GkmFuKg2X6QJhoN0 2EiWd2BSz1egdaC4qeAKe4ETqoqSP8HFD56wdg9Q= 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:from:date:message-id:subject:to :content-type:content-transfer-encoding; s=default; bh=Tref7akD3 kzUuObbd7N0ZlzxLSo=; b=D16xT/VzhwmVIlN8a7+G04V8RyrneazvG4U0tK0aL pupXBVn5Nv+hrXQdN8VfzADbkoKE2JMEHi6J9PUEYKlAu/EYXz23qU0993jzu48v D3aNkxjqBwYFcPTQRQRlAxHnkS+nC1c8MxEGr6hoGMJbY6nNY/KPgPjSJ11jzEDy 5E= 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-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*c:alternative X-HELO: mail-yb0-f193.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=McjzetDau3GJFx05hJKYflO9p+hMqbuBLKy+z07EupM=; b=ZfHjVZ1oNt9ZvoO1HiDYTLNKYQ/ZIO4RU+TNgg29VarBsTCZj9QpnDr90OY6jHL6nE laEPOX5UnTf01djI9d8SyOb2jpukGkn6pRrP6jLRNkPOSV61CJzUwdEPSjOeK79V3DMN xlH9WDhpj59a642BZ1EBXktEsNpx9gWG1g8oMS4f6XvVY0TcjDX1dnb6FzppPoVVqmmz ZEioHNBn3r5BsKSBLWYAYk+zeyBLXTlXwhK0A6YKutFjKw+Za/Xy14cLXguWaLIyyzA1 sXpR//4PAWHFS/Vw7TCNKhoH792TedcQWbbSmAQaJEfwXLMVdW0Y/MXQOMftzTgsOmIb DLqQ== MIME-Version: 1.0 From: Ed Knappe Date: Fri, 3 Aug 2018 16:25:36 -0500 Message-ID: Subject: Cygwin Tcl iwidgets4.0.1 has package find Errors To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w73LPopo001873 Cygwin Tcl iwidgets Issue I installed the following latest Cygwin packages on 03-Aug-2018: 4.0.3-1 tcl-itcl 4.0.1-1 tcl-itk 4.0.1-3 tcl-iwidgets I created a small Tk/Widgets test program including: # Include incr Widgets extension package require Iwidget iwidgets::combobox .combobox \ -foreground $color(text_foreground) \ -background $color(window_background) \ -labelpos w \ -editable true \ -labeltext "Views" \ -dropdown true When trying to run this program, I got the following Error from iwidgets4.0.1: Error in startup script: can’t find package Itcl 3.3 Looking at lib/iwidget4.0.1/iwidgets.tcl file, I see the following package require statements: package require itcl 3.3 package require itk 3.3 This 3.x packages are NOT present in /lib directory. I updated the iwidgets.tcl file to use the installed 4.0.x packages. This resulted in an Application Error when trying to use the ComboBox. The current Cygwin iwidget.tcl installed package does not seem correct. Edmond Knappe efknappe3 AT gmail DOT com -- 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