Page 1 of 1

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

Posted: 24.04.2010, 04:46
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

Posted: 01.05.2010, 20:56
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

Posted: 10.05.2010, 17:33
by jacques.bernardes
Hi mdaems

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


Cheers


Jacques

Posted: 13.05.2010, 00:03
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

Posted: 15.08.2010, 08:57
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!