[GRASS-dev] debugging nviz with TclTk 8.5 aqua
Glynn Clements
glynn at gclements.plus.com
Thu Jul 24 09:26:10 EDT 2008
Michael Barton wrote:
> It pretty much worked. BUT the weird thing was that the main GUI was
> in tcltk x11 and only nviz was in tcltk aqua.
No real surprise there. gis.m uses $GRASS_WISH, while NVIZ is a
"custom wish"[1]. Each "wish" will use whichever Tcl/Tk libraries it
was linked against.
[1] A hybrid Tcl/Tk+C program is basically a copy of wish (the source
code for which is normally installed in /usr/lib/tk<version>/tkAppInit.c)
which adds some new commands during the intialisation step (Tcl_AppInit).
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list