On Wed, 27 Oct 2010 11:58:37 +0200, Mattias Gaertner <[email protected]> wrote:
>Keep in mind that a samba share is a case insensitive file system, >while the compiler and the IDE under Linux work case sensitive. Maybe >you want to rename all files lowercase. > Not really a good idea because inside the Indy files are uses statemants like this example: uses Classes, IdGlobal, IdRawBase, IdRawClient, IdStackConsts, IdBaseComponent; As you can see these are capitalized and if the corresponding file name is lower case only then it will not be found... Bo Berglund -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
