Hi Jayamal,
by the way: I just managed to install Tcl/Tk 8.9.11 using homebrew.
This release seems to be working much better than the Active Tcl releases (and .e.g., double clicking works again).
However, as the location of the Tcl/Tk libraries is not standard with homebrew,
you have to define the variable SP_TCL_DSO so that SICStus Prolog / ProB can find them.
This can be done for example by adding -DSP_TCL_DSO=/usr/local/Cellar/tcl-tk/8.6.11_1/lib/libtcl8.6.dylib Homebrew
or -DSP_TCL_DSO=/opt/local/lib/libtcl.dylib for MacPorts to the command starting ProB.
You can also define and export this variable before starting ProB from the Terminal by typing this:
export SP_TCL_DSO=/usr/local/Cellar/tcl-tk/8.6.11_1/lib/libtcl8.6.dylib
You can also put the above line into the StartProB.sh script.
Greetings,
Michael
> --
> You received this message because you are subscribed to the Google Groups "ProB Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
prob-users+...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/prob-users/561a1c11-4665-4a6a-beb0-927b8ad453den%40googlegroups.com.