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 failure with libxml2 2.12 #135

Open
i0ntempest opened this issue Jul 15, 2024 · 0 comments
Open

Build failure with libxml2 2.12 #135

i0ntempest opened this issue Jul 15, 2024 · 0 comments

Comments

@i0ntempest
Copy link

:info:destroot /opt/local/include/libxml2/libxml/valid.h:167:11: error: unknown type name 'xmlElementContentPtr'; did you mean 'xmlElementTablePtr'?
:info:destroot XMLPUBFUN xmlElementContentPtr
:info:destroot           ^~~~~~~~~~~~~~~~~~~~
:info:destroot           xmlElementTablePtr
:info:destroot /opt/local/include/libxml2/libxml/valid.h:115:26: note: 'xmlElementTablePtr' declared here
:info:destroot typedef xmlElementTable *xmlElementTablePtr;
:info:destroot                          ^
:info:destroot /opt/local/include/libxml2/libxml/valid.h:169:7: error: unknown type name 'xmlElementContentType'
:info:destroot                                          xmlElementContentType type);
:info:destroot                                          ^
:info:destroot /opt/local/include/libxml2/libxml/valid.h:170:11: error: unknown type name 'xmlElementContentPtr'; did you mean 'xmlElementTablePtr'?
:info:destroot XMLPUBFUN xmlElementContentPtr
:info:destroot           ^~~~~~~~~~~~~~~~~~~~
:info:destroot           xmlElementTablePtr
:info:destroot /opt/local/include/libxml2/libxml/valid.h:115:26: note: 'xmlElementTablePtr' declared here
:info:destroot typedef xmlElementTable *xmlElementTablePtr;
:info:destroot                          ^
:info:destroot /opt/local/include/libxml2/libxml/valid.h:171:26: error: unknown type name 'xmlElementContentPtr'; did you mean 'xmlElementTablePtr'?
:info:destroot                 xmlCopyElementContent   (xmlElementContentPtr content);
:info:destroot                                          ^~~~~~~~~~~~~~~~~~~~
:info:destroot                                          xmlElementTablePtr
:info:destroot /opt/local/include/libxml2/libxml/valid.h:115:26: note: 'xmlElementTablePtr' declared here
:info:destroot typedef xmlElementTable *xmlElementTablePtr;

Complete log can be found here. Downgrading to 2.11.6 will allow it to build successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant