[Lazarus] New bug with Configure Lazarus IDE?

Mattias Gaertner nc-gaertnma at netcologne.de
Sun Apr 21 18:17:58 CEST 2013


On Sat, 20 Apr 2013 15:10:06 -0400
Anthony Walter <sysrpl at gmail.com> wrote:

> I was testing fpcup on a fresh install of Windows and everything seemed to
> build okay, but when I opened lazarus for the first time and tried to set
> paths, I got the following message with the FPC Sources tab:
> 
> "Warning: Found version ..3, expect 2.6.3."
> 
> I checked initialsetupdlg.pas and the routine CheckFPCSrcDirQuality. I see
> it looks for file version.pas, and upon opening that file I see:
> 
>     const
>        { version string }
>        version_nr = '2';
>        release_nr = '6';
>        patch_nr   = '3';
>        minorpatch = '';
> 
> So everything looks correct. I am guessing there is a bug in
> CheckFPCSrcDirQuality or one of the routines it uses which is causing it to
> see the version "..3" instead of "2.6.3". Can someone confirm is this is a
> problem?

You can send me your version.pas and I can check if
CheckFPCSrcDirQuality eats it.


Mattias




More information about the Lazarus mailing list