[Incrtcl-develop] [ incrtcl-Bugs-2856166 ] no Tcl version screen in index script
by SourceForge.net other posts by this author
Sep 10 2009 9:51AM messages near this date
[Incrtcl-develop] [ incrtcl-Bugs-2871541 ] Segfault in itcl::parser::proc
|
[Incrtcl-develop] [ incrtcl-Bugs-2840994 ] itk_component createCmds in wrong scope
Bugs item #2856166, was opened at 2009-09-10 12:51
Message generated for change (Tracker Item Submitted) made by dgp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=2856166&group_id=13244
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Installation
Group: 4.0*
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By: Don Porter (dgp)
Assigned to: Arnulf Wiedemann (wiede)
Summary: no Tcl version screen in index script
Initial Comment:
The pkgIndex.tcl file installed by Itcl 4.0b3 does
not contain any protection screen against incompatible
old releases of Tcl. This means if it gets installed
somewhere a Tcl 8.4 installation goes looking for
packages, error messages get written to stderr by
every Tcl program running.
Fix is to add the screen line to pkgIndex.tcl:
if {![package vsatisfies [package provide Tcl] 8.6]} {return}
Will want a new release of Itcl that fixes this to be bundled
with Tcl 8.6b2.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=2856166&group_id=13244
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|