From: Alan W. I. <ir...@be...> - 2002-07-17 16:10:26
|
On Wed, 17 Jul 2002, Vince Darley wrote: > The plwidget stuff should now work again... Sorry, Vince, but there are still some problems. There is a missing brace somewhere in one of your changes. Here are the variety of bad results you get from that. I executed cvs update in plplot to get all your changes, then ran make (which gave me a new plrender and tk driver to accompany your *.tcl file changes). Afterwards, when I executed ./x01c -dev tk from plplot/tmp, here is the error message that was generated. ./x01c -dev tk Plplot library version: 5.1.0 TCL command "plclient_init" failed: can't access "plw::create_proc": parent namespace doesn't exist TCL command "plclient_link_end" failed: can't access "plw::end_proc": parent namespace doesn't exist Program aborted Another showstopper error I get is ./plserver % source tkdemos.tcl missing close-brace: possible unbalanced brace in comment I then thought perhaps I had better start from a clean start in case there was some dependency screwup. It turns out it doesn't build at all from a clean start. Here is the error message. Entering directory `/home/software/plplot_cvs/HEAD/plplot_working3/tmp' missing close-brace: possible unbalanced brace in comment while compiling "proc plw_create {args}" invoked from within "$parser eval $contents" (procedure "auto_mkindex_parser::mkindex" line 28) invoked from within "auto_mkindex_parser::mkindex $file" (procedure "auto_mkindex" line 25) invoked from within "auto_mkindex . *.tcl *.itcl *.itk *.ith *.itm" invoked from within "if {[catch {package require Itcl}]} { # Error including Itcl -- only include tcl files auto_mkindex . *.tcl } else { # Package require succeede..." (file "/home/software/plplot_cvs/HEAD/plplot_working3/scripts/mktclIndex" line 14) make[1]: *** [tclIndex] Error 1 make[1]: Leaving directory `/home/software/plplot_cvs/HEAD/plplot_working3/tmp' make: *** [all] Error 2 Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ |