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