On Sun, 24 Oct 2010, Andrew Brunner wrote:

I deleted my sandbox copy of Lazarus and my exported copy of Lazarus
and now I can rebuild Lazarus from inside the IDE but I still get
cannot find LResources used by registersqldb

I know that LResources is all lowercase on Ubuntu 10.10 x64.

I was wondering how to get FPC to be case insensitive when resolving unit names.

You can't. The filesystem is case sensitive, so one of the following must be
true:
- filename is unit name - exact casing
- filename is unit name - all lowercase
And I think the following as well:
- filename is unit name - all uppercase.

The FPC documentation contains the exact rules.

Michael.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to