I start thinking that for some it does not compile with the right version of the fpc. I have other versions of lazarus on my Mac, an older version 1.6 installed by the official installer, then a 1.8 lazarus version (3.0.4 of pfc) installed with fpcupdeluxe. And now I installed the trunk version of both lazarus and fpc always with fpcupdeluxe. But when I send the command:
make LCL_PLATFORM = cocoa
The problem happens. I can tell make to install with a specific version of fpc parameterizing it type
make LCL_PLATFORM = cocoa fpc_dir = / Users / helloworld / fpc /
Something like that, so make sure you have compiled with the last downloaded fpc. Thank you