[solved] not compile zeos rev 17.07.12 on linux

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
JohnML
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 02.12.2009, 13:15
Location: Frankfurt, Germany

[solved] not compile zeos rev 17.07.12 on linux

Post 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}
Locked