Skip to content

Problem locating units on OSes with case sensitive file names #153

@woj76

Description

@woj76

I just went through a long session of trying to figure out why the program that says:

uses stringUtils;

does not compile complaining that unit stringutils cannot be found, even though the library path was set correct. Turns out that on my Linux mp looking for stringutils.pas will never find it, because the file is named stringUtils.pas. Making a soft link stringUtils.pas -> stringutils.pas solved the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions