Uh oh!
There was an error while loading. Please reload this page.
ext/iconv fix solaris/illumos which can support const/non const versi… - #16619
Open
devnexen wants to merge 2 commits into
Open
ext/iconv fix solaris/illumos which can support const/non const versi…#16619devnexen wants to merge 2 commits into
devnexen wants to merge 2 commits into
Conversation
devnexen
commented
Nov 5, 2024
MemberAuthor
cc @petk would you mind trying this branch ? Thanks :) |
petk
commented
Nov 6, 2024
Member
I've checked it on Solaris 11.4 and it builds fine. But I'm not exactly sure what to test here. With or without this patch there are 9 failing tests in ext/iconv: |
devnexen
commented
Nov 6, 2024
MemberAuthor
It is not resolving anything but a build warning concerning the iconv api itself. e.g. if (iconv(cd, (**ICONV_CONST**char**)&in_p, &in_left, (char**) &out_p, &out_left) == (size_t)-1) { |
petk
commented
Nov 6, 2024
Member
With this patch applied I get more warnings: Details |
devnexen
commented
Nov 6, 2024
MemberAuthor
Thanks. do you have specific CFLAGS you pass for building ? |
petk
commented
Nov 6, 2024
Member
Everything by default: ./configure
gmake |
devnexen
commented
Nov 6, 2024
MemberAuthor
Ok I ll look into it further thanks ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ons.