[solved] Error installing Lazarus Zeos
[solved] Error installing Lazarus Zeos
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
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
You do not have the required permissions to view the files attached to this post.
Re: Error installing Lazarus Zeos
@elidorio2,
Attachment unreadable.
At my CodeTyphon ver 4.80, Zeos 7.2_R3130 being installed and running.
Michal
Attachment unreadable.
At my CodeTyphon ver 4.80, Zeos 7.2_R3130 being installed and running.
Michal
Re: Error installing Lazarus Zeos
Comes up to install, plus all installation this message appears.
Re: Error installing Lazarus Zeos
@elidorio2,
Your ATTACHMENT is unreadable (too small).
Michal
Your ATTACHMENT is unreadable (too small).
Michal
-
- Expert Boarder
- Posts: 113
- Joined: 06.10.2006, 14:41
- Location: Chapecó - Santa Catarina
- Contact:
Re: Error installing Lazarus Zeos
@eldorio2 Pls, send a better error picture, I'm blind!!
Re: Error installing Lazarus Zeos
ok, follows another.
You do not have the required permissions to view the files attached to this post.
-
- Expert Boarder
- Posts: 113
- Joined: 06.10.2006, 14:41
- Location: Chapecó - Santa Catarina
- Contact:
Re: Error installing Lazarus Zeos
To quickly solve your problem, open the file ZeosLazarus.inc
At the end of this file you will see:
Edit it and remove these lines:
The resulting code will be:
Try compile and install it again...
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}
Code: Select all
{$ELSE}
{$ERROR lcl_fullversion isn't defined!}
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}
Re: Error installing Lazarus Zeos
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"
/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"
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Re: Error installing Lazarus Zeos
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
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
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
Re: Error installing Lazarus Zeos
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
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