Can't install 6.6.6 in lazarus - zcore.pas(78,12) Fatal: Ca

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
jacques.bernardes
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 11.10.2006, 21:19

Can't install 6.6.6 in lazarus - zcore.pas(78,12) Fatal: Ca

Post by jacques.bernardes »

Hi Folks

When installing Zeoslib-6.6.6 (quite interesting version number, isn't it) I got the following error message :

Recompiling zcore, checksum changed for zclasses
zcore.pas(78,12) Fatal: Can't find unit zcore used by zcomponent


Don't know what to do...


More info : Lazarus 0.9.28.2 , fpc 2.4.0, Zeuslib-6.6.6

Thanks in advance


Jacques
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Is this an install from scratch or did you just upgrade zeoslib?
When reinstalling you may need to recompile all packages in the right order. The message you get seems to point in the direction of unit versions confusing the compiler.

Mark
Image
jacques.bernardes
Fresh Boarder
Fresh Boarder
Posts: 10
Joined: 11.10.2006, 21:19

Post by jacques.bernardes »

Hi mdaems

Thanks for your reply. It's a fresh install.


Cheers


Jacques
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

I can just advise opening and compiling the packages in ths order:
core, parsesql, plain, dbc components. then install the components package.

Mark
Image
christensen
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 13.05.2010, 11:31

Post by christensen »

Hi guys,

I have problem installing Zeoslib-6.6.6 on lazarus 0.9.28.2 (in the past i had installed on XP but now on Windows 7 ultimate 32bits cannot).
I had compiled the package in order: core, parsesql but the zplain doesn't compile.
This are the errors:

C:\lazarus\src\plain\ZPlainLoader.pas(174,46) Error: Incompatible type for arg no. 1: Got "PChar", expected "PWideChar"
C:\lazarus\src\plain\ZPlainLoader.pas(211,44) Error: Incompatible type for arg no. 2: Got "PChar", expected "PWideChar"
C:\lazarus\src\plain\ZPlainLoader.pas(217) Fatal: There were 2 errors compiling module, stopping

Any advice?
Thanks!
Post Reply