I install lisp-box for windows on WindowsNT, but i've some access problems for ordinary users. What rights must be set on directories? Or maybe i can change paths?
On 9258 day of my life Vadim Potapenko wrote:
I install lisp-box for windows on WindowsNT, but i've some access problems for ordinary users. What rights must be set on directories? Or maybe i can change paths?
swank-loader.lisp compiles Swank *.lisp files and stores them in subdir ".slime" of (user-homedir-pathname). So, user must have write permission for this subdir.
You may change function BINARY-PATHNAME in swank-loader.lisp.