Page 1 of 1

Problems witth SVN725 (but also 6.5.1)

Posted: 25.11.2009, 13:59
by merlin352
Hi

Since today I have a strange problem with Zeos. I have installed SVN725 because I'm doing some enhancements to ZExpression.

I can install the packages with no problem, but when I recompile my project I get the following error

Code: Select all

Recompiling ZDbcConnection, checksum changed for ZClasses
ZDbcConnection.pas(9,78) Fatal: Can't find unit ZDbcConnection used by ZDbcDbLib
The shown errorline is a blank line in the comments at the beginning of ZDbcConnection.

Anybody knows what this might be?

Thanks

Posted: 25.11.2009, 20:43
by mdaems
This usually means some of the zeoslib sources are in your search path and are recompiled because your project was compiled with another version last time.
If I remember correctly this can be solved by removing all ppu and o files from your project and only add the zeoslib build directory to your path. Rebuild zeoslib so the files in the zeoslib/packages/lazarus/build directory are correct and finally compling your program again.

Mark

Posted: 26.11.2009, 08:42
by merlin352
ok, that was it. And I had the path to the wrong version in the settings :shock: :shock:

Sometimes the solution is too near to see :roll:

Thanks