Page 1 of 1

Failed build on FPC 2.2 and Lazarus 0.9.24

Posted: 23.11.2007, 04:53
by piper62
Hi,
I get this error message during install/compile:

/home/ufs/lazarus/components/zeosdbo_trunk_rev310/src/component/ZStreamBlob.pas(420,42) Fatal: Can't find unit ZSqlUpdate used by ZAbstractDataset

The file is there and I use the ZEOSLIB_TRUNK_REV310.zip.

Help appreciated.

Regards,
Tibor

Posted: 24.11.2007, 03:41
by piper62
Hi, an update.

Now it works! I couldn't believe that a file which is definitely in the path and existing can't be found.
So, I downloaded the ZEOSLIB_TRUNK_REV310.zip again compared it with my previous version: difference!

With the correct .ZIP file now everything is OK.

So, I can proof Zeoslib 6.6.1 Trunk Rev310 is working under Kubuntu 7.10, FPC 2.2.0.1 and Lazarus 0.9.24.

Sorry for the confusion I caused.

Regards,
Tibor

PS: A suggestion: Would it be an idea to add a hash code (MD5 should be enough) to the download area? Then everybody could check if something went wrong during download.
T.

Posted: 24.11.2007, 14:38
by mdaems
How do I make the hash code? Do you know an ant command (to add to build scripts) that md5's the zip file to a separate file?

Mark

Posted: 25.11.2007, 03:28
by piper62
Hi Mark, I don't know if you can use it in an ant script but under linux and under MS-Windows the program is called "md5sum" usage like this:
commandline: "md5sum ZEOSLIB_TRUNK_REV310.zip"
result:
"a8c1fd89eeef7f3c7c8c899285d94dc9 ZEOSLIB_TRUNK_REV310.zip"

the first part is the MD5 hashcode.
Does that help?

Tibor

Posted: 30.11.2007, 21:36
by mdaems
Just checked Ant documentation. They have a nice task called Checksum. Have a look at the snapshot download directory. Is that more or less what you wanted?

Mark

Posted: 04.12.2007, 01:34
by piper62
Yes! That's it.
Only one wish left: Can you please provide the hash code information for the trunk versions too?

Tibor

Posted: 04.12.2007, 02:14
by mdaems
Will be included at next merge/snapshots...