Skip to content
Mark Johnson edited this page Mar 8, 2018 · 3 revisions

<-- 'List of Themes'

<-- 'List of Projects'


cairo-1.14.2.mk - for Rasterlite2

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



flags settings

cairo_flags := \
 -DCAIRO_NO_MUTEX=1 \
 -DHAVE_STDINT_H \
 -DHAVE_UINT64_T  \
 -DCAIRO_HAS_FC_FONT \
 -O2 \
 -std=c99 \
 -Wno-missing-field-initializers \
 -Wno-attributes \
 -DPACKAGE_VERSION="android-cairo" \
 -fPIC

code changes

  • cairo-output-stream.c:318:32: error: 'struct lconv' has no member named 'decimal_point'
    • decimal_point = '.'; // locale_data->decimal_point;

2015-06-27: Mark Johnson, Berlin Germany


Clone this wiki locally