Page 1 of 1

Can't install stable ZEOS to Lazarus trunk

Posted: 23.05.2021, 21:43
by zoltanleo
Hi guys. Help me please.

I tryed to install sabj (zeos dbo 7.2.10) into fpc/lazarus trunk (rev. 49377/65117). During installation I get error
ZDbcCache.pas(4429,13) Error: Incompatible types: got "Boolean" expected "Int64"
ZDbcCache.pas(4443,17) Error: Incompatible types: got "ShortInt" expected "Boolean"
ZDbcCache.pas(4445,17) Error: Incompatible types: got "ShortInt" expected "Boolean"

What's a matter? How I can fix it?

Re: Can't install stable ZEOS to Lazarus trunk

Posted: 24.05.2021, 10:53
by marsupilami
Hello zoltanleo,

Zeos 7.2 is not intended to work on FPC trunk. Wen don't support this because it is a moving target. Zeos 7.2 should work on the latest FPC 3.2.2. You also might want to try Zeos trunk on FPC trunk.

Best regards,

Jan