[fpc-pascal] Bug in FPC 3.0?
Michael Van Canneyt
michael at freepascal.org
Mon Feb 22 20:22:40 CET 2016
On Mon, 22 Feb 2016, Serguei TARASSOV wrote:
> Michael Van Canneyt wrote
>> On Mon, 22 Feb 2016, Serguei TARASSOV wrote:
>>
>>> Hello,
>>>
>>> UniDAC doesn't compile with Lazarus 1.6/FPC 3.0.
>>> The case may be reproduced on following example.
>>
>> To my knowledge, this has never worked.
>>
>> Michael.
>
> History log is below :)
Well, the compiler is on my side:
home: >ppcx64-2.6 td.pp
td.pp(13,34) Error: Identifier not found "FieldDefs"
td.pp(16,16) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
home: >ppcx64-2.6.4 td.pp
td.pp(13,34) Error: Identifier not found "FieldDefs"
td.pp(16,16) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
I suspect some refactoring in UniDAC is the cause of your problem.
A "with" gone wrong ?
Michael.
More information about the fpc-pascal
mailing list