Page 1 of 1
Zeos 7.2.4 Don't Compile on Lazarus
Posted: 31.05.2019, 18:42
by Shadownildo
Hi There, i'm trying to Use Zeos on Lazarus and won't compile , give tons of errors in ZDbcInterbase6Statement, like
Code: Select all
" ZDbcInterbase6Statement.pas(265,19) Error: Can't determine which overloaded function to call "
and even if i fix that, other gonna appears
i'm using the TrunkGit version of FPC + Lazarus, What can i do to make this work ?
Re: Zeos 72.4 Don't Compile on Lazarus
Posted: 02.06.2019, 09:34
by marsupilami
Hello and welcome to the forums
Zeos 7.2.4 is not meant to work with trunk versions of FPC. You might want to try the current SVN version of Zeos 7.3. See
https://sourceforge.net/p/zeoslib/code-0/HEAD/tree/branches/.
This branch is tested against FPC 3.2-fixes and Lazarus 2.0-fixes on a regular basis.
Best regards,
Jan
Re: Zeos 72.4 Don't Compile on Lazarus
Posted: 03.06.2019, 14:31
by Shadownildo
Hi, thank you for the answer
I managed to Fix this in Windows, but i having the same problem with Zeos, 7.3 on Linux, happen the same issue, with overload methods, in linux i'm using the Trunk version too. but 7.2.4 and 7.3 don't work. what can i do ?
Re: Zeos 72.4 Don't Compile on Lazarus
Posted: 04.06.2019, 08:14
by marsupilami
Shadownildo wrote:Hi, thank you for the answer
I managed to Fix this in Windows,
How did you fix this on Windows?
Shadownildo wrote:but i having the same problem with Zeos, 7.3 on Linux, happen the same issue, with overload methods, in linux i'm using the Trunk version too. but 7.2.4 and 7.3 don't work. what can i do ?
Don't use Zeos trunk. We don't do development there currently. Use Zeos 7.3. It always has the most up to date fixes. Which messages do you get exactly?
Best regards,
Jan
Re: Zeos 72.4 Don't Compile on Lazarus
Posted: 04.06.2019, 13:04
by marsupilami
Shadownildo wrote:Hi, thank you for the answer
I managed to Fix this in Windows, but i having the same problem with Zeos, 7.3 on Linux, happen the same issue, with overload methods, in linux i'm using the Trunk version too. but 7.2.4 and 7.3 don't work. what can i do ?
Soo - I compiled Zeos 7.3 with FPC 3.2-fixes. The compilation works without problems. We cannot target FPC trunk - we simply don't have the ressources to do so.