Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
woj76 opened this issue May 22, 2024 · 1 comment
Open

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

woj76 opened this issue May 22, 2024 · 1 comment

Comments

@woj76
Copy link

woj76 commented May 22, 2024

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.

@peterdell
Copy link
Contributor

I think the only way to make everything work as expected on case-sensitive file systems is to use the correct case. Is the "uses stringUtils;" somewhere in the Mad Pascal main source/examples, or was it in your own code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants