On Sun, Jun 22, 2008 at 3:07 PM, Dominique Louis
<[EMAIL PROTECTED]> wrote:
>   I could not find the specific packages

lazarus/components/printers

> so I did a make all using the
> ppcppc compiler and when I do that I get the following compilation error
> Fatal: Can't find unit MacOSAll used by CarbonInt
>
> Am I not supposed to be able to do a
> make all LCL_PLATFORM=carbon
> and target the ppcppc compiler?

make all won't compile the printers package AFAIK. And it will compile
the Lazarus IDE. Doesn't look like a good idea.

make bigide will build both the IDE and printers.

anyway, if you really want to build in the command line I would try
setting TARGET_CPU=powerpc

-- 
Felipe Monteiro de Carvalho
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to