Hello,
I've been using Lazarus for a couple of weeks now on a Windows machine, with the promise of real cross platform development.
I've now installed it on my iMac (OS X 10.4.11), but unfortunately it does not work.
It installs allright and Lazarus starts and works. But any compile I try to make fails with the following messages in Xterm
Free Pascal Compiler version 2.2.0 [2007/11/14] for i386
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: Darwin for i386
Compiling project1.lpr
PPU Loading /usr/local/share/lazarus/lcl/units/i386-darwin/carbon/interfaces.ppu
PPU Source: interfaces.pas not found
Recompiling Interfaces, checksum changed for InterfaceBase
Fatal: Can't find unit Interfaces used by project1
I've seen more topics around this subject and they all revolve around not having the right LCL compiled.
Well ... I tried it:
* built LCL,
* built the whole lot (which - incidentally - gave me a link error),
* built and tried carbon,
* built and tried gtk,
* built and tried gtk2,
* I installed from sourceforge,
* I installed the latest daily snapshots ...
But to no avail. Always the same message. It simply does not work.
Anybody else had this and knows how to crack it?
(Right now, I'm inclined to return to Java/Netbeans again)