- Timestamp:
- Dec 4, 2009 5:12:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/debug_tcltk.html
- Property rcs:date changed from 2004/09/28 22:42:54 to 2004/10/05 22:57:30
- Property rcs:rev changed from 1.1 to 1.2
- Property rcs:lines set to +30 -5
r815 r828 27 27 </H1></CENTER> 28 28 <h4>Problems</H4> 29 If you cannot get EXPGUI or CMPR to work, 30 you may have a setup problem with Tcl/Tk or the BLT package. 29 EXPGUI (and soon CMPR) is distributed with a version of Tcl/Tk 30 that includes the Tkcon, BWidget and BLT packages included within the Tcl/Tk 31 executable. The Bwidget package is required for EXPGUI (someday the 32 same for CMPR). The BLT package is required for CMPR and is needed by all the 33 graphics routines in EXPGUI. The Tkcon package is optional. 34 EXPGUI includes the La (Linear algebra) package for use in the BKGFIT 35 routine. 36 <P> 37 If you are not using the version of Tcl/Tk packaged with the program, 38 perhaps because you want to use them on a platform other than the 39 ones supported by me, you will need to confirm that these packages 40 work properly. 31 41 You can test if Tcl/Tk and the BLT package are installed correctly using the 32 following unix commands: 42 following unix commands: 43 (In Windows, instead double-click on the appropriate icon.) 33 44 <PRE> 34 45 [d120234:~] toby% wish … … 36 47 2.4 37 48 % pack [blt::graph .g] 49 % Blt_ZoomStack .g 38 50 % exit 39 51 </PRE> … … 48 60 Problems: 49 61 <OL> 50 <LI> If wish does not work then Tcl/Tk is not installed or is not found in the path62 <LI> If wish does not work, then Tcl/Tk is not installed or is not found in the path 51 63 52 64 <LI> if the package require command is not working then BLT is not loaded or is not found by Tcl/Tk … … 55 67 56 68 <LI> if the Blt_ZoomStack command does not work, then BLT is not finding the support file bltGraph.tcl. 57 This is usually found by looking for a subdirectory named .../blt2.4/ in one of the directories in tcl variable auto_path this causes file .../blt2.4/pkgIndex.tcl to be loaded which references the libBLT file and the bltGraph.tcl file. 69 This is usually found by looking for a subdirectory named .../blt2.4/ 70 in one of the directories referenced by tcl variable auto_path; this command 71 causes file .../blt2.4/pkgIndex.tcl to be loaded which references the libBLT.so 72 file (for example) and the bltGraph.tcl file. 58 73 </OL> 74 <P> 75 Likewise, this command should work for BWidget: 76 <PRE> 77 [d120234:~] toby% wish 78 % package require BWidget 79 1.6 80 % exit 81 </PRE> 82 Note that EXPGUI and CMPR have not been tested with BWidget versions later 83 than 1.6. 59 84 60 85 </HTML>
Note: See TracChangeset
for help on using the changeset viewer.