"package require BWidgets" starkit fails under tclkit86b1, succeeds under tclkit858

dburns <[email protected]> Sun, 7 Mar 2010 21:58:20 -0800 (PST)
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <ab215601-8484-40ad-87cd-2fd9821ad311@c16g2000yqd.googlegroups.com>
With this "main.tcl" code in the subdirectory of "t.vfs" on a windows
XP SP3 platform...

--------
package require starkit
starkit::startup
console show ; update
puts stdout "package require BWidget: [package require BWidget]"
--------

...and built with "sdx wrap t" from the directory above so the entire
"t.vfs" tree looks like:

t.vfs\
    main.tcl
    lib\
        BWidget-1.9.0\
          <contents of BWidget Zip file as fetched from SF>

Under 8.5.8, I get:
 % source t
package require BWidget: 1.9

Under 8.6b1, I get:
error seeking to end of file "<tree-elided>/t/lib/BWidget-1.9.0/lang/
en.rc":invalid argument while executing
"option read [file join $::BWIDGET::LIBRARY "lang" "en.rc"]"
(file "<tree-elided>/t/lib/BWidget-1.9.0/init.tcl" line 32)
invoked from within
"source {<tree-elided>/t/lib/BWidget-1.9.0/init.tcl"
  ("package ifneeded BWidget 1.9" script)
  invoked from within
"package required BWidget"
  invoked from within
"puts stdout "package required BWidget:[package require BWidget]""
....

-- 
You received this message because you are subscribed to the "starkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/starkit?hl=en