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

"Cannot find library {{library}}" if {{library}} uses {{another-library1}} which uses {{another-library2}} #78

Open
EmilyGraceSeville7cf opened this issue Apr 24, 2024 · 0 comments

Comments

@EmilyGraceSeville7cf
Copy link

EmilyGraceSeville7cf commented Apr 24, 2024

Unit a.pas:

unit a;
interface

implementation

end.

Unit b.pas:

unit b;
interface
uses a;

implementation

end.

Main program main.pas (compilation fails):

program main;
uses b;
begin

end.
@EmilyGraceSeville7cf EmilyGraceSeville7cf changed the title "Cannot find library {{library}}" if {{library}} uses {{another-library1}} which uses {{another-library1}} "Cannot find library {{library}}" if {{library}} uses {{another-library1}} which uses {{another-library2}} Apr 24, 2024
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

1 participant