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

Meson build file failing #22

Closed
aradi opened this issue Dec 30, 2022 · 0 comments · Fixed by #42
Closed

Meson build file failing #22

aradi opened this issue Dec 30, 2022 · 0 comments · Fixed by #42
Labels
bug Something isn't working build Build system related issues (platform, compilers)

Comments

@aradi
Copy link

aradi commented Dec 30, 2022

The meson.build file in config/, especially line 106:

if libs[0].startswith('-L')

seems to be fragile and breaks if no value had been provided for custom_libraries. I am not sure, probably, that variable should always have a defined value, when the code reaches that line, still a more informative error message would be helpful for the user. (Currently, it stops with [...]config\meson.build:106:13: ERROR: Index 0 out of bounds of array of size 0.)

@awvwgk awvwgk added bug Something isn't working build Build system related issues (platform, compilers) labels Dec 30, 2022
@marvinfriede marvinfriede linked a pull request Feb 15, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Build system related issues (platform, compilers)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants