[Bug 281612] editors/openoffice-4: Fails to build with libxml2 2.13.4 and libxslt 1.1.42

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 22 Sep 2024 06:15:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281612

Arrigo Marchiori <ardovm@yahoo.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ardovm@yahoo.it

--- Comment #1 from Arrigo Marchiori <ardovm@yahoo.it> ---
The error is here:

/wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.15/main/unoxml/source/xpath/xpathapi.cxx:386:27:
error: assigning to 'xmlStructuredErrorFunc' (aka 'void (*)(void *, const
_xmlError *)') from incompatible type 'void (void *, xmlErrorPtr)' (aka 'void
(void *, _xmlError *)'): type mismatch at 2nd parameter ('const xmlError *'
(aka 'const _xmlError *') vs 'xmlErrorPtr' (aka '_xmlError *'))

We seem to need some "const" indications. We will probably have to fix this
upstream as well.

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