-
Notifications
You must be signed in to change notification settings - Fork 162
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
Use pkg-config to link against lua #462
Comments
Your case is a beautiful example of why it is difficult to do this right with Free Pascal. |
don't know about free pascal:
you mean the soname ? |
I see we did patch it for pcre already, so I just extended that and it seems to work: NixOS/nixpkgs@fbda7ca802b. Of course, feel free to improve here in upstream and/or the expression in nixpkgs. |
follow up of the fix provided in UltraStar-Deluxe/USDX#462 to use pkg-config to find lua.
follow up of the fix provided in UltraStar-Deluxe/USDX#462 to use pkg-config to find lua.
follow up of the fix provided in UltraStar-Deluxe/USDX#462 to use pkg-config to find lua.
Please, do not create duplicate issues
Actual behaviour
Compilation fails on master with:
This is the result of the configure
Expected behaviour
I believe rather than guessing what to link, if pkg-config is available then the softwaure should just use pkg-config --libs lua to get the LDFLAGS. For instance on my system, the content of lua5.2.pc is:
The text was updated successfully, but these errors were encountered: