Re: [Lazarus] Current SVN lazarus compilation fails

2015-03-08 Thread Mattias Gaertner
On Sun, 8 Mar 2015 18:47:09 +0100 (CET)
Michael Van Canneyt  wrote:

> 
> ... 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'

I fixed the Makefile.

Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Current SVN lazarus compilation fails

2015-03-08 Thread Michael Van Canneyt


... 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.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus