-
Notifications
You must be signed in to change notification settings - Fork 258
inih: update to r54 #340
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
inih: update to r54 #340
Conversation
|
Interesting, for some reason the Ubuntu CI builds openssl, Windows fails due to a rather odd linking error and MacOS fails from |
|
Another PR was merged which breaks everything. We're waiting for the submitter to fix it! |
Figured, just ping me when I should rebase :) |
|
Alright, time to rebase. :) |
f6ec8eb to
8bf7d9b
Compare
|
Rebased. The VSC linking error still persists though... I guess this had to be the case before, I just don't quite get what the problem of the linker is. I don't see an issue in the I have no Windows experience, but I think Anyway, I think this should still be merged. |
They are required to properly build DLLs on Windows, and improve the quality of shared objects on Linux. See https://gcc.gnu.org/wiki/Visibility for details. This issue was first discovered here: mesonbuild/wrapdb#340 (comment)
They are required to properly build DLLs on Windows, and improve the quality of shared objects on Linux. See https://gcc.gnu.org/wiki/Visibility for details. This issue was first discovered here: mesonbuild/wrapdb#340 (comment)
They are required to properly build DLLs on Windows, and improve the quality of shared objects on Linux. See https://gcc.gnu.org/wiki/Visibility for details. This issue was first discovered here: mesonbuild/wrapdb#340 (comment)
They are required to properly build DLLs on Windows, and improve the quality of shared objects on Linux. See https://gcc.gnu.org/wiki/Visibility for details. This issue was first discovered here: mesonbuild/wrapdb#340 (comment)
They are required to properly build DLLs on Windows, and improve the quality of shared objects on Linux. See https://gcc.gnu.org/wiki/Visibility for details. This issue was first discovered here: mesonbuild/wrapdb#340 (comment)
|
Thanks, learned yet something again. Can we still merge this anyway for r53? Since a half working version is still better than a non-working version. |
|
I would prefer to just ask for an r54 release. :) |
They are required to properly build DLLs on Windows, and improve the quality of shared objects on Linux. See https://gcc.gnu.org/wiki/Visibility for details. This issue was first discovered here: mesonbuild/wrapdb#340 (comment)
8bf7d9b to
94fff77
Compare
|
Alright, I changed this PR to r54 instead now. |
Fixes a bug reported here: Tachi107/cloudflare-ddns#10 (comment) Signed-off-by: Stephan Lachnit <[email protected]>
94fff77 to
fd12870
Compare
|
Thanks! |
|
Thanks everyone for the help :) |
Reported here: Tachi107/cloudflare-ddns#10 (comment)
Replaces #338.
/cc @eli-schwartz