Page 1 of 1

[solved] not compile zeos rev 17.07.12 on linux

Posted: 18.07.2012, 18:52
by JohnML
Problem solved, there was a tipp some posts before:

I deleted the whole Zeosdbo ( svn ) folder and did a svn checkout to get the whole thing again, that did the trick

*************************************************************


Lazarus linux shows this error message:


../Zeosdbo/src/plain/ZPlainFirebirdDriver.pas(530,35) Error: Identifier not found "LibLocation"

the code lines are:

{$IFDEF ENABLE_INTERBASE_CRYPT}
procedure TZFirebirdBaseDriver.Initialize(const LibLocation: String = '');
begin
If Assigned(FPreLoader) and not FPreLoader.Loaded then
FPreLoader.LoadNativeLibrary;
inherited Initialize(LibLocation);
end;
{$ENDIF}