[Lazarus] New bug with Configure Lazarus IDE?

Anthony Walter sysrpl at gmail.com
Sat Apr 20 21:10:06 CEST 2013


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20130420/715e8c59/attachment-0002.html>


More information about the Lazarus mailing list