https://bugs.documentfoundation.org/show_bug.cgi?id=158423

--- Comment #5 from Rene Engelhard <r...@debian.org> ---
(In reply to Buovjaga from comment #2)
> (In reply to Gwyn Ciesla from comment #0)
> > Complete log:
> > https://kojipkgs.fedoraproject.org//work/tasks/2557/109622557/build.log
> 
> The link is 404.
> 
> I noticed there is a patch:
> https://gerrit.libreoffice.org/c/libvisio/+/160542
> tests: Fix build with libxml 2.12
> libxml 2.12.0 reorganized the headers, which removed `xmlParseMemory`
> function from the scope.
> 
> Gwyn: can you try, if the fix for unoxml/qa/unit/domtest.cxx would be
> likewise simple?

btw, except this warning

importtest.cpp: In function 'librevenge::RVNGString
{anonymous}::getXPathContent(xmlDocPtr, const librevenge::RVNGString&)':
importtest.cpp:149:3: warning: case value '5' not in enumerated type
'xmlXPathObjectType' [-Wswitch]
  149 |   case XPATH_POINT:
      |   ^~~~
importtest.cpp:150:3: warning: case value '6' not in enumerated type
'xmlXPathObjectType' [-Wswitch]
  150 |   case XPATH_RANGE:
      |   ^~~~
importtest.cpp:151:3: warning: case value '7' not in enumerated type
'xmlXPathObjectType' [-Wswitch]
  151 |   case XPATH_LOCATIONSET:
      |   ^~~~

libvisio actually builds and the tests *do* run with libxml2 2.12. Just  tried
here. Th e commit you mentioned btw doesn't actually change the warning.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to