[bug_fixed] svn rev. 59

In this forum all bug reports concerning the 6.x branch will be gahtered. You have the possibility to track the bug fix process.

Moderators: EgonHugeist, mdaems

Post Reply
barko
Senior Boarder
Senior Boarder
Posts: 51
Joined: 07.09.2005, 13:13

[bug_fixed] svn rev. 59

Post by barko »

Latest svn rev. 59 has problem with some file names on linux.

I have changed this files, to compile on lazarus for linux normal:

plain/ZPlainMySql320.pas ({$I ZPlainMysql.inc}) <- changed from old {$I ZPlainMySql.inc}
plain/ZPlainMySql323.pas
plain/ZPlainMySql40.pas
plain/ZPlainMySql41.pas
plain/ZPlainMySql5.pas

and in packages/lazarus/zplain.lpk (with kwrite editor) this line:

<Item14>
<Filename Value="../../src/plain/ZPlainMysqlConstants.pas"/>
<UnitName Value="ZPlainMysqlConstants"/>


ZPlainMysqlConstants.pas <- from old ZPlainMySqlConstants.pas

and then it compile ok...
Last edited by barko on 11.06.2006, 01:31, edited 4 times in total.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Thanks Barko!

Is that an answer to my demand for compiler testers? I'd be glad to add your name to the Lazarus entry in the list.

Just a few minutes ago I committed the changes mentioned above.(Rev60) Can you next time send an svn diff? Even if I can't apply it automaticly for one reason or another, it might be easier to apply the patch manually.

Can you reply if it compiles correctly now? I can 'close' the bugreport then.(Just that funny icon to show it should be OK)

Mark
Post Reply