pil21 installation fail

2023-11-11 Thread polifemo
I just downloaded the latest pil21.tgz (2023-11-11) in my linux box. The installation fails immediately with: ``` 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 p

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 I