[Lazarus] PPC: SynEditFoldedView giving "parameter syntax error"

Martin Friebe lazarus at mfriebe.de
Thu Nov 6 15:18:24 CET 2008


Brad Campbell wrote:
> EarMaster - Bent Olsen wrote:
>   
>> Hi all,
>>
>> I have updated Lazarus to latest revision (17246) on Win32 and Mac i386/PPC,
>> and downloaded latest FPC 2.2.2 (20081106 on Win32, 20081104 on Mac
>> i386/PPC)
> Uncomment the {$INLINE OFF} in /lazarus/components/synedit/syneditfoldedview.pp
> There is a bug on powerpc at the moment. That will work around it

I am trying to find the right IFDEF, to make sure it compiles for powerpc.
I believe it would be

{$IFDEF CPUM68K} {$INLINE OFF} {$ENDIF}

Brad, could you see, if that works for you?







More information about the Lazarus mailing list