I tried to install the zeos component rev. 78 in Lazarus/Windows XP and the following error occurred:
"Unable you read package file C:\lazarus\components\zeoslib\trunk\packages\lazarus\zdbc.lpk.” Error: In C:\lazarus\components\zeoslib\trunk\packages\lazarus\zdbc.lpk (line 199 pos 26): Expected to letter. '_' or ':' it will be name, found'.'".
I opened the archive zdbc.lpk and found the following line (line 196 pos 33):
<UnitName Value="ZDbcASA/>
It is lacking caracter " in pos 33.
<UnitName Value="ZDbcASA"/>
I think that is a simple error.
Error in Lazarus
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Well, this error is fixed in testing branch already. For the moment we are planning a merge from testing branch to trunk, but we don't know yet when this will happen. So for the moment, you should use .../branches/testing instead of .../trunk. Certainly when working with Lazarus, as there also was the 'date' bug. (use FPC 2.1.1 or higher when possible)
Mark
Mark