[Lazarus] Current SVN lazarus compilation fails

Michael Van Canneyt michael at freepascal.org
Sun Mar 8 18:47:09 CET 2015


... because of C style assignments in ./lcl/interfaces/gtk2/gtk2wscustomlistview.inc

             ItemRect.x += IconRect.width + IconRect.x + 2;
             ItemRect.y += 2; // offset
             ItemRect.Width -= IconRect.Width + 2;
             ItemRect.height -= 2; // offset

This only works if you have enabled a special switch.

Found this out with 'make bigide'

Michael.




More information about the Lazarus mailing list