Page 1 of 1
[solved] Error installing Lazarus Zeos
Posted: 04.06.2014, 19:57
by elidorio2
Hello,
This generates the error attached to install the latest svn version Zeos in Lazarus.
I'm using Lazarus 1.2.2 fpc 2.6.4
[]'s
Edson
Re: Error installing Lazarus Zeos
Posted: 04.06.2014, 20:17
by miab3
@elidorio2,
Attachment unreadable.
At my CodeTyphon ver 4.80, Zeos 7.2_R3130 being installed and running.
Michal
Re: Error installing Lazarus Zeos
Posted: 05.06.2014, 01:35
by elidorio2
Comes up to install, plus all installation this message appears.
Re: Error installing Lazarus Zeos
Posted: 05.06.2014, 08:45
by miab3
@elidorio2,
Your ATTACHMENT is unreadable (too small).
Michal
Re: Error installing Lazarus Zeos
Posted: 24.06.2014, 14:22
by papelhigienico
@eldorio2 Pls, send a better error picture, I'm blind!!
Re: Error installing Lazarus Zeos
Posted: 25.06.2014, 02:28
by elidorio2
ok, follows another.
Re: Error installing Lazarus Zeos
Posted: 25.06.2014, 18:41
by papelhigienico
To quickly solve your problem, open the file ZeosLazarus.inc
At the end of this file you will see:
Code: Select all
{$IFDEF WITH_LCONVENCODING}
{$IF declared(lcl_fullversion)}
{$if lcl_fullversion>=1000000} //Lazarus >= 1.0.0 with delphi fix.
{$DEFINE LCONVENCODING_HAS_CP852_FUNCTIONS}
{$ifend}
{$ELSE}
{$ERROR lcl_fullversion isn't defined!}
{$ifend}
{$ENDIF}
Edit it and remove these lines:
Code: Select all
{$ELSE}
{$ERROR lcl_fullversion isn't defined!}
The resulting code will be:
Code: Select all
{$IFDEF WITH_LCONVENCODING}
{$IF declared(lcl_fullversion)}
{$if lcl_fullversion>=1000000} //Lazarus >= 1.0.0 with delphi fix.
{$DEFINE LCONVENCODING_HAS_CP852_FUNCTIONS}
{$ifend}
{$ifend}
{$ENDIF}
Try compile and install it again...
Re: Error installing Lazarus Zeos
Posted: 26.06.2014, 00:37
by elidorio2
Performed the procedure and now this presented another error:
/home/lidorio/edinho/lazarus/componentes/Zeos-testing-7.2/src/dbc/ZDbcMySqlResultSet.pas(379,62) Error: Call by var for arg no. 2 has to match exactly: Got "LongWord" expected "QWord"
Re: Error installing Lazarus Zeos
Posted: 27.06.2014, 21:45
by EgonHugeist
Hi there,
I'm sorry for my absence.. Bussy currently.
Did commit the suggested patch of papelhigienico and a fix for the second report of Edson.
Edson could you checkout 3177 /testing-7.2 and give me a reply if there are more issues?
Michael
Re: Error installing Lazarus Zeos
Posted: 28.06.2014, 03:10
by elidorio2
Hello Michael,
We miss you, no longer saw any commits, were the desperate.
Nice to have you returned.
Getting back on the subject, I tested with rev. 3179 and this perfect. You can help end this.
--
Edson