Re: [Lazarus] tachart breaks trunk compilation

2012-10-07 Thread zeljko
On Sunday 07 of October 2012 12:26:11 Marco van de Voort wrote:
 tachartaxis.pas(337,46) Error: identifier idents no member GetAlignment
 
 
 Lazarus trunk, fpc trunk.

I've successfully compiled laz trunk (r38980) with fpc-2.6.1.

zeljko

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


Re: [Lazarus] tachart breaks trunk compilation

2012-10-07 Thread Marco van de Voort
On Sun, Oct 07, 2012 at 12:43:34PM +0200, zeljko wrote:
  tachartaxis.pas(337,46) Error: identifier idents no member GetAlignment
  
  
  Lazarus trunk, fpc trunk.
 
 I've successfully compiled laz trunk (r38980) with fpc-2.6.1.

(including tachart?)

I've looked deeper into it, and it seems Alexander is fond of strict
protected and private, but calls getalignment in a not inherited fashion.
(on another class)

Afaik that was where FPC was more lax than Delphi and Jonas corrected that
yesterday.


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


Re: [Lazarus] tachart breaks trunk compilation

2012-10-07 Thread Alexander Klenin
On Sun, Oct 7, 2012 at 9:58 PM, Marco van de Voort mar...@stack.nl wrote:
 On Sun, Oct 07, 2012 at 12:43:34PM +0200, zeljko wrote:
  tachartaxis.pas(337,46) Error: identifier idents no member GetAlignment
 
 
  Lazarus trunk, fpc trunk.

 I've successfully compiled laz trunk (r38980) with fpc-2.6.1.

 (including tachart?)

 I've looked deeper into it, and it seems Alexander is fond of strict
 protected and private, but calls getalignment in a not inherited fashion.
 (on another class)

Fixed in r38981

-- 
Alexander S. Klenin

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


Re: [Lazarus] tachart breaks trunk compilation

2012-10-07 Thread Alexander Klenin
On Sun, Oct 7, 2012 at 9:58 PM, Marco van de Voort mar...@stack.nl wrote:
 I've looked deeper into it, and it seems Alexander is fond of strict
 protected and private, but calls getalignment in a not inherited fashion.
 (on another class)

 Afaik that was where FPC was more lax than Delphi and Jonas corrected that
 yesterday.


It seems, however, that the description on the wiki is incorrect (or
incomplete),
since it speaks about strict private, while this change is about
strict protected.

-- 
Alexander S. Klenin

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


Re: [Lazarus] tachart breaks trunk compilation

2012-10-07 Thread Marco van de Voort
On Mon, Oct 08, 2012 at 12:11:38AM +1100, Alexander Klenin wrote:
  I've looked deeper into it, and it seems Alexander is fond of strict
  protected and private, but calls getalignment in a not inherited fashion.
  (on another class)
 
 Fixed in r38981

Thanks.

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