Re: [fpc-devel] Getting error building fpc for clang 16

2023-12-10 Thread Jonas Maebe via fpc-devel
On 09/12/2023 17:03, Martin Frb via fpc-devel wrote: Anyway, I changed the make make install INSTALL_PREFIX=/home/m/fpc/$INSTPATH/gw3  OPT=" -Clv16.0 " LLVM=1 Then next it fails, with the same error on     make clean Yes, it tries to compile a file while doing "make clean"

Re: [fpc-devel] Getting error building fpc for clang 16

2023-12-09 Thread Martin Frb via fpc-devel
On 09/12/2023 10:50, Jonas Maebe via fpc-devel wrote: On 07/12/2023 13:52, Martin Frb via fpc-devel wrote: I also looked for msg2inc. And msg2inc was compiled before Maybe check the timestamps of compiler/msg*.inc, compiler/utils/msg2inc.pp and compiler/msg/errore.msg. Perhaps some of those

Re: [fpc-devel] Getting error building fpc for clang 16

2023-12-09 Thread Jonas Maebe via fpc-devel
On 07/12/2023 13:52, Martin Frb via fpc-devel wrote: I also looked for msg2inc. And msg2inc was compiled before Maybe check the timestamps of compiler/msg*.inc, compiler/utils/msg2inc.pp and compiler/msg/errore.msg. Perhaps some of those have timestamps far in the future? Jonas

Re: [fpc-devel] Getting error building fpc for clang 16

2023-12-07 Thread Martin Frb via fpc-devel
On 07/12/2023 13:52, Martin Frb via fpc-devel wrote: On 07/12/2023 12:19, Jonas Maebe via fpc-devel wrote: On 2023-12-07 01:09, Martin Frb via fpc-devel wrote: But I am getting make[8]: '/home/m/fpc/rel_3.3.1/source/rtl/units/x86_64-linux' is up to date. make[8]: Leaving directory

Re: [fpc-devel] Getting error building fpc for clang 16

2023-12-07 Thread Martin Frb via fpc-devel
On 07/12/2023 12:19, Jonas Maebe via fpc-devel wrote: On 2023-12-07 01:09, Martin Frb via fpc-devel wrote: But I am getting make[8]: '/home/m/fpc/rel_3.3.1/source/rtl/units/x86_64-linux' is up to date. make[8]: Leaving directory '/home/m/fpc/rel_3.3.1/source/rtl/linux' as --64 -o

Re: [fpc-devel] Getting error building fpc for clang 16

2023-12-07 Thread Jonas Maebe via fpc-devel
On 2023-12-07 01:09, Martin Frb via fpc-devel wrote: But I am getting make[8]: '/home/m/fpc/rel_3.3.1/source/rtl/units/x86_64-linux' is up to date. make[8]: Leaving directory '/home/m/fpc/rel_3.3.1/source/rtl/linux' as --64 -o /home/m/fpc/rel_3.3.1/source/rtl/units/x86_64-linux/abitag.o

[fpc-devel] Getting error building fpc for clang 16

2023-12-06 Thread Martin Frb via fpc-devel
I was trying to build an fpc for clang 16 (same commands worked on a diff machine for clang 11) I changed the version in the make line:   make all  OPT=" " OPTNEW=" -Clv16.0 " FPCMAKEOPT=" -Clv16.0 " LLVM=1 I also tried version 16.0.6 fpc 49cb7b256476409924c581145a760b863b9e755d (I had tried