X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF520385782F
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1634405546;
	bh=4mJsgtIkw1x6kJhP2TKXcfNWOaD4ftRLez96j+Aa1W0=;
	h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post:
	 List-Help:List-Subscribe:From:Reply-To:From;
	b=L7eDWx/Xyn2fd4oFryeisN9txrFoDhpwwd4e6utot5WLao7s0aXIWGOsbhWlkXbrC
	 hDKohLBFIP7L/AwW3JmDNCVjQ56jbOiFQmvB1Ovsx7JAP0ReUo8Fp1KDEeYg75Y12E
	 XIPEMyBwZMildmYs2707QajNBwdk0CvmcYFMa4xw=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 23B873858D28
To: cygwin@cygwin.com
Subject: Problem/Bug with iwidgets package?
Message-ID: <16502e4a-ce34-4c85-3d3a-f74e6aefa332@mailzone.com>
Date: Sat, 16 Oct 2021 19:31:14 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
 Thunderbird/78.14.0
MIME-Version: 1.0
X-Pobox-Relay-ID: DE6F96E4-2EA6-11EC-AFE7-CD991BBA3BAF-70095823!pb-smtp2.pobox.com
X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, HTML_MESSAGE, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS,
 TXREP autolearn=ham autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
 server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: =?utf-8?q?Claudius_Schn=C3=B6rr_via_Cygwin?= <cygwin@cygwin.com>
Reply-To: =?UTF-8?Q?Claudius_Schn=c3=b6rr?= <schnoerr@mailzone.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 19GHWRch003082

Hello,

when calling the insight gdb-frontend on cygwin64, it reports an error: 
"Can't find package iwidgets 4.0".
However, tcl-iwidgets-4.0.1-3 is installed.

After changing in /usr/lib/iwidgets4.0.1/iwidgets.tcl either

  * package require itcl 3.3   ->  package require itcl
    package require itk 3.3    ->  package require itk
    or
  * package require itcl 3.3   ->  package require itcl 4.0
    package require itk 3.3    ->  package require itk 4.0

this error is issued:

  * Itcl Assertion failed: "Itcl_IsClassNamespace(nsPtr)" (line 267 of
    /usr/src/ports/tcl-itcl/tcl-itcl-4.0.3-1.x86_64/src/itcl4.0.3/generic/itclResolve.c)
    Recursive internal problem.

Is this a configuration problem of the cygwin-iwidgets package, or is it 
a problem to be reported elsewhere?

Kind regards,

Claudius


-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

