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

Build fails with latest libxml2 v2.11.0 #294

Closed
triplef opened this issue May 1, 2023 · 0 comments · Fixed by #295
Closed

Build fails with latest libxml2 v2.11.0 #294

triplef opened this issue May 1, 2023 · 0 comments · Fixed by #295

Comments

@triplef
Copy link
Member

triplef commented May 1, 2023

The latest libxml2 release contains this change that removes the checked field from struct _xmlEntity. This field is used here in GSXML.m:

if (ret->checked == 0)
{
ret->checked = 1;
}

This causes builds to fail, as can be seen in the latest tools-android and tools-windows-msvc monthly builds:

GSXML.m:2674:24: error: no member named 'checked' in 'struct _xmlEntity'
              if (ret->checked == 0)
                  ~~~  ^
GSXML.m:2676:24: error: no member named 'checked' in 'struct _xmlEntity'
                  ret->checked = 1;
                  ~~~  ^

I’m not really sure what this code above is for. I’d appreciate if someone could take a look at how to fix this.

triplef added a commit that referenced this issue May 3, 2023
triplef added a commit that referenced this issue May 4, 2023
triplef added a commit that referenced this issue May 4, 2023
qmfrederik pushed a commit to keysight-eggplant/libs-base that referenced this issue Dec 21, 2023
qmfrederik pushed a commit to qmfrederik/libs-base that referenced this issue Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant