Page 1 of 1

[patch_done] Not compile zeos rev 1364 Linux

Posted: 05.06.2012, 22:12
by ism
Module names in Linux is case-sensitive

Code: Select all

Index: src/component/ZAbstractConnection.pas
===================================================================
--- src/component/ZAbstractConnection.pas	(revision 1364)
+++ src/component/ZAbstractConnection.pas	(working copy)
@@ -86,7 +86,7 @@
   ZDbcASA,
 {$ENDIF}
 {$IFDEF ENABLE_POOLED}
-  ZDBCPooled,
+  ZDbcPooled,
 {$ENDIF}

Posted: 05.06.2012, 23:27
by EgonHugeist
ism,

thank you for that hint. Patch done rev. 1369

Michael

Posted: 08.06.2012, 20:03
by marcov
Note that on case sensitive platforms Free Pascal always tries "all lowercase". So if you keep the filenames lowercase, you can use any casing for the units.