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
Failed build on FPC 2.2 and Lazarus 0.9.24
Moderators: gto, cipto_kh, EgonHugeist
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.
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.
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
commandline: "md5sum ZEOSLIB_TRUNK_REV310.zip"
result:
"a8c1fd89eeef7f3c7c8c899285d94dc9 ZEOSLIB_TRUNK_REV310.zip"
the first part is the MD5 hashcode.
Does that help?
Tibor