<p>Am 10.05.2014 23:39 schrieb "waldo kitty" <<a href="mailto:wkitty42@windstream.net">wkitty42@windstream.net</a>>:<br>
><br>
> On 5/10/2014 5:14 PM, Sven Barth wrote:<br>
>><br>
>> On 10.05.2014 20:09, waldo kitty wrote:<br>
>>><br>
>>><br>
>>> i'm using git to pull a project from sourceforge to a windows box and to<br>
>>> a linux box... on windows, the project compiles fine... on linux,<br>
>>> though, all of the files' names are lowercase but the sources have upper<br>
>>> and CaMeL cased file names in the uses and include statements... i have<br>
>>> no control over the project or the git repository it originates from...<br>
>><br>
>><br>
>> FPC will look for each unit and include file (including directory names) in<br>
>> lowercase, UPPERCASE and AsWritten (AFAIK even in that order)<br>
><br>
><br>
> maybe this is not the problem i'm facing, then... i'll have to dig deeper into the build script... it is a very simple build script but there may be a bug in it with an environment variable it sets for the library files...</p>

<p>You could add the option -vut to see which files the compiler tries to use (t) and which it does then finally use (u). Be aware though that this might get noisy ;)</p>
<p>Regards,<br>
Sven</p>