[fpc-devel] unicodertl fails to compile on darwin

2024-09-08 Thread Mattias Gaertner via fpc-devel
Hi, Following the instructions on the wiki compiling the subtarget unicodertl fails. Wiki: https://wiki.freepascal.org/FPC_Unicode_RTL#Compiling_the_namespaced_unicode_RTL Compiling rtl works, but compiling packages fails: make -C rtl clean all SUB_TARGET=unicodertl FPC_DOTTEDUNITS=1 PP=/p

Re: [fpc-devel] unicodertl fails to compile on darwin

2024-09-08 Thread Michael Van Canneyt via fpc-devel
On Sun, 8 Sep 2024, Mattias Gaertner via fpc-devel wrote: Hi, Following the instructions on the wiki compiling the subtarget unicodertl fails. Wiki: https://wiki.freepascal.org/FPC_Unicode_RTL#Compiling_the_namespaced_unicode_RTL Compiling rtl works, but compiling packages fails: make