Skip to content
Mark Johnson edited this page Mar 9, 2018 · 1 revision

<-- 'List of Themes'

<-- 'List of Projects'


libxml2-2.9.8.mk - for Spatialite and Rasterlite2

The original source code archive can be found in the archive directory



flags settings

xml2_flags := \
 -DHAVE_CONFIG_H=1 \
 -D HAVE_ERRNO_H=0 \
 -DLIBXML_THREAD_ENABLED=1

code changes

  • in trio.c
    • /* # define USE_LOCALE */
      • to prevent the following errors:
error: 'struct lconv' has no member named 'decimal_point'
error: 'struct lconv' has no member named 'thousands_sep'
error: 'struct lconv' has no member named 'grouping'

2018-03-09: Mark Johnson, Berlin Germany


Clone this wiki locally