-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
build-problemclangClang issues not falling into any other categoryClang issues not falling into any other category
Description
/home/csrg/toolchains_build/llvm-project/clang/tools/c-index-test/c-index-test.c:693:3: error: unknown type name 'xmlRelaxNGParserCtxtPtr'; did you mean 'xmlParserCtxtPtr'?
693 | xmlRelaxNGParserCtxtPtr RNGParser;
| ^~~~~~~~~~~~~~~~~~~~~~~
| xmlParserCtxtPtr
/home/csrg/toolchains/llvm/x86_64-linux-gnu/x86_64-linux-gnu/usr/include/libxml2/libxml/tree.h:50:24: note: 'xmlParserCtxtPtr' declared here
50 | typedef xmlParserCtxt *xmlParserCtxtPtr;
| ^
/home/csrg/toolchains_build/llvm-project/clang/tools/c-index-test/c-index-test.c:694:3: error: unknown type name 'xmlRelaxNGPtr'; did you mean 'xmlRegexpPtr'?
694 | xmlRelaxNGPtr Schema;
| ^~~~~~~~~~~~~
| xmlRegexpPtr
/home/csrg/toolchains/llvm/x86_64-linux-gnu/x86_64-linux-gnu/usr/include/libxml2/libxml/xmlregexp.h:31:20: note: 'xmlRegexpPtr' declared here
31 | typedef xmlRegexp *xmlRegexpPtr;
| ^
/home/csrg/toolchains_build/llvm-project/clang/tools/c-index-test/c-index-test.c:696:3: error: unknown type name 'xmlRelaxNGValidCtxtPtr'; did you mean 'xmlValidCtxtPtr'?
Metadata
Metadata
Assignees
Labels
build-problemclangClang issues not falling into any other categoryClang issues not falling into any other category