Re: [fpc-devel] Latest trunk - problems with codesign on MacOSX

2021-02-13 Thread Michael Ring via fpc-devel
Thank you, building from within fpcupdeluxe now works Am 13.02.21 um 09:20 schrieb Jonas Maebe via fpc-devel: On 12/02/2021 11:33, Michael Ring via fpc-devel wrote: So, question one is if it is necessary to detect codesign path at all, at least for my Mac's it is in /usr/bin It may not exi

Re: [fpc-devel] Latest trunk - problems with codesign on MacOSX

2021-02-13 Thread Jonas Maebe via fpc-devel
On 12/02/2021 11:33, Michael Ring via fpc-devel wrote: > So, question one is if it is necessary to detect codesign path at all, > at least for my Mac's it is in /usr/bin It may not exist at all, e.g. on PowerPC Macs. > and, if this step is needed, > > please make the result of the detection uniq

[fpc-devel] Latest trunk - problems with codesign on MacOSX

2021-02-12 Thread Michael Ring via fpc-devel
In a recent trunk version new code was introduced in the compiler Makefile to make use of codesign for comparing stage compilers. Problem is that there was an algorithm implemented to detect codesign in the path and this code is not properly covering the case when for some reason codesign is v