Page 1 of 1

Lazarus bug fixes for 13 Oct 05 release

Posted: 15.10.2005, 23:28
by IgD
Here are the bugs I verified from the 13 Oct release:

1. Change ZplainPostgreSql81.pas to ZPlanPostgresSql8x.pas in zplain.lpk

<Item22>
<Filename Value="../../src/plain/ZPlainPostgreSql81.pas"/>
<UnitName Value="ZPlainPostgreSql8x"/>
</Item22>

2. Fix the following typos in zdbc.lpk:

a. Remove extra "/" from "build/"
<SearchPaths>
<OtherUnitFiles Value="../../src/dbc/"/>
<UnitOutputDirectory Value="build"/>
</SearchPaths>

b. Add missing slash to unitname value

<Item43>
<Filename Value="../../src/dbc/ZDbcASA.pas"/>
<UnitName Value="ZDbcASA/>
</Item43>

3. Add the following installation instructions to installation.htm:

"After the files are downloaded, open Lazarus and open and compile the zeos packages in the following order:
zcore.lpk
zparsesql.lpk
zplain.lpk
zdbc.lpk

Then finally open zcomponent.lpk and compile and install this package.

Note: The first four packages only need to be compiled! In fact they
cannot be installed."

Posted: 24.10.2005, 20:57
by Theo
Hello IgD

There's also a little typo in your post, at 2b , it should read: missing quote (") so:

b. Add missing quote to unitname value

<Item43>
<Filename Value="../../src/dbc/ZDbcASA.pas"/>
<UnitName Value="ZDbcASA"/>
</Item43>

Posted: 25.10.2005, 04:51
by IgD
Theo, thanks! Are you using Lazarus?

Any idea what is going on with these issues:
(They are problems with using Zeoslib with Lazarus too)
http://seegernet.koolhost.de/zeosforum/ ... .php?t=145

http://seegernet.koolhost.de/zeosforum/ ... .php?t=156

Posted: 25.10.2005, 11:27
by IgD

Posted: 25.10.2005, 20:25
by Theo
IgD wrote:Theo, thanks! Are you using Lazarus?

Yes,trying to make it work with Mysql 4.0 ,4.1, and Firebird 1.5.

Any idea what is going on with these issues:
(They are problems with using Zeoslib with Lazarus too)
http://seegernet.koolhost.de/zeosforum/ ... .php?t=145
http://seegernet.koolhost.de/zeosforum/ ... .php?t=156
No, I just installed it yesterday, done some simple tests, and already had some problems with that so don't expect to much of me.

Posted: 21.11.2005, 22:37
by kfitzner
Have these bug fixes been incorporated into some CVS tree? I just checked out zeosdbo_rework and had to perform the changes manually.