On 8/25/15, Torsten Bonde Christiansen <[email protected]> wrote: > Hi. > > I get the following error (see picture) on a clean installation of FPC > 3.0.0 RC1 (just released) and the latest trunk: > Lazarus 1.5 r49709M FPC 3.0.0 x86_64-linux-gtk 2
What is the value of $FPC_FULLVERSION in this RC? See revision 49401 and associated bugreport http://bugs.freepascal.org/view.php?id=27754 Does it work if you change all {$IF FPC_FULLVERSION >= 30001} into {$IF FPC_FULLVERSION >= 30000} in lresources.pp? Bart -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
