[Lazarus] Mac OS X : Cross compiling from i386 -> PowerPC

Dominique Louis dominique at savagesoftware.com.au
Wed Jun 25 08:16:00 CEST 2008


Hi Felipe,
   I downloaded the latest SVN and attemped to build a new PowerPC 
compiler using the 2.2.2r1 compiler. These are the commands I typed...
sudo /usr/local/bin/fpcmake -w -Tall
sudo make clean CPU_TARGET=powerpc FPC=/usr/local/bin/fpc
sudo make all CPU_TARGET=powerpc FPC=/usr/local/bin/fpc

After the 3rd command I get the following error...
Fatal: Can't find unit fpintres used by pp

It doesn't matter if I target "powerpc" or "i386" I get the same error 
for both. Am I doing something wrong?

Thanks,


Dominique.

Felipe Monteiro de Carvalho wrote:
> On Sun, Jun 22, 2008 at 4:34 PM, Dominique Louis
> <dominique at savagesoftware.com.au> wrote:
>>   All the code is from the SVN or does "SVN head of a development
>> version" mean something else?
> 
> The problem is that in Free Pascal 2.2.1 the FPCMacOSAll unit was
> renamed to MacOSAll.
> 
> 2.2.1 is a development version, and thus changing over time. You got
> this error because you are using an old FPC 2.2.1





More information about the Lazarus mailing list