delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/08/03/17:25:51

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: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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 <efknappe3 AT gmail DOT com>
Date: Fri, 3 Aug 2018 16:25:36 -0500
Message-ID: <CAEwO0Kki++ykPOzfMz50x18M9prb5N5oqXqy7k4=qujdz_VZEg@mail.gmail.com>
Subject: Cygwin Tcl iwidgets4.0.1 has package find Errors
To: cygwin AT cygwin DOT com
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


- Raw text -


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