[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gettext] [bug #46844] gettext 0.19.7 fails to compile, OS X 10.7 &
From: |
Daniel Burr |
Subject: |
[bug-gettext] [bug #46844] gettext 0.19.7 fails to compile, OS X 10.7 & 10.8 |
Date: |
Fri, 27 May 2016 19:12:57 +0000 (UTC) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #2, bug #46844 (project gettext):
This failure does not only occur with older versions of OS X. The system
version of libxml2 in Debian 7.10 is 2.8.0, which is missing the two functions
listed above. According to the changelog for libxml2, these functions were
introduced in the following releases:
* xmlOutputBufferGetContent(): introduced in libxml2 2.9.0
* xmlXPathSetContextNode(): introduced in libxml2 2.9.1
The attached patch adds a test to check whether the system version of libxml2
includes xmlXPathSetContextNode() (i.e. whether it is version 2.9.1 or later).
If it is not then the included version of libxml2 is used instead.
(file #37292)
_______________________________________________________
Additional Item Attachment:
File name: libxml-2.9.1-check.patch Size:1 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46844>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug-gettext] [bug #46844] gettext 0.19.7 fails to compile, OS X 10.7 & 10.8,
Daniel Burr <=