-
Notifications
You must be signed in to change notification settings - Fork 24
libxml2 2.9.1.mk
Mark Johnson edited this page Mar 8, 2018
·
14 revisions
libxml2-2.9.1.mk - for Rasterlite2
The original source code archive can be found in the archive
directory
-
libxml2-2.9.1.mk
- dependent on
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'
2014-05-13: Mark Johnson, Berlin Germany