Christopher Sean Morrison <brl...@mac.com> writes:

>> [..snip..]

> I suggest deleting /usr/brlcad, installing 7.20.6, and see if the
> sketch editor works. :)  If it doesn't, edit the skt_ed.tcl file and
> replace the calls to "dist" with "::dist".  For example, replace: 
>
>         set radius [dist $s(0) $s(1) $cx $cy]
>
> with:
>
>         set radius [::dist $s(0) $s(1) $cx $cy]
>
> The only one you leave alone is the first "proc dist" line where we
> define what that is.  Sorry for such a complicated solution.  We'll
> get it sorted out for the upcoming 7.22.0 release. 

I did so and now I get another error message:
invalid command name "Sketch_editor::dist"
invalid command name "Sketch_editor::dist"
    while executing
"Sketch_editor::dist $sx $sy $ex $ey"
    (object "::Sketch_editor::sketch_carc0" method "::Sketch_carc::draw"
    body line 17) 
    invoked from within
"$seg draw first_seg"
    (object "::.sketch_editor0" method "::Sketch_editor::draw_segs" body
    line 8) 
    invoked from within
"draw_segs"
    (object "::.sketch_editor0" method "::Sketch_editor::start_circle"
    body line 24) 
    invoked from within
"::.sketch_editor0 start_circle 1 193 219"
    (in namespace inscope "::Sketch_editor" script line 1)
    invoked from within
"namespace inscope ::Sketch_editor {::.sketch_editor0 start_circle 1 193
219}" 
    (command bound to event)

What can I do now to solve this problem?

-- 
Regards from Pal


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Users mailing list
brlcad-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-users

Reply via email to