* Mac Mini M1
* macOS 14.6.1
* Lazarus 3.4
* FPC 3.2.2
I have Lazarus 3.4 installed on my Mac and it works well. However, I am keen to investigate v3.99, but I am unclear as to where I should download it. I've been told that I can just download Lazarus 3.99 and just build it with my existing FPC 3.2.2, and avoid the need to use Fpcupdeluxe.
I've downloaded the source from
https://gitlab.com/freepascal.org/lazarus/lazarus, and started the build, as instructed, with `make clean bigide` which eventually succeeds (apparently).
However, when I run `./lazarus` from the `/lazarus_trunk` folder, I see the splash screen flash up for a split second and then I see this message on the command-line...
[Sun Sep 29 2024 11:54pm (BST+0100)] took 3m45s
/Applications/lazarus_trunk ./lazarus
Hint: (lazarus) [TMainIDE.ParseCmdLineOptions] PrimaryConfigPath="/Users/carlcaulkett/.lazarus"
Hint: (lazarus) [TMainIDE.ParseCmdLineOptions] SecondaryConfigPath="/etc/lazarus"
Hint: (lazarus) [TMainIDE.LoadGlobalOptions]
Hint: (lazarus) LastCalled="/Applications/Lazarus/lazarus"
Hint: (lazarus) CurPrgName="/Applications/Lazarus_trunk/lazarus"
Hint: (lazarus) AltPrgName="/Users/carlcaulkett/.lazarus/bin/lazarus"
TCocoaWidgetSet.GetSystemMetrics TODO 4
TCocoaWidgetSet.GetSystemMetrics TODO 33
TCocoaWidgetSet.GetSystemMetrics TODO 8
How can I get this working?