when trying to “debugger:start()”, I get the following exception:
Error in startup script: couldn’t read file “/Users/rsaccon/cean/erlang/lib/gs-1.5.6/priv/darwin-x86/gstk.tcl”: no such file or directory
gs and debigger are installed, but when I check the filesystem, I get the following:
$ ls -la /Users/rsaccon/cean/erlang/lib/gs-1.5.6/priv/darwin-x86/gstk.tcl
ls: /Users/rsaccon/cean/erlang/lib/gs-1.5.6/priv/darwin-x86/gstk.tcl: No such file or directory
$ ls -la /Users/rsaccon/cean/erlang/lib/gs-1.5.6/priv/
total 48
drwxr-xr-x 6 rsaccon rsaccon 204 Jul 1 20:21 .
drwxr-xr-x 8 rsaccon rsaccon 272 Jul 1 20:21 ..
lrwxr-xr-x 1 rsaccon rsaccon 14 Jul 1 20:21 bin -> darwin-x86/bin
-rwxr-xr-x 1 rsaccon rsaccon 1611 Mar 27 15:43 gs-xdefaults
-rwxr-xr-x 1 rsaccon rsaccon 9372 Mar 27 15:43 gstk.tcl
lrwxr-xr-x 1 rsaccon rsaccon 14 Jul 1 20:21 lib -> darwin-x86/lib
