Re: pil21 installation fail

2023-11-15 Thread polifemo
Ok, I solved the issue by setting and exporting the environment variable TMPDIR to /tmp . For some reason clang had no place to save the temporary files generated during compilation, so I think clang just did not generate them. I think that was the "clang-16: error: unable to make temporary file:

Re: pil21 installation fail

2023-11-11 Thread Alexander Burger
On Sat, Nov 11, 2023 at 04:14:02PM -0500, polifemo wrote: > clang-16: error: unable to make temporary file: No such file or directory > make: *** [Makefile:32: ../lib/sysdefs] Error 1 > ``` > > I think it's trying to search for the sysdefs.c file in pil21/lib, but the > file is in pil21/src. But