-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
generator.process() doesn't handle custom target/index from subdirectories correctly #13168
Comments
Investigating |
tristan957
added a commit
to tristan957/meson
that referenced
this issue
May 2, 2024
We need the subdir of where the output file will actually be created, not the current subdir of the interpreter. Fixes: mesonbuild#13168
tristan957
added a commit
to tristan957/meson
that referenced
this issue
May 2, 2024
We need the subdir of where the output file will actually be created, not the current subdir of the interpreter. Fixes: mesonbuild#13168
tristan957
added a commit
to tristan957/meson
that referenced
this issue
May 2, 2024
We need the subdir of where the output file will actually be created, not the current subdir of the interpreter. Fixes: mesonbuild#13168
tristan957
added a commit
to tristan957/meson
that referenced
this issue
May 2, 2024
We need the subdir of where the output file will actually be created, not the current subdir of the interpreter. Fixes: mesonbuild#13168
tristan957
added a commit
to tristan957/meson
that referenced
this issue
May 3, 2024
We need the subdir of where the output file will actually be created, not the current subdir of the interpreter. Fixes: mesonbuild#13168
dcbaker
pushed a commit
that referenced
this issue
May 7, 2024
We need the subdir of where the output file will actually be created, not the current subdir of the interpreter. Fixes: #13168
Thanks! |
soumyaDghosh
pushed a commit
to soumyaDghosh/meson
that referenced
this issue
Jun 4, 2024
We need the subdir of where the output file will actually be created, not the current subdir of the interpreter. Fixes: mesonbuild#13168
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
meson (a0ff145 in my case, but the bug is older) with the ninja backend doesn't correctly handle
generator.process()
being used to process a generated file, if that file is in a subdirectory. It looks like something looses track of the path for the generated file.meson.build:
include/meson.build:
Test:
The problem is that test_header.h.t omitted the path in the dependency on test_header.h:
The text was updated successfully, but these errors were encountered: