public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin Tcl iwidgets4.0.1 has package find Errors
@ 2018-08-03 21:25 Ed Knappe
  0 siblings, 0 replies; only message in thread
From: Ed Knappe @ 2018-08-03 21:25 UTC (permalink / raw)
  To: cygwin

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@gmail.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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-03 21:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-03 21:25 Cygwin Tcl iwidgets4.0.1 has package find Errors Ed Knappe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).