I ran the sudo xcode-select ...
Odd thing. Even before xcode was installed that command told me command line tools were already installed. I think because of that I might not have done the license accept.
Doing it this time let me get much further.
Building simple menu for the first time compiles all sorts of stuff like the component libraries. Including carbonbars.pp which has this at the front of the code and creates this error:
{$IFNDEF cpui386}
{$ERROR only cpu i386 is supported}
{$ENDIF}
The source code for the Windows install has the same #ifndef but running in a pc doesn't fail. Since this laptop has an Intel Core Duo there must be a define that is set automatically on windows installs?
Or the maybe path to certain subfolders. I just checked and the Rasperry Pi install of Lazarus doesn't build this when asked to do a cleanup and build since it definitely doesn't have an cpui386 processor core.
This is the first file where it failed. How many others? Or should the cpui386 be defined in this ide?
Or because "xcode-select --install" (without the quotes) ran and told me it was already installed was it maybe not installed properly for fpc?
Getting closer on this 'Mac'
