2012/8/8 Martin <[email protected]>:
>> /usr/share/lazarus/1.0RC1/components/synedit/synedithighlighterfoldbase.pas(1,1)
>> Fatal: There were 2 errors compiling module, stopping
>
>
> Looks like an error in FPC.
>
> And there already is a workaround in the lazarus source. But it is
> conditional
>
> And it looks there is a typo. Open the unit and find:
>
> {$IFDEF CPU64}
> {$IF (FPC_FULLVERSION = 2060) or (FPC_FULLVERSION = 20501)}
>   {$DEFINE ISSUE_20850 }
> {$ENDIF}
> {$ENDIF}
>
>
> replace  2060 with 20600

It worked, but now:

Unable to find file "registersqldb.pas".
If it belongs to your project, check search path in
Project -> Compiler Options -> Search Paths -> Other Unit Files. If
this file belongs to a package, check the appropriate package compiler
options. If this file belongs to lazarus, make sure compiling clean.
If the file belongs to FPC then check fpc.cfg. If unsure, check
Project -> CompilerOptions -> Test

Thank you,
Kjow

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to