Thanks a lot Daniel, nice to know how to change the TMP path.
If I confirm the problem is with ASDF i'll let you know anyway.
Regards,
Diogo
On 30 January 2016 at 16:11, Daniel Kochmański wrote:
> Hello,
>
> to change the temporary dir you may set the logical-pathname-translation
> of "TMP":
>
Hello,
to change the temporary dir you may set the logical-pathname-translation
of "TMP":
(setf (logical-pathname-translations "TMP")
`(("**;*.*.*" ,(merge-pathnames "/your/new/directory/" "**;*.*.*"
(or something like this). But I think that the problem is cache
directory, which
Hi,
We have a few different c++ projects with ecl embedded, which when starting
up, have ecl compiling and loading quite a bit of lisp code.
If we start the various processes close enough in time, conflicts occur
while compiling the lisp code. All is good if I wait for the lisp
compilations betwe