-
Notifications
You must be signed in to change notification settings - Fork 294
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
Linking error with meson+dmd #2210
Comments
There is a bug open in dmd about this issue: https://issues.dlang.org/show_bug.cgi?id=20668. I've commented that tilix is affected but that's pretty much all I can do. |
Hmm, interesting. Please write about this bug and I also suggest you move the build guide from the readme to a separate file. An ordinary users will not need a build guide, they will just download or install it from the distribution repository. |
This is needed to work around a bug in dmd regarding template emssisions. Bug: gnunn1#2210 Bug: https://issues.dlang.org/show_bug.cgi?id=20668 Signed-off-by: Andrei Horodniceanu <[email protected]>
This is needed to work around a bug in dmd regarding template emissions. Bug: gnunn1#2210 Bug: https://issues.dlang.org/show_bug.cgi?id=20668 Signed-off-by: Andrei Horodniceanu <[email protected]>
This is needed to work around a bug in dmd regarding template emissions. Bug: gnunn1#2210 Bug: https://issues.dlang.org/show_bug.cgi?id=20668 Signed-off-by: Andrei Horodniceanu <[email protected]>
I'm not a tilix developer so I can't help you with that. I've made a PR that changes meson.build to add the correct flags when compiling with dmd and gdc. |
This is needed to work around a bug in dmd regarding template emissions. Bug: gnunn1#2210 Bug: https://issues.dlang.org/show_bug.cgi?id=20668 Signed-off-by: Andrei Horodniceanu <[email protected]>
This is needed to work around a bug in dmd regarding template emissions. Bug: gnunn1#2210 Bug: https://issues.dlang.org/show_bug.cgi?id=20668 Signed-off-by: Andrei Horodniceanu <[email protected]>
meson.build: add `-allinst` when compiling, gnunn1#2210
when trying to build with meson+dmd, the following error occurs:
The text was updated successfully, but these errors were encountered: