Bob et al, We were discussing bug #2923199 [1] last night and the speculation seems to be true, that the tclIndex file is not getting generated fully on Windows. The file is missing an assortment of entries (shown at the end), which means they probably just fail to process for some reason. There are a slew of warnings that even get reported on non-Windows platforms so perhaps Windows is just being more strict, or there are underlying issues with the code. Something to at least be aware of (and for someone to fix) as it means features (attribute editor, pattern tool, sketch editor, bots command, dag command) won't work.
Cheers! Sean [1]: https://sourceforge.net/tracker/? func=detail&atid=640802&aid=2923199&group_id=105292 > set auto_index(::Attr_editor::start_editor) [list source [file join $dir attr_edit.tcl]] 13a15,23 > set auto_index(::pattern_control::apply_cyl) [list source [file join $dir pattern_gui.tcl]] > set auto_index(::pattern_control::apply_rect) [list source [file join $dir pattern_gui.tcl]] > set auto_index(::pattern_control::apply_sph) [list source [file join $dir pattern_gui.tcl]] > set auto_index(::pattern_control::constructor) [list source [file join $dir pattern_gui.tcl]] > set auto_index(::pattern_control::destructor) [list source [file join $dir pattern_gui.tcl]] > set auto_index(::pattern_control::frame_disable) [list source [file join $dir pattern_gui.tcl]] > set auto_index(::pattern_control::frame_enable) [list source [file join $dir pattern_gui.tcl]] > set auto_index(::pattern_control::switch_states) [list source [file join $dir pattern_gui.tcl]] > set auto_index(::pattern_control::update_depth) [list source [file join $dir pattern_gui.tcl]] 16a27 > set auto_index(Attr_editor) [list source [file join $dir attr_edit.tcl]] 22a34,37 > set auto_index(Sketch_bezier) [list source [file join $dir skt_ed.tcl]] > set auto_index(Sketch_carc) [list source [file join $dir skt_ed.tcl]] > set auto_index(Sketch_editor) [list source [file join $dir skt_ed.tcl]] > set auto_index(Sketch_line) [list source [file join $dir skt_ed.tcl]] 54a70 > set auto_index(bots) [list source [file join $dir bots.tcl]] 110a127 > set auto_index(dag) [list source [file join $dir dag.tcl]] 123a141 > set auto_index(dmtype) [list source [file join $dir dmtype.tcl]] 416a435 > set auto_index(pattern_control) [list source [file join $dir pattern_gui.tcl]] 419a439 > set auto_index(per_line) [list source [file join $dir bots.tcl]] 749a770 > set auto_index(walk_dag) [list source [file join $dir dag.tcl]] ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
