Page 1 of 1

Rev 98 does not compile

Posted: 29.09.2006, 17:20
by rufio_datura
I have lazarus 0.9.16 and fpc 2.0.4 on gentoo linux, and rev.98 (the recommended at this time) fails to compile with message:

Code: Select all

xxxxx/lazarus/ZEOSLIB/src/component/ZSqlUpdate.pas(651,9) Error: identifier idents no member "GetNativeResolver"

The line is:

Code: Select all

 Sender.GetNativeResolver.CalculateDefaults(Sender, RowAccessor);
Rev.94 compiles fine.

Thanks.

Posted: 29.09.2006, 19:08
by barko
it compile fine here...
try with recompile clean (zcomponent.lpk), first do remove .../branches/testing/packages/lazarus/build this directory (if you use sources from svn is this path ok) if you use downloaded version then go to packages/lazarus and remove build directory... then open zcomponent.lpk and do recompile clean then install... it work ok