Recent

Author Topic: FPC/Lazarus installation problem with El capitan  (Read 3321 times)

xinyiman

  • Hero Member
  • *****
  • Posts: 2256
    • Lazarus and Free Pascal italian community
FPC/Lazarus installation problem with El capitan
« on: April 26, 2016, 11:51:55 am »
Hello guys, I can not install fpc-3.0.0.intel-macosx and lazarus then even on my mac.

OS X El Capitan
10:11 version
MacBook Pro (Retina)

Where I am attaching the lock screen. I have installed xcode and I launched from a terminal the command:

xcode-select --install


Solutions?
Win10, Ubuntu and Mac
Lazarus: 2.1.0
FPC: 3.3.1

balazsszekely

  • Guest

jwdietrich

  • Hero Member
  • *****
  • Posts: 1232
    • formatio reticularis
Re: FPC/Lazarus installation problem with El capitan
« Reply #2 on: April 28, 2016, 07:54:59 pm »
Obviously you entered

xcode-select --install .

You have, however, to enter

sudo xcode-select --install

The sudo command is necessary in order to execute the subsequent command (xcode-select) with superuser (or root) privileges.
function GetRandomNumber: integer; // xkcd.com
begin
  GetRandomNumber := 4; // chosen by fair dice roll. Guaranteed to be random.
end;

http://www.formatio-reticularis.de

Lazarus 2.2.6 | FPC 3.2.2 | PPC, Intel, ARM | macOS, Windows, Linux

 

TinyPortal © 2005-2018