On Sun, 6 Feb 2022, Pieter van Engen via fpc-devel wrote:

Hallo,

I installed an new MacMini with MACOS Monterey, installed XCCODE en XCODE tools, then downloaded and installed: ppc-3.2.0.intel-macosx.dmg
started that, it finished with INSTALLATION COMPLETED!
But alas there was no FPC app and when I installed Lazarus it could not find 
the sources.
What am I doing wrong?

There is no .app for FPC, that is normal. FPC is a command-line tool.
You can test it in a terminal window, type:

fpc -h

And it should show you the help page.

Lazarus expects the sources of FPC to be installed for the code completion
feature.

This is a separate install, which you can also find on the lazarus website
download.

Michael.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to