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?
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to