[fpc-devel] FPC download on MACOS Monterey does not create an FPC app nor an fpsrc library?

Michael Van Canneyt michael at freepascal.org
Mon Feb 7 09:01:49 CET 2022



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.


More information about the fpc-devel mailing list