summaryrefslogtreecommitdiff
path: root/m17n-lib
diff options
context:
space:
mode:
authorsrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-05 15:29:27 -0500
committersrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-05 15:29:27 -0500
commit81555e3bd23c74ce915d246ca51fa65d84c22ae7 (patch)
tree1ba136af6b87426d37d010866b5cdac110eaeaa8 /m17n-lib
First commitdevelop
Diffstat (limited to 'm17n-lib')
-rwxr-xr-xm17n-lib/PKGBUILD54
-rw-r--r--m17n-lib/m17n-lib-1.8.0-2-x86_64-build.log1517
-rw-r--r--m17n-lib/m17n-lib-1.8.0-2-x86_64-package.log218
-rw-r--r--m17n-lib/m17n-lib-1.8.0-2-x86_64-prepare.log15
4 files changed, 1804 insertions, 0 deletions
diff --git a/m17n-lib/PKGBUILD b/m17n-lib/PKGBUILD
new file mode 100755
index 0000000..7533b46
--- /dev/null
+++ b/m17n-lib/PKGBUILD
@@ -0,0 +1,54 @@
+# Maintainer (Arch): Gaetan Bisson <bisson@archlinux.org>
+# Contributor (Arch): Camille Moncelier <pix@devlife.org>
+# Maintainer: Tobias Dausend <throgh@hyperbola.info>
+# Contributor: Jesús E. <heckyel@hyperbola.info>
+
+pkgname=m17n-lib
+pkgver=1.8.0
+_debver=$pkgver
+_debrel=6
+pkgrel=2
+pkgdesc="Multilingual text processing library (runtimes)"
+url='https://www.nongnu.org/m17n/'
+arch=('i686' 'x86_64')
+license=('LGPL-2.1')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+makedepends=('quilt')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!emptydirs')
+source=("https://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz"
+ "https://deb.debian.org/debian/pool/main/m/m17n-lib/m17n-lib_${_debver}-${_debrel}.debian.tar.xz")
+sha512sums=('8aba862888393232172c03cdf52531e29ea969c4327e6f69879ecf7438eafee32782f509ec292b3e1b7cd3202e2764984d7a59e85cdb87a7c8bfcbac5b0ee6fd'
+ '9dd0f38e2492d7723b12d1db73bc10ec42ad731ef67317ecde7c173df031a34ab30efba577ff5dbdbf90b223d5a93ef87c946326180106f9f707b523af268b67')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ if [[ ${pkgver%.*} = ${_debver%.*} ]]; then
+ # Debian patches
+ export QUILT_PATCHES=debian/patches
+ export QUILT_REFRESH_ARGS='-p ab --no-timestamps --no-index'
+ export QUILT_DIFF_ARGS='--no-timestamps'
+
+ mv "$srcdir"/debian .
+
+ # Doesn't apply
+ rm -v debian/patches/0001-m17n-config-remove-libtool-user-switches.patch || true
+ rm -v debian/patches/0002-m17n-config-modify-to-support-multi-arch.patch || true
+
+ quilt push -av
+ fi
+ sed -i 's/freetype-config/pkg-config freetype2/' configure
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}
diff --git a/m17n-lib/m17n-lib-1.8.0-2-x86_64-build.log b/m17n-lib/m17n-lib-1.8.0-2-x86_64-build.log
new file mode 100644
index 0000000..07f7b89
--- /dev/null
+++ b/m17n-lib/m17n-lib-1.8.0-2-x86_64-build.log
@@ -0,0 +1,1517 @@
+checking for a BSD-compatible install... /usr/bin/install -c
+checking whether build environment is sane... yes
+checking for a thread-safe mkdir -p... /bin/mkdir -p
+checking for gawk... gawk
+checking whether make sets $(MAKE)... yes
+checking whether make supports nested variables... yes
+checking whether to enable maintainer-specific portions of Makefiles... no
+checking for gcc... gcc
+checking whether the C compiler works... yes
+checking for C compiler default output file name... a.out
+checking for suffix of executables...
+checking whether we are cross compiling... no
+checking for suffix of object files... o
+checking whether we are using the GNU C compiler... yes
+checking whether gcc accepts -g... yes
+checking for gcc option to accept ISO C89... none needed
+checking whether gcc understands -c and -o together... yes
+checking for style of include used by make... GNU
+checking dependency style of gcc... gcc3
+checking how to run the C preprocessor... gcc -E
+checking for grep that handles long lines and -e... /bin/grep
+checking for egrep... /bin/grep -E
+checking for ANSI C header files... yes
+checking for sys/types.h... yes
+checking for sys/stat.h... yes
+checking for stdlib.h... yes
+checking for string.h... yes
+checking for memory.h... yes
+checking for strings.h... yes
+checking for inttypes.h... yes
+checking for stdint.h... yes
+checking for unistd.h... yes
+checking minix/config.h usability... no
+checking minix/config.h presence... no
+checking for minix/config.h... no
+checking whether it is safe to define __EXTENSIONS__... yes
+checking whether NLS is requested... yes
+checking for msgfmt... /usr/bin/msgfmt
+checking for gmsgfmt... /usr/bin/msgfmt
+checking for xgettext... /usr/bin/xgettext
+checking for msgmerge... /usr/bin/msgmerge
+checking build system type... x86_64-pc-linux-gnu
+checking host system type... x86_64-pc-linux-gnu
+checking whether we are using the GNU C Library 2 or newer... yes
+checking for ranlib... ranlib
+checking for simple visibility declarations... yes
+checking for inline... inline
+checking for size_t... yes
+checking for stdint.h... yes
+checking for working alloca.h... yes
+checking for alloca... yes
+checking for stdlib.h... (cached) yes
+checking for unistd.h... (cached) yes
+checking for sys/param.h... yes
+checking for getpagesize... yes
+checking for working mmap... yes
+checking whether integer division by zero raises SIGFPE... yes
+checking for inttypes.h... yes
+checking for unsigned long long int... yes
+checking for inttypes.h... (cached) yes
+checking whether the inttypes.h PRIxNN macros are broken... no
+checking for ld used by GCC... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for shared library run path origin... done
+checking whether imported symbols can be declared weak... yes
+checking pthread.h usability... yes
+checking pthread.h presence... yes
+checking for pthread.h... yes
+checking for pthread_kill in -lpthread... yes
+checking for pthread_rwlock_t... yes
+checking for multithread API to use... posix
+checking argz.h usability... yes
+checking argz.h presence... yes
+checking for argz.h... yes
+checking for inttypes.h... (cached) yes
+checking limits.h usability... yes
+checking limits.h presence... yes
+checking for limits.h... yes
+checking for unistd.h... (cached) yes
+checking for sys/param.h... (cached) yes
+checking for getcwd... yes
+checking for getegid... yes
+checking for geteuid... yes
+checking for getgid... yes
+checking for getuid... yes
+checking for mempcpy... yes
+checking for munmap... yes
+checking for stpcpy... yes
+checking for strcasecmp... yes
+checking for strdup... yes
+checking for strtoul... yes
+checking for tsearch... yes
+checking for argz_count... yes
+checking for argz_stringify... yes
+checking for argz_next... yes
+checking for __fsetlocking... yes
+checking whether feof_unlocked is declared... yes
+checking whether fgets_unlocked is declared... yes
+checking for iconv... yes
+checking for working iconv... yes
+checking for iconv declaration...
+ extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
+checking for NL_LOCALE_NAME macro... yes
+checking for bison... bison
+checking version of bison... 3.7.5, ok
+checking for long long int... yes
+checking for wchar_t... yes
+checking for wint_t... yes
+checking for intmax_t... yes
+checking whether printf() supports POSIX/XSI format strings... yes
+checking whether we are using the GNU C Library 2.1 or newer... yes
+checking for stdint.h... (cached) yes
+checking for SIZE_MAX... yes
+checking for stdint.h... (cached) yes
+checking for CFPreferencesCopyAppValue... no
+checking for CFLocaleCopyCurrent... no
+checking for ptrdiff_t... yes
+checking stddef.h usability... yes
+checking stddef.h presence... yes
+checking for stddef.h... yes
+checking for stdlib.h... (cached) yes
+checking for string.h... (cached) yes
+checking for asprintf... yes
+checking for fwprintf... yes
+checking for putenv... yes
+checking for setenv... yes
+checking for setlocale... yes
+checking for snprintf... yes
+checking for wcslen... yes
+checking whether _snprintf is declared... no
+checking whether _snwprintf is declared... no
+checking whether getc_unlocked is declared... yes
+checking for nl_langinfo and CODESET... yes
+checking for LC_MESSAGES... yes
+checking for CFPreferencesCopyAppValue... (cached) no
+checking for CFLocaleCopyCurrent... (cached) no
+checking whether included gettext is requested... no
+checking for GNU gettext in libc... yes
+checking whether to use NLS... yes
+checking where the gettext function comes from... libc
+checking how to print strings... printf
+checking for a sed that does not truncate output... /bin/sed
+checking for fgrep... /bin/grep -F
+checking for ld used by gcc... /usr/bin/ld
+checking if the linker (/usr/bin/ld) is GNU ld... yes
+checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
+checking the name lister (/usr/bin/nm -B) interface... BSD nm
+checking whether ln -s works... yes
+checking the maximum length of command line arguments... 1572864
+checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
+checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
+checking for /usr/bin/ld option to reload object files... -r
+checking for objdump... objdump
+checking how to recognize dependent libraries... pass_all
+checking for dlltool... no
+checking how to associate runtime and link libraries... printf %s\n
+checking for ar... ar
+checking for archiver @FILE support... @
+checking for strip... strip
+checking for ranlib... (cached) ranlib
+checking command to parse /usr/bin/nm -B output from gcc object... ok
+checking for sysroot... no
+checking for a working dd... /bin/dd
+checking how to truncate binary pipes... /bin/dd bs=4096 count=1
+checking for mt... no
+checking if : is a manifest tool... no
+checking for dlfcn.h... yes
+checking for objdir... .libs
+checking if gcc supports -fno-rtti -fno-exceptions... no
+checking for gcc option to produce PIC... -fPIC -DPIC
+checking if gcc PIC flag -fPIC -DPIC works... yes
+checking if gcc static flag -static works... yes
+checking if gcc supports -c -o file.o... yes
+checking if gcc supports -c -o file.o... (cached) yes
+checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
+checking whether -lc should be explicitly linked in... no
+checking dynamic linker characteristics... GNU/Linux ld.so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... yes
+checking if libtool supports shared libraries... yes
+checking whether to build shared libraries... yes
+checking whether to build static libraries... yes
+checking for X... libraries , headers
+checking for gethostbyname... yes
+checking for connect... yes
+checking for remove... yes
+checking for shmat... yes
+checking for IceConnectionNumber in -lICE... yes
+checking for ANSI C header files... (cached) yes
+checking for dirent.h that defines DIR... yes
+checking for library containing opendir... none required
+checking whether time.h and sys/time.h may both be included... yes
+checking fcntl.h usability... yes
+checking fcntl.h presence... yes
+checking for fcntl.h... yes
+checking langinfo.h usability... yes
+checking langinfo.h presence... yes
+checking for langinfo.h... yes
+checking for limits.h... (cached) yes
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking for stdlib.h... (cached) yes
+checking for string.h... (cached) yes
+checking for strings.h... (cached) yes
+checking sys/time.h usability... yes
+checking sys/time.h presence... yes
+checking for sys/time.h... yes
+checking for unistd.h... (cached) yes
+checking X11/Xaw/Command.h usability... yes
+checking X11/Xaw/Command.h presence... yes
+checking for X11/Xaw/Command.h... yes
+checking for an ANSI C-conforming const... yes
+checking for inline... (cached) inline
+checking for size_t... (cached) yes
+checking whether struct tm is in sys/time.h or time.h... time.h
+checking whether byte ordering is bigendian... no
+checking for working alloca.h... (cached) yes
+checking for alloca... (cached) yes
+checking for stdlib.h... (cached) yes
+checking for GNU libc compatible malloc... yes
+checking for stdlib.h... (cached) yes
+checking for GNU libc compatible realloc... yes
+checking for working memcmp... yes
+checking whether lstat correctly handles trailing slash... yes
+checking whether stat accepts an empty string... no
+checking for working strcoll... yes
+checking for strftime... yes
+checking for working strtod... yes
+checking for memmove... yes
+checking for memset... yes
+checking for nl_langinfo... yes
+checking for putenv... (cached) yes
+checking for regcomp... yes
+checking for setlocale... (cached) yes
+checking for strchr... yes
+checking for strdup... (cached) yes
+checking for gettimeofday... yes
+checking for m17n-db... yes
+checking for library containing dlopen... -ldl
+checking for pkg-config... yes
+checking for fribidi-config... no
+checking for fribidi_set_mirroring in -lfribidi... yes
+checking fribidi/fribidi.h usability... yes
+checking fribidi/fribidi.h presence... yes
+checking for fribidi/fribidi.h... yes
+checking for libotf-config... yes
+checking for OTF_check_features in -lotf... no
+checking otf.h usability... no
+checking otf.h presence... no
+checking for otf.h... no
+checking for pkg-config... yes
+checking ft2build.h usability... yes
+checking ft2build.h presence... yes
+checking for ft2build.h... yes
+checking for FT_Init_FreeType in -lfreetype... yes
+checking for freetype/ftbdf.h... yes
+checking for xft-config... no
+checking for XftDrawCreate in -lXft... yes
+checking for X11/Xft/Xft.h... yes
+checking for FcInit in -lfontconfig... yes
+checking fontconfig/fontconfig.h usability... yes
+checking fontconfig/fontconfig.h presence... yes
+checking for fontconfig/fontconfig.h... yes
+checking for gdImageCreate in -lgd... yes
+checking gd.h usability... yes
+checking gd.h presence... yes
+checking for gd.h... yes
+checking for gdImageCreateTrueColor in -lgd... yes
+checking for xml2-config... yes
+checking for xmlParseMemory in -lxml2... yes
+checking for libxml/tree.h... yes
+checking for pkg-config... /usr/bin/pkg-config
+checking pkg-config is at least version 0.9.0... yes
+checking for ANTHY... no
+checking for ispell... no
+checking for LIBTHAI... no
+checking for WORDCUT... no
+checking for wordcut_init in -lwordcut... no
+checking that generated files are newer than configure... done
+configure: creating ./config.status
+config.status: creating Makefile
+config.status: creating intl/Makefile
+config.status: creating po/Makefile.in
+config.status: creating src/Makefile
+config.status: creating example/Makefile
+config.status: creating m17n-config
+config.status: creating m17n-core.pc
+config.status: creating m17n-shell.pc
+config.status: creating m17n-flt.pc
+config.status: creating m17n-gui.pc
+config.status: creating config.h
+config.status: executing depfiles commands
+config.status: executing po-directories commands
+config.status: creating po/POTFILES
+config.status: creating po/Makefile
+config.status: executing libtool commands
+The m17n library is configured with these external libraries.
+ X11 Xaw fribidi freetype xft2 fontconfig gdlib xml2
+make all-recursive
+make[1]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0'
+Making all in intl
+make[2]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0/intl'
+make[2]: Nothing to be done for 'all'.
+make[2]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0/intl'
+Making all in po
+make[2]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0/po'
+make m17n-lib.pot-update
+make[3]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0/po'
+sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
+mv t-remove-potcdate.sed remove-potcdate.sed
+if LC_ALL=C grep 'GNU m17n-lib' ../* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
+ package_gnu='GNU '; \
+else \
+ package_gnu=''; \
+fi; \
+if test -n '' || test 'm17n-lib-bug@m17n.org' = '@'PACKAGE_BUGREPORT'@'; then \
+ msgid_bugs_address=''; \
+else \
+ msgid_bugs_address='m17n-lib-bug@m17n.org'; \
+fi; \
+case `/usr/bin/xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
+ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
+ /usr/bin/xgettext --default-domain=m17n-lib --directory=.. \
+ --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
+ --files-from=./POTFILES.in \
+ --copyright-holder='Free Software Foundation, Inc.' \
+ --msgid-bugs-address="$msgid_bugs_address" \
+ ;; \
+ *) \
+ /usr/bin/xgettext --default-domain=m17n-lib --directory=.. \
+ --add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
+ --files-from=./POTFILES.in \
+ --copyright-holder='Free Software Foundation, Inc.' \
+ --package-name="${package_gnu}m17n-lib" \
+ --package-version='1.8.0' \
+ --msgid-bugs-address="$msgid_bugs_address" \
+ ;; \
+esac
+test ! -f m17n-lib.po || { \
+ if test -f ./m17n-lib.pot; then \
+ sed -f remove-potcdate.sed < ./m17n-lib.pot > m17n-lib.1po && \
+ sed -f remove-potcdate.sed < m17n-lib.po > m17n-lib.2po && \
+ if cmp m17n-lib.1po m17n-lib.2po >/dev/null 2>&1; then \
+ rm -f m17n-lib.1po m17n-lib.2po m17n-lib.po; \
+ else \
+ rm -f m17n-lib.1po m17n-lib.2po ./m17n-lib.pot && \
+ mv m17n-lib.po ./m17n-lib.pot; \
+ fi; \
+ else \
+ mv m17n-lib.po ./m17n-lib.pot; \
+ fi; \
+}
+make[3]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0/po'
+test ! -f ./m17n-lib.pot || \
+ test -z "" || make
+touch stamp-po
+make[2]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0/po'
+Making all in src
+make[2]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0/src'
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT character.lo -MD -MP -MF .deps/character.Tpo -c -o character.lo character.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT character.lo -MD -MP -MF .deps/character.Tpo -c character.c -fPIC -DPIC -o .libs/character.o
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT character.lo -MD -MP -MF .deps/character.Tpo -c character.c -o character.o >/dev/null 2>&1
+mv -f .deps/character.Tpo .deps/character.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT chartab.lo -MD -MP -MF .deps/chartab.Tpo -c -o chartab.lo chartab.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT chartab.lo -MD -MP -MF .deps/chartab.Tpo -c chartab.c -fPIC -DPIC -o .libs/chartab.o
+chartab.c: In function 'dump_sub_chartab':
+chartab.c:561:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ fprintf (mdebug__output, "(default #x%X)", (unsigned) table->default_value);
+ ^
+chartab.c:592:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ fprintf (mdebug__output, " #xx%X)", (unsigned) default_value);
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT chartab.lo -MD -MP -MF .deps/chartab.Tpo -c chartab.c -o chartab.o >/dev/null 2>&1
+mv -f .deps/chartab.Tpo .deps/chartab.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT database.lo -MD -MP -MF .deps/database.Tpo -c -o database.lo database.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT database.lo -MD -MP -MF .deps/database.Tpo -c database.c -fPIC -DPIC -o .libs/database.o
+database.c: In function 'load_chartable':
+database.c:292:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ val = (void *) (n * positive);
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT database.lo -MD -MP -MF .deps/database.Tpo -c database.c -o database.o >/dev/null 2>&1
+mv -f .deps/database.Tpo .deps/database.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT plist.lo -MD -MP -MF .deps/plist.Tpo -c -o plist.lo plist.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT plist.lo -MD -MP -MF .deps/plist.Tpo -c plist.c -fPIC -DPIC -o .libs/plist.o
+plist.c: In function 'read_integer_element':
+plist.c:440:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ MPLIST_SET_ADVANCE (plist, Minteger, (void *) num);
+ ^
+plist.c:118:27: note: in definition of macro 'MPLIST_SET_ADVANCE'
+ MPLIST_VAL (plist) = (val); \
+ ^~~
+In file included from symbol.h:26,
+ from plist.c:86:
+plist.c: In function 'write_element':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+plist.c:576:17: note: in expansion of macro 'MPLIST_INTEGER'
+ int num = MPLIST_INTEGER (plist);
+ ^~~~~~~~~~~~~~
+plist.c:693:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ sprintf (buf, "%04X", (unsigned) MPLIST_VAL (plist));
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT plist.lo -MD -MP -MF .deps/plist.Tpo -c plist.c -o plist.o >/dev/null 2>&1
+mv -f .deps/plist.Tpo .deps/plist.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-core.lo -MD -MP -MF .deps/m17n-core.Tpo -c -o m17n-core.lo m17n-core.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-core.lo -MD -MP -MF .deps/m17n-core.Tpo -c m17n-core.c -fPIC -DPIC -o .libs/m17n-core.o
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-core.lo -MD -MP -MF .deps/m17n-core.Tpo -c m17n-core.c -o m17n-core.o >/dev/null 2>&1
+mv -f .deps/m17n-core.Tpo .deps/m17n-core.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mtext.lo -MD -MP -MF .deps/mtext.Tpo -c -o mtext.lo mtext.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mtext.lo -MD -MP -MF .deps/mtext.Tpo -c mtext.c -fPIC -DPIC -o .libs/mtext.o
+mtext.c: In function 'next_char_from_it':
+mtext.c:640:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ c1 = (int) mchar_get_prop (c, Msimple_case_folding);
+ ^
+mtext.c: In function 'lowercase_precheck':
+mtext.c:839:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ if ((int) mchartable_lookup (tricky_chars, c) == 1)
+ ^
+mtext.c: In function 'final_sigma':
+mtext.c:869:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ c = (int) mchartable_lookup (cased, mtext_ref_char (mt, i));
+ ^
+mtext.c:883:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ c = (int) mchartable_lookup (cased, mtext_ref_char (mt, i));
+ ^
+mtext.c: In function 'after_soft_dotted':
+mtext.c:905:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ class = (int) mchartable_lookup (combining_class, c);
+ ^
+mtext.c: In function 'more_above':
+mtext.c:920:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ class = (int) mchartable_lookup (combining_class,
+ ^
+mtext.c: In function 'before_dot':
+mtext.c:941:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ class = (int) mchartable_lookup (combining_class, c);
+ ^
+mtext.c: In function 'after_i':
+mtext.c:959:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ class = (int) mchartable_lookup (combining_class, c);
+ ^
+mtext.c: In function 'mtext_titlecase':
+mtext.c:3506:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int csd = (int) mchartable_lookup (cased, mtext_ref_char (mt, from));
+ ^
+mtext.c:3521:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ && ((int) mchartable_lookup (combining_class, mtext_ref_char (mt, to))
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mtext.lo -MD -MP -MF .deps/mtext.Tpo -c mtext.c -o mtext.o >/dev/null 2>&1
+mv -f .deps/mtext.Tpo .deps/mtext.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT symbol.lo -MD -MP -MF .deps/symbol.Tpo -c -o symbol.lo symbol.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT symbol.lo -MD -MP -MF .deps/symbol.Tpo -c symbol.c -fPIC -DPIC -o .libs/symbol.o
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT symbol.lo -MD -MP -MF .deps/symbol.Tpo -c symbol.c -o symbol.o >/dev/null 2>&1
+mv -f .deps/symbol.Tpo .deps/symbol.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT textprop.lo -MD -MP -MF .deps/textprop.Tpo -c -o textprop.lo textprop.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT textprop.lo -MD -MP -MF .deps/textprop.Tpo -c textprop.c -fPIC -DPIC -o .libs/textprop.o
+textprop.c: In function 'dump_interval':
+textprop.c:1138:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ (unsigned) interval->stack[i]->val);
+ ^
+textprop.c: In function 'dump_textplist':
+textprop.c:1171:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ (int) interval->stack[i]->val);
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT textprop.lo -MD -MP -MF .deps/textprop.Tpo -c textprop.c -o textprop.o >/dev/null 2>&1
+mv -f .deps/textprop.Tpo .deps/textprop.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mtext-lbrk.lo -MD -MP -MF .deps/mtext-lbrk.Tpo -c -o mtext-lbrk.lo mtext-lbrk.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mtext-lbrk.lo -MD -MP -MF .deps/mtext-lbrk.Tpo -c mtext-lbrk.c -fPIC -DPIC -o .libs/mtext-lbrk.o
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mtext-lbrk.lo -MD -MP -MF .deps/mtext-lbrk.Tpo -c mtext-lbrk.c -o mtext-lbrk.o >/dev/null 2>&1
+mv -f .deps/mtext-lbrk.Tpo .deps/mtext-lbrk.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mtext-wseg.lo -MD -MP -MF .deps/mtext-wseg.Tpo -c -o mtext-wseg.lo mtext-wseg.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mtext-wseg.lo -MD -MP -MF .deps/mtext-wseg.Tpo -c mtext-wseg.c -fPIC -DPIC -o .libs/mtext-wseg.o
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mtext-wseg.lo -MD -MP -MF .deps/mtext-wseg.Tpo -c mtext-wseg.c -o mtext-wseg.o >/dev/null 2>&1
+mv -f .deps/mtext-wseg.Tpo .deps/mtext-wseg.Plo
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -export-dynamic -version-info 4:2:4 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libm17n-core.la -rpath /usr/lib character.lo chartab.lo database.lo plist.lo m17n-core.lo mtext.lo symbol.lo textprop.lo mtext-lbrk.lo mtext-wseg.lo -lxml2 -ldl
+libtool: link: gcc -shared -fPIC -DPIC .libs/character.o .libs/chartab.o .libs/database.o .libs/plist.o .libs/m17n-core.o .libs/mtext.o .libs/symbol.o .libs/textprop.o .libs/mtext-lbrk.o .libs/mtext-wseg.o -lxml2 -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libm17n-core.so.0 -o .libs/libm17n-core.so.0.4.2
+libtool: link: (cd ".libs" && rm -f "libm17n-core.so.0" && ln -s "libm17n-core.so.0.4.2" "libm17n-core.so.0")
+libtool: link: (cd ".libs" && rm -f "libm17n-core.so" && ln -s "libm17n-core.so.0.4.2" "libm17n-core.so")
+libtool: link: ar cru .libs/libm17n-core.a character.o chartab.o database.o plist.o m17n-core.o mtext.o symbol.o textprop.o mtext-lbrk.o mtext-wseg.o
+ar: `u' modifier ignored since `D' is the default (see `U')
+libtool: link: ranlib .libs/libm17n-core.a
+libtool: link: ( cd ".libs" && rm -f "libm17n-core.la" && ln -s "../libm17n-core.la" "libm17n-core.la" )
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT charset.lo -MD -MP -MF .deps/charset.Tpo -c -o charset.lo charset.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT charset.lo -MD -MP -MF .deps/charset.Tpo -c charset.c -fPIC -DPIC -o .libs/charset.o
+charset.c: In function 'load_charset':
+charset.c:382:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mchartable_set (encoder, c1, (void *) code1);
+ ^
+charset.c:387:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mchartable_set (encoder, c1, (void *) code1);
+ ^
+In file included from charset.c:98:
+charset.c: In function 'mcharset__encode_char':
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+charset.c:618:23: note: in expansion of macro 'ENCODE_CHAR'
+ unsigned code = ENCODE_CHAR (parent, c);
+ ^~~~~~~~~~~
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+charset.c:635:20: note: in expansion of macro 'ENCODE_CHAR'
+ unsigned code = ENCODE_CHAR (parent, c);
+ ^~~~~~~~~~~
+charset.c:647:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ return (unsigned) mchartable_lookup (charset->encoder, c);
+ ^
+charset.c:656:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ return (unsigned) mchartable_lookup (charset->encoder, c);
+ ^
+charset.c: In function 'mchar_define_charset':
+charset.c:1262:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ if (! (charset->dimension = (int) mplist_get (plist, Mdimension)))
+ ^
+charset.c:1265:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ min_range = (unsigned) mplist_get (plist, Mmin_range);
+ ^
+charset.c:1268:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ max_range = (unsigned) MPLIST_VAL (pl);
+ ^
+charset.c:1291:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ if ((charset->min_code = (int) mplist_get (plist, Mmin_code)) < min_range)
+ ^
+charset.c:1293:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ if ((charset->max_code = (int) mplist_get (plist, Mmax_code)) > max_range)
+ ^
+charset.c:1297:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ charset->final_byte = (int) mplist_get (plist, Mfinal_byte);
+ ^
+charset.c:1298:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ charset->revision = (int) mplist_get (plist, Mrevision);
+ ^
+charset.c:1299:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ charset->min_char = (int) mplist_get (plist, Mmin_char);
+ ^
+charset.c:1315:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ charset->subset_offset = (int) mplist_get (plist, Msubset_offset);
+ ^
+In file included from charset.c:98:
+charset.c: In function 'mchar_encode':
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+charset.c:1470:10: note: in expansion of macro 'ENCODE_CHAR'
+ return ENCODE_CHAR (charset, c);
+ ^~~~~~~~~~~
+charset.c: In function 'mchar_map_charset':
+charset.c:1527:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ if ((int) mchartable__lookup (charset->encoder, c, &next_c, 1) < 0)
+ ^
+charset.c:1531:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ if ((int) mchartable__lookup (charset->encoder, c, &next_c, 1) >= 0)
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT charset.lo -MD -MP -MF .deps/charset.Tpo -c charset.c -o charset.o >/dev/null 2>&1
+mv -f .deps/charset.Tpo .deps/charset.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT coding.lo -MD -MP -MF .deps/coding.Tpo -c -o coding.lo coding.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT coding.lo -MD -MP -MF .deps/coding.Tpo -c coding.c -fPIC -DPIC -o .libs/coding.o
+In file included from coding.c:74:
+coding.c: In function 'encode_coding_charset':
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+coding.c:634:15: note: in expansion of macro 'ENCODE_CHAR'
+ code = ENCODE_CHAR (charset, c);
+ ^~~~~~~~~~~
+coding.c: In function 'encode_coding_iso_2022':
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+coding.c:2386:15: note: in expansion of macro 'ENCODE_CHAR'
+ code = ENCODE_CHAR (primary, c);
+ ^~~~~~~~~~~
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+coding.c:2404:16: note: in expansion of macro 'ENCODE_CHAR'
+ code = ENCODE_CHAR (charset, c);
+ ^~~~~~~~~~~
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+coding.c:2415:17: note: in expansion of macro 'ENCODE_CHAR'
+ code = ENCODE_CHAR (charset, c);
+ ^~~~~~~~~~~
+coding.c: In function 'encode_coding_sjis':
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+coding.c:2773:16: note: in expansion of macro 'ENCODE_CHAR'
+ if ((code = ENCODE_CHAR (charset_roman, c)) != MCHAR_INVALID_CODE)
+ ^~~~~~~~~~~
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+coding.c:2778:21: note: in expansion of macro 'ENCODE_CHAR'
+ else if ((code = ENCODE_CHAR (charset_kanji, c))
+ ^~~~~~~~~~~
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+coding.c:2787:21: note: in expansion of macro 'ENCODE_CHAR'
+ else if ((code = ENCODE_CHAR (charset_kana, c))
+ ^~~~~~~~~~~
+coding.c: In function 'mconv_define_coding':
+coding.c:3848:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ info->code_unit_bits = (int) mplist_get (plist, Mcode_unit);
+ ^
+In file included from coding.c:72:
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+coding.c:3901:34: note: in expansion of macro 'MPLIST_INTEGER'
+ info->initial_invocation[0] = MPLIST_INTEGER (pl);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+coding.c:3907:38: note: in expansion of macro 'MPLIST_INTEGER'
+ info->initial_invocation[1] = MPLIST_INTEGER (pl);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+coding.c:3914:26: note: in expansion of macro 'MPLIST_INTEGER'
+ info->designations[i] = MPLIST_INTEGER (pl);
+ ^~~~~~~~~~~~~~
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT coding.lo -MD -MP -MF .deps/coding.Tpo -c coding.c -o coding.o >/dev/null 2>&1
+mv -f .deps/coding.Tpo .deps/coding.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT input.lo -MD -MP -MF .deps/input.Tpo -c -o input.lo input.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -fPIC -DPIC -o .libs/input.o
+input.c: In function 'get_surrounding_text':
+input.c:604:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_push (ic->plist, Minteger, (void *) len);
+ ^
+input.c: In function 'delete_surrounding_text':
+input.c:617:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_push (ic->plist, Minteger, (void *) pos);
+ ^
+In file included from symbol.h:26,
+ from input.c:161:
+input.c: In function 'integer_value':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:728:12: note: in expansion of macro 'MPLIST_INTEGER'
+ return MPLIST_INTEGER (arg);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:735:40: note: in expansion of macro 'MPLIST_INTEGER'
+ return (MPLIST_INTEGER_P (val) ? MPLIST_INTEGER (val) : 0);
+ ^~~~~~~~~~~~~~
+input.c: In function 'resolve_expression':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:806:12: note: in expansion of macro 'MPLIST_INTEGER'
+ return MPLIST_INTEGER (plist);
+ ^~~~~~~~~~~~~~
+input.c: In function 'parse_action_list':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:893:12: note: in expansion of macro 'MPLIST_INTEGER'
+ int c = MPLIST_INTEGER (plist);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:920:13: note: in expansion of macro 'MPLIST_INTEGER'
+ int c = MPLIST_INTEGER (pl);
+ ^~~~~~~~~~~~~~
+input.c: In function 'load_translation':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:1091:16: note: in expansion of macro 'MPLIST_INTEGER'
+ int c = MPLIST_INTEGER (elt);
+ ^~~~~~~~~~~~~~
+input.c: In function 'check_variable_value':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:2028:15: note: in expansion of macro 'MPLIST_INTEGER'
+ int n = MPLIST_INTEGER (val);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:2034:17: note: in expansion of macro 'MPLIST_INTEGER'
+ if (n == MPLIST_INTEGER (valids))
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:2044:20: note: in expansion of macro 'MPLIST_INTEGER'
+ min_bound = MPLIST_INTEGER (p);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:2048:20: note: in expansion of macro 'MPLIST_INTEGER'
+ max_bound = MPLIST_INTEGER (p);
+ ^~~~~~~~~~~~~~
+input.c: In function 'adjust_markers':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:2615:6: note: in expansion of macro 'MPLIST_INTEGER'
+ if (MPLIST_INTEGER (markers) > from)
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:2616:37: note: in expansion of macro 'MPLIST_INTEGER'
+ MPLIST_VAL (markers) = (void *) (MPLIST_INTEGER (markers) + ins);
+ ^~~~~~~~~~~~~~
+input.c:2616:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ MPLIST_VAL (markers) = (void *) (MPLIST_INTEGER (markers) + ins);
+ ^
+In file included from symbol.h:26,
+ from input.c:161:
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:2624:8: note: in expansion of macro 'MPLIST_INTEGER'
+ if (MPLIST_INTEGER (markers) >= to)
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:2626:20: note: in expansion of macro 'MPLIST_INTEGER'
+ = (void *) (MPLIST_INTEGER (markers) + ins - (to - from));
+ ^~~~~~~~~~~~~~
+input.c:2626:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ = (void *) (MPLIST_INTEGER (markers) + ins - (to - from));
+ ^
+In file included from symbol.h:26,
+ from input.c:161:
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:2627:13: note: in expansion of macro 'MPLIST_INTEGER'
+ else if (MPLIST_INTEGER (markers) > from)
+ ^~~~~~~~~~~~~~
+input.c:2628:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ MPLIST_VAL (markers) = (void *) from;
+ ^
+input.c: In function 'new_index':
+input.c:2778:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ return (int) mplist_get (((MInputContextInfo *) ic->info)->markers, sym);
+ ^
+input.c: In function 'update_candidate':
+input.c:2813:60: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mtext_put_prop (ic->preedit, from, to, Mcandidate_index, (void *) idx);
+ ^
+In file included from input.c:164:
+input.c: In function 'adjust_candidates':
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+input.c:2853:12: note: in expansion of macro 'ENCODE_CHAR'
+ if (ENCODE_CHAR (charset, c) == MCHAR_INVALID_CODE)
+ ^~~~~~~~~~~
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+input.c:2894:9: note: in expansion of macro 'ENCODE_CHAR'
+ if (ENCODE_CHAR (charset, c) == MCHAR_INVALID_CODE)
+ ^~~~~~~~~~~
+In file included from symbol.h:26,
+ from input.c:161:
+input.c: In function 'get_candidate_list':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:2946:12: note: in expansion of macro 'MPLIST_INTEGER'
+ column = MPLIST_INTEGER (plist);
+ ^~~~~~~~~~~~~~
+input.c: In function 'take_action_list':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:3126:48: note: in expansion of macro 'MPLIST_INTEGER'
+ preedit_insert (ic, ic->cursor_pos, NULL, MPLIST_INTEGER (args));
+ ^~~~~~~~~~~~~~
+input.c:3176:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ idx = (int) mtext_get_prop (ic->preedit, pos - 1, Mcandidate_index);
+ ^
+In file included from symbol.h:26,
+ from input.c:161:
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:3187:19: note: in expansion of macro 'MPLIST_INTEGER'
+ idx = start + MPLIST_INTEGER (args);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:3204:8: note: in expansion of macro 'MPLIST_INTEGER'
+ : MPLIST_INTEGER (args)));
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:3278:9: note: in expansion of macro 'MPLIST_INTEGER'
+ : MPLIST_INTEGER (args));
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:3298:11: note: in expansion of macro 'MPLIST_INTEGER'
+ : MPLIST_INTEGER (args));
+ ^~~~~~~~~~~~~~
+input.c:3318:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ (void *) ic->cursor_pos);
+ ^
+In file included from symbol.h:26,
+ from input.c:161:
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:3332:13: note: in expansion of macro 'MPLIST_INTEGER'
+ num = MPLIST_INTEGER (args);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:3337:9: note: in expansion of macro 'MPLIST_INTEGER'
+ num = MPLIST_INTEGER (args);
+ ^~~~~~~~~~~~~~
+input.c:3424:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (func_args, Minteger, (void *) code);
+ ^
+In file included from symbol.h:26,
+ from input.c:161:
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+input.c:3478:11: note: in expansion of macro 'MPLIST_INTEGER'
+ val1 = MPLIST_INTEGER (value);
+ ^~~~~~~~~~~~~~
+input.c:3493:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_set (value, Minteger, (void *) val1);
+ ^
+input.c: In function 'filter':
+input.c:4218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ = (int) mtext_get_prop (ic->preedit, ic->cursor_pos - 1,
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT input.lo -MD -MP -MF .deps/input.Tpo -c input.c -o input.o >/dev/null 2>&1
+mv -f .deps/input.Tpo .deps/input.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT language.lo -MD -MP -MF .deps/language.Tpo -c -o language.lo language.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT language.lo -MD -MP -MF .deps/language.Tpo -c language.c -fPIC -DPIC -o .libs/language.o
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT language.lo -MD -MP -MF .deps/language.Tpo -c language.c -o language.o >/dev/null 2>&1
+mv -f .deps/language.Tpo .deps/language.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT locale.lo -MD -MP -MF .deps/locale.Tpo -c -o locale.lo locale.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT locale.lo -MD -MP -MF .deps/locale.Tpo -c locale.c -fPIC -DPIC -o .libs/locale.o
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT locale.lo -MD -MP -MF .deps/locale.Tpo -c locale.c -o locale.o >/dev/null 2>&1
+mv -f .deps/locale.Tpo .deps/locale.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n.lo -MD -MP -MF .deps/m17n.Tpo -c -o m17n.lo m17n.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n.lo -MD -MP -MF .deps/m17n.Tpo -c m17n.c -fPIC -DPIC -o .libs/m17n.o
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n.lo -MD -MP -MF .deps/m17n.Tpo -c m17n.c -o m17n.o >/dev/null 2>&1
+mv -f .deps/m17n.Tpo .deps/m17n.Plo
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -export-dynamic -version-info 4:2:4 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libm17n.la -rpath /usr/lib charset.lo coding.lo input.lo language.lo locale.lo m17n.lo ../src/libm17n-core.la -ldl -ldl
+libtool: link: gcc -shared -fPIC -DPIC .libs/charset.o .libs/coding.o .libs/input.o .libs/language.o .libs/locale.o .libs/m17n.o -Wl,-rpath -Wl,/build/m17n-lib/src/m17n-lib-1.8.0/src/.libs ../src/.libs/libm17n-core.so -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libm17n.so.0 -o .libs/libm17n.so.0.4.2
+libtool: link: (cd ".libs" && rm -f "libm17n.so.0" && ln -s "libm17n.so.0.4.2" "libm17n.so.0")
+libtool: link: (cd ".libs" && rm -f "libm17n.so" && ln -s "libm17n.so.0.4.2" "libm17n.so")
+libtool: link: ar cru .libs/libm17n.a charset.o coding.o input.o language.o locale.o m17n.o
+ar: `u' modifier ignored since `D' is the default (see `U')
+libtool: link: ranlib .libs/libm17n.a
+libtool: link: ( cd ".libs" && rm -f "libm17n.la" && ln -s "../libm17n.la" "libm17n.la" )
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-flt.lo -MD -MP -MF .deps/m17n-flt.Tpo -c -o m17n-flt.lo m17n-flt.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-flt.lo -MD -MP -MF .deps/m17n-flt.Tpo -c m17n-flt.c -fPIC -DPIC -o .libs/m17n-flt.o
+m17n-flt.c: In function 'apply_otf_feature':
+m17n-flt.c:516:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mchartable_set (table, from + i, (void *) category);
+ ^
+In file included from symbol.h:26,
+ from m17n-flt.c:59:
+m17n-flt.c: In function 'load_category_table':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+m17n-flt.c:563:14: note: in expansion of macro 'MPLIST_INTEGER'
+ from = MPLIST_INTEGER (elt);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+m17n-flt.c:567:12: note: in expansion of macro 'MPLIST_INTEGER'
+ to = MPLIST_INTEGER (elt);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+m17n-flt.c:589:24: note: in expansion of macro 'MPLIST_INTEGER'
+ category_code = MPLIST_INTEGER (elt);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+m17n-flt.c:602:20: note: in expansion of macro 'MPLIST_INTEGER'
+ category_code = MPLIST_INTEGER (elt);
+ ^~~~~~~~~~~~~~
+m17n-flt.c:608:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mchartable_set (table, from, (void *) category_code);
+ ^
+m17n-flt.c:610:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mchartable_set_range (table, from, to, (void *) category_code);
+ ^
+In file included from symbol.h:26,
+ from m17n-flt.c:59:
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+m17n-flt.c:646:38: note: in expansion of macro 'MPLIST_INTEGER'
+ category->feature_table.code[i] = MPLIST_INTEGER (elt);
+ ^~~~~~~~~~~~~~
+m17n-flt.c: In function 'load_command':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+m17n-flt.c:977:18: note: in expansion of macro 'MPLIST_INTEGER'
+ int code = MPLIST_INTEGER (plist);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+m17n-flt.c:1090:39: note: in expansion of macro 'MPLIST_INTEGER'
+ cmd->body.rule.src.match_idx = MPLIST_INTEGER (elt);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+m17n-flt.c:1110:17: note: in expansion of macro 'MPLIST_INTEGER'
+ = (unsigned) MPLIST_INTEGER (pl);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+m17n-flt.c:1124:17: note: in expansion of macro 'MPLIST_INTEGER'
+ = (unsigned) MPLIST_INTEGER (pl);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+m17n-flt.c:1129:17: note: in expansion of macro 'MPLIST_INTEGER'
+ = (unsigned) MPLIST_INTEGER (pl);
+ ^~~~~~~~~~~~~~
+m17n-flt.c: In function 'run_rule':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+m17n-flt.c:1735:29: note: in expansion of macro 'MPLIST_INTEGER'
+ GREF (&gstring, i)->c = MPLIST_INTEGER (p);
+ ^~~~~~~~~~~~~~
+m17n-flt.c: In function 'decode_packed_otf_tag':
+m17n-flt.c:1908:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ enc = (g->c > 0 ? (int) mchartable_lookup (category->table, g->c)
+ ^
+m17n-flt.c: In function 'try_otf':
+m17n-flt.c:2044:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ ? (g->c > 0 ? (int) mchartable_lookup (table, g->c)
+ ^
+m17n-flt.c:2047:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ ? (int) mchartable_lookup (table, g->code)
+ ^
+m17n-flt.c: In function 'run_command':
+m17n-flt.c:2129:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ ? (g->c > 0 ? (int) mchartable_lookup (table, g->c) : 1)
+ ^
+m17n-flt.c:2131:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ ? (int) mchartable_lookup (table, g->code)
+ ^
+m17n-flt.c: In function 'run_stages':
+m17n-flt.c:2322:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ ? (g->c > 0 ? (int) mchartable_lookup (table, g->c) : 1)
+ ^
+m17n-flt.c:2324:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ ? (int) mchartable_lookup (table, g->code)
+ ^
+m17n-flt.c: In function 'setup_combining_coverage':
+m17n-flt.c:2552:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int combining_class = (int) val;
+ ^
+m17n-flt.c:2573:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mchartable_set_range ((MCharTable *) arg, from, to, (void *) category);
+ ^
+m17n-flt.c: In function 'mflt_run':
+m17n-flt.c:3023:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ enc = (int) mchartable_lookup (flt->coverage->table, g->c);
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-flt.lo -MD -MP -MF .deps/m17n-flt.Tpo -c m17n-flt.c -o m17n-flt.o >/dev/null 2>&1
+mv -f .deps/m17n-flt.Tpo .deps/m17n-flt.Plo
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -export-dynamic -version-info 4:2:4 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libm17n-flt.la -rpath /usr/lib m17n-flt.lo ../src/libm17n-core.la -ldl
+libtool: link: gcc -shared -fPIC -DPIC .libs/m17n-flt.o -Wl,-rpath -Wl,/build/m17n-lib/src/m17n-lib-1.8.0/src/.libs ../src/.libs/libm17n-core.so -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libm17n-flt.so.0 -o .libs/libm17n-flt.so.0.4.2
+libtool: link: (cd ".libs" && rm -f "libm17n-flt.so.0" && ln -s "libm17n-flt.so.0.4.2" "libm17n-flt.so.0")
+libtool: link: (cd ".libs" && rm -f "libm17n-flt.so" && ln -s "libm17n-flt.so.0.4.2" "libm17n-flt.so")
+libtool: link: ar cru .libs/libm17n-flt.a m17n-flt.o
+ar: `u' modifier ignored since `D' is the default (see `U')
+libtool: link: ranlib .libs/libm17n-flt.a
+libtool: link: ( cd ".libs" && rm -f "libm17n-flt.la" && ln -s "../libm17n-flt.la" "libm17n-flt.la" )
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT face.lo -MD -MP -MF .deps/face.Tpo -c -o face.lo face.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT face.lo -MD -MP -MF .deps/face.Tpo -c face.c -fPIC -DPIC -o .libs/face.o
+face.c: In function 'serialize_hline':
+face.c:206:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (pl, Minteger, (void *) hline->width);
+ ^
+face.c: In function 'serialize_box':
+face.c:221:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (pl, Minteger, (void *) box->width);
+ ^
+face.c:222:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (pl, Minteger, (void *) box->inner_hmargin);
+ ^
+face.c:223:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (pl, Minteger, (void *) box->inner_vmargin);
+ ^
+face.c:224:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (pl, Minteger, (void *) box->outer_hmargin);
+ ^
+face.c:225:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (pl, Minteger, (void *) box->outer_vmargin);
+ ^
+In file included from symbol.h:26,
+ from face.c:91:
+face.c: In function 'deserialize_box':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+face.c:308:15: note: in expansion of macro 'MPLIST_INTEGER'
+ box.width = MPLIST_INTEGER (plist);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+face.c:312:23: note: in expansion of macro 'MPLIST_INTEGER'
+ box.inner_hmargin = MPLIST_INTEGER (plist);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+face.c:316:23: note: in expansion of macro 'MPLIST_INTEGER'
+ box.inner_vmargin = MPLIST_INTEGER (plist);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+face.c:320:23: note: in expansion of macro 'MPLIST_INTEGER'
+ box.outer_hmargin = MPLIST_INTEGER (plist);
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+face.c:324:23: note: in expansion of macro 'MPLIST_INTEGER'
+ box.outer_vmargin = MPLIST_INTEGER (plist);
+ ^~~~~~~~~~~~~~
+face.c: In function 'deserialize_face':
+face.c:360:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ index = (int) msymbol_get (key, M_face_prop_index) - 1;
+ ^
+face.c: In function 'mface__init':
+face.c:465:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ (void *) (mface_prop_data[i].index + 1));
+ ^
+face.c: In function 'mface__realize':
+face.c:640:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ merged_face.property[MFACE_SIZE] = (void *) font_size;
+ ^
+face.c:647:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ double font_size = (int) merged_face.property[MFACE_SIZE];
+ ^
+face.c:653:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ && (int) merged_face.property[MFACE_RATIO] != 100)
+ ^
+face.c:655:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ font_size *= (int) merged_face.property[MFACE_RATIO];
+ ^
+face.c:659:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ merged_face.property[MFACE_SIZE] = (void *) ifont_size;
+ ^
+face.c:685:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ spec.size = (int) merged_face.property[MFONT_SIZE];
+ ^
+face.c: In function 'mface__for_chars':
+face.c:853:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ = (unsigned) mchartable_lookup (coverage,
+ ^
+face.c: In function 'mface_get_prop':
+face.c:1849:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int index = (int) msymbol_get (key, M_face_prop_index) - 1;
+ ^
+face.c: In function 'mface_put_prop':
+face.c:1934:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int index = (int) msymbol_get (key, M_face_prop_index) - 1;
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT face.lo -MD -MP -MF .deps/face.Tpo -c face.c -o face.o >/dev/null 2>&1
+mv -f .deps/face.Tpo .deps/face.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT font.lo -MD -MP -MF .deps/font.Tpo -c -o font.lo font.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT font.lo -MD -MP -MF .deps/font.Tpo -c font.c -fPIC -DPIC -o .libs/font.o
+In file included from symbol.h:26,
+ from font.c:337:
+font.c: In function 'load_font_resize_table':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+font.c:583:24: note: in expansion of macro 'MPLIST_INTEGER'
+ resize->resize = MPLIST_INTEGER (elt);
+ ^~~~~~~~~~~~~~
+font.c: In function 'xlfd_unparse_name':
+font.c:844:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ resy = (int) mfont_get_prop (font, Mresolution);
+ ^
+font.c: In function 'mfont__init':
+font.c:1120:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ (void *) (j + 1)) < 0)
+ ^
+font.c: In function 'mfont__set_spec_from_face':
+font.c:1344:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ spec->size = (int) (face->property[MFACE_SIZE]);
+ ^
+font.c: In function 'mfont__list':
+font.c:1481:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ num = (int) msymbol_get (id, M_font_list_len);
+ ^
+font.c:1498:41: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ msymbol_put (id, M_font_list_len, (void *) num);
+ ^
+In file included from font.c:339:
+font.c: In function 'mfont__has_char':
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+font.c:1594:14: note: in expansion of macro 'ENCODE_CHAR'
+ code = ENCODE_CHAR (encoding->repertory_charset, c);
+ ^~~~~~~~~~~
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+font.c:1597:10: note: in expansion of macro 'ENCODE_CHAR'
+ code = ENCODE_CHAR (encoding->encoding_charset, c);
+ ^~~~~~~~~~~
+font.c: In function 'mfont__encode_char':
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+font.c:1625:13: note: in expansion of macro 'ENCODE_CHAR'
+ return (ENCODE_CHAR (encoding->repertory_charset, c));
+ ^~~~~~~~~~~
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+font.c:1626:10: note: in expansion of macro 'ENCODE_CHAR'
+ code = ENCODE_CHAR (encoding->encoding_charset, c);
+ ^~~~~~~~~~~
+font.c: In function 'mfont__get_glyph_id':
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+font.c:1691:14: note: in expansion of macro 'ENCODE_CHAR'
+ g->g.code = ENCODE_CHAR (encoding->repertory_charset, g->g.c);
+ ^~~~~~~~~~~
+charset.h:218:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : (unsigned) mchartable_lookup ((charset)->encoder, (c)))
+ ^
+font.c:1697:13: note: in expansion of macro 'ENCODE_CHAR'
+ code = ENCODE_CHAR (encoding->encoding_charset, g->g.c);
+ ^~~~~~~~~~~
+font.c: In function 'mfont__set_property':
+font.c:457:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ : ((int) msymbol_get ((symbol), mfont__property_table[(n)].property)))
+ ^
+font.c:1750:17: note: in expansion of macro 'FONT_PROPERTY_NUMERIC'
+ numeric = FONT_PROPERTY_NUMERIC (val, key);
+ ^~~~~~~~~~~~~~~~~~~~~
+font.c:464:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ (void *) (numeric))
+ ^
+font.c:1755:4: note: in expansion of macro 'SET_FONT_PROPERTY_NUMERIC'
+ SET_FONT_PROPERTY_NUMERIC (val, key, numeric);
+ ^~~~~~~~~~~~~~~~~~~~~~~~~
+font.c: In function 'mfont_get_prop':
+font.c:2459:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ return (void *) size;
+ ^
+font.c:2464:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ return (void *) resy;
+ ^
+font.c:2489:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ return (void *) rfont->ascent;
+ ^
+font.c:2491:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ return (void *) rfont->descent;
+ ^
+font.c:2493:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ return (void *) rfont->max_advance;
+ ^
+font.c: In function 'mfont_put_prop':
+font.c:2547:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int size = (int) val;
+ ^
+font.c:2552:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ unsigned resy = (unsigned) val;
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT font.lo -MD -MP -MF .deps/font.Tpo -c font.c -o font.o >/dev/null 2>&1
+mv -f .deps/font.Tpo .deps/font.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT font-ft.lo -MD -MP -MF .deps/font-ft.Tpo -c -o font-ft.lo font-ft.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT font-ft.lo -MD -MP -MF .deps/font-ft.Tpo -c font-ft.c -fPIC -DPIC -o .libs/font-ft.o
+font-ft.c: In function 'ft_get_charmaps':
+font-ft.c:207:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (plist, Mapple_roman, (void *) i);
+ ^
+font-ft.c:218:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (plist, registry, (void *) i);
+ ^
+font-ft.c:221:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (plist, Municode_full, (void *) unicode_full);
+ ^
+font-ft.c:226:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (plist, Municode_bmp, (void *) unicode_bmp);
+ ^
+font-ft.c:233:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mplist_add (plist, Miso8859_1, (void *) unicode_bmp);
+ ^
+In file included from font-ft.c:37:
+font-ft.c: In function 'fc_build_charset':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+font-ft.c:593:41: note: in expansion of macro 'MPLIST_INTEGER'
+ if (! FcCharSetAddChar (cs, (FcChar32) MPLIST_INTEGER (char_list)))
+ ^~~~~~~~~~~~~~
+font-ft.c: In function 'ft_check_script':
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+font-ft.c:1148:21: note: in expansion of macro 'MPLIST_INTEGER'
+ (FcChar32) MPLIST_INTEGER (char_list)) == FcFalse)
+ ^~~~~~~~~~~~~~
+plist.h:74:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ #define MPLIST_INTEGER(plist) ((int) MPLIST_VAL (plist))
+ ^
+font-ft.c:1166:45: note: in expansion of macro 'MPLIST_INTEGER'
+ if (FT_Get_Char_Index (ft_face, (FT_ULong) MPLIST_INTEGER (char_list))
+ ^~~~~~~~~~~~~~
+font-ft.c: In function 'ft_open':
+font-ft.c:1524:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ charmap_index = (int) MPLIST_VAL (plist);
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT font-ft.lo -MD -MP -MF .deps/font-ft.Tpo -c font-ft.c -o font-ft.o >/dev/null 2>&1
+mv -f .deps/font-ft.Tpo .deps/font-ft.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fontset.lo -MD -MP -MF .deps/fontset.Tpo -c -o fontset.lo fontset.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fontset.lo -MD -MP -MF .deps/fontset.Tpo -c fontset.c -fPIC -DPIC -o .libs/fontset.o
+fontset.c: In function 'try_font_list':
+fontset.c:630:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ ? (unsigned ) mchartable_lookup (coverage, c)
+ ^
+fontset.c: In function 'mdebug_dump_fontset':
+fontset.c:1491:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ (unsigned) MPLIST_VAL (p),
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT fontset.lo -MD -MP -MF .deps/fontset.Tpo -c fontset.c -o fontset.o >/dev/null 2>&1
+mv -f .deps/fontset.Tpo .deps/fontset.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT draw.lo -MD -MP -MF .deps/draw.Tpo -c -o draw.lo draw.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT draw.lo -MD -MP -MF .deps/draw.Tpo -c draw.c -fPIC -DPIC -o .libs/draw.o
+draw.c: In function 'dump_gstring':
+draw.c:1719:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ g->g.from, g->g.to, g->g.c, g->g.code, (unsigned) g->rface,
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT draw.lo -MD -MP -MF .deps/draw.Tpo -c draw.c -o draw.o >/dev/null 2>&1
+mv -f .deps/draw.Tpo .deps/draw.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT input-gui.lo -MD -MP -MF .deps/input-gui.Tpo -c -o input-gui.lo input-gui.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT input-gui.lo -MD -MP -MF .deps/input-gui.Tpo -c input-gui.c -fPIC -DPIC -o .libs/input-gui.o
+input-gui.c: In function 'win_callback':
+input-gui.c:305:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mface_put_prop (face, Msize, (void *) ic->spot.fontsize);
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT input-gui.lo -MD -MP -MF .deps/input-gui.Tpo -c input-gui.c -o input-gui.o >/dev/null 2>&1
+mv -f .deps/input-gui.Tpo .deps/input-gui.Plo
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-gui.lo -MD -MP -MF .deps/m17n-gui.Tpo -c -o m17n-gui.lo m17n-gui.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-gui.lo -MD -MP -MF .deps/m17n-gui.Tpo -c m17n-gui.c -fPIC -DPIC -o .libs/m17n-gui.o
+m17n-gui.c: In function 'null_device_open':
+m17n-gui.c:214:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ frame->dpi = (int) mplist_get (param, Mresolution);
+ ^
+m17n-gui.c: In function 'mframe_get_prop':
+m17n-gui.c:794:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ return (void *) (frame->average_width);
+ ^
+m17n-gui.c:796:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ return (void *) (frame->ascent);
+ ^
+m17n-gui.c:798:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ return (void *) (frame->descent);
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-gui.lo -MD -MP -MF .deps/m17n-gui.Tpo -c m17n-gui.c -o m17n-gui.o >/dev/null 2>&1
+mv -f .deps/m17n-gui.Tpo .deps/m17n-gui.Plo
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -export-dynamic -version-info 4:2:4 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libm17n-gui.la -rpath /usr/lib face.lo font.lo font-ft.lo fontset.lo draw.lo input-gui.lo m17n-gui.lo -lfreetype -lfribidi -lfontconfig -lfreetype ../src/libm17n-core.la ../src/libm17n.la ../src/libm17n-flt.la -ldl
+libtool: link: gcc -shared -fPIC -DPIC .libs/face.o .libs/font.o .libs/font-ft.o .libs/fontset.o .libs/draw.o .libs/input-gui.o .libs/m17n-gui.o -Wl,-rpath -Wl,/build/m17n-lib/src/m17n-lib-1.8.0/src/.libs -lfribidi -lfontconfig -lfreetype ../src/.libs/libm17n-core.so ../src/.libs/libm17n.so ../src/.libs/libm17n-flt.so -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libm17n-gui.so.0 -o .libs/libm17n-gui.so.0.4.2
+libtool: link: (cd ".libs" && rm -f "libm17n-gui.so.0" && ln -s "libm17n-gui.so.0.4.2" "libm17n-gui.so.0")
+libtool: link: (cd ".libs" && rm -f "libm17n-gui.so" && ln -s "libm17n-gui.so.0.4.2" "libm17n-gui.so")
+libtool: link: ar cru .libs/libm17n-gui.a face.o font.o font-ft.o fontset.o draw.o input-gui.o m17n-gui.o
+ar: `u' modifier ignored since `D' is the default (see `U')
+libtool: link: ranlib .libs/libm17n-gui.a
+libtool: link: ( cd ".libs" && rm -f "libm17n-gui.la" && ln -s "../libm17n-gui.la" "libm17n-gui.la" )
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-X.lo -MD -MP -MF .deps/m17n-X.Tpo -c -o m17n-X.lo m17n-X.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-X.lo -MD -MP -MF .deps/m17n-X.Tpo -c m17n-X.c -fPIC -DPIC -o .libs/m17n-X.o
+m17n-X.c: In function 'mwin__device_get_prop':
+m17n-X.c:1441:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ return (void *) device->depth;
+ ^
+m17n-X.c: In function 'device_open':
+m17n-X.c:2199:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ depth = (unsigned) mplist_value (plist);
+ ^
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-X.lo -MD -MP -MF .deps/m17n-X.Tpo -c m17n-X.c -o m17n-X.o >/dev/null 2>&1
+mv -f .deps/m17n-X.Tpo .deps/m17n-X.Plo
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -avoid-version -module -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libm17n-X.la -rpath /usr/lib/m17n/1.0 m17n-X.lo -lSM -lICE -lXt -lX11 -lXft -lfontconfig -lfreetype ../src/libm17n-core.la ../src/libm17n.la ../src/libm17n-flt.la ../src/libm17n-gui.la -ldl
+libtool: link: gcc -shared -fPIC -DPIC .libs/m17n-X.o -Wl,-rpath -Wl,/build/m17n-lib/src/m17n-lib-1.8.0/src/.libs -lSM -lICE -lXt -lX11 -lXft -lfontconfig -lfreetype ../src/.libs/libm17n-core.so ../src/.libs/libm17n.so ../src/.libs/libm17n-flt.so ../src/.libs/libm17n-gui.so -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libm17n-X.so -o .libs/libm17n-X.so
+libtool: link: ar cru .libs/libm17n-X.a m17n-X.o
+ar: `u' modifier ignored since `D' is the default (see `U')
+libtool: link: ranlib .libs/libm17n-X.a
+libtool: link: ( cd ".libs" && rm -f "libm17n-X.la" && ln -s "../libm17n-X.la" "libm17n-X.la" )
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-gd.lo -MD -MP -MF .deps/m17n-gd.Tpo -c -o m17n-gd.lo m17n-gd.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-gd.lo -MD -MP -MF .deps/m17n-gd.Tpo -c m17n-gd.c -fPIC -DPIC -o .libs/m17n-gd.o
+m17n-gd.c: In function 'read_rgb_txt':
+m17n-gd.c:129:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ msymbol_put (msymbol (buf), M_rgb, (void *) b);
+ ^
+m17n-gd.c: In function 'parse_color':
+m17n-gd.c:190:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ return (int) msymbol_get (sym, M_rgb);
+ ^
+m17n-gd.c: In function 'device_open':
+m17n-gd.c:861:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ frame->dpi = (int) mplist_get (param, Mresolution);
+ ^
+m17n-gd.c: In function 'read_rgb_txt':
+m17n-gd.c:122:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
+ fgets (buf + 1, 255, fp);
+ ^~~~~~~~~~~~~~~~~~~~~~~~
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DM17NDIR=\"/usr/share/m17n\" -DM17N_MODULE_DIR=\"/usr/lib/m17n/1.0\" -DGETTEXTDIR=\"/usr/share/locale\" -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT m17n-gd.lo -MD -MP -MF .deps/m17n-gd.Tpo -c m17n-gd.c -o m17n-gd.o >/dev/null 2>&1
+mv -f .deps/m17n-gd.Tpo .deps/m17n-gd.Plo
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -avoid-version -module -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libm17n-gd.la -rpath /usr/lib/m17n/1.0 m17n-gd.lo -lgd -lfreetype ../src/libm17n-core.la ../src/libm17n.la ../src/libm17n-flt.la ../src/libm17n-gui.la -ldl
+libtool: link: gcc -shared -fPIC -DPIC .libs/m17n-gd.o -Wl,-rpath -Wl,/build/m17n-lib/src/m17n-lib-1.8.0/src/.libs -lgd -lfreetype ../src/.libs/libm17n-core.so ../src/.libs/libm17n.so ../src/.libs/libm17n-flt.so ../src/.libs/libm17n-gui.so -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libm17n-gd.so -o .libs/libm17n-gd.so
+libtool: link: ar cru .libs/libm17n-gd.a m17n-gd.o
+ar: `u' modifier ignored since `D' is the default (see `U')
+libtool: link: ranlib .libs/libm17n-gd.a
+libtool: link: ( cd ".libs" && rm -f "libm17n-gd.la" && ln -s "../libm17n-gd.la" "libm17n-gd.la" )
+make[2]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0/src'
+Making all in example
+make[2]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0/example'
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DHAVE_X11_XAW_COMMAND_H -DHAVE_FREETYPE -DHAVE_GD=2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mimx-anthy.lo -MD -MP -MF .deps/mimx-anthy.Tpo -c -o mimx-anthy.lo mimx-anthy.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DHAVE_X11_XAW_COMMAND_H -DHAVE_FREETYPE -DHAVE_GD=2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mimx-anthy.lo -MD -MP -MF .deps/mimx-anthy.Tpo -c mimx-anthy.c -fPIC -DPIC -o .libs/mimx-anthy.o
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DHAVE_X11_XAW_COMMAND_H -DHAVE_FREETYPE -DHAVE_GD=2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mimx-anthy.lo -MD -MP -MF .deps/mimx-anthy.Tpo -c mimx-anthy.c -o mimx-anthy.o >/dev/null 2>&1
+mv -f .deps/mimx-anthy.Tpo .deps/mimx-anthy.Plo
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -avoid-version -module -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libmimx-anthy.la -rpath /usr/lib/m17n/1.0 mimx-anthy.lo ../src/libm17n-core.la ../src/libm17n.la -ldl
+libtool: link: gcc -shared -fPIC -DPIC .libs/mimx-anthy.o -Wl,-rpath -Wl,/build/m17n-lib/src/m17n-lib-1.8.0/src/.libs ../src/.libs/libm17n-core.so ../src/.libs/libm17n.so -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libmimx-anthy.so -o .libs/libmimx-anthy.so
+libtool: link: ar cru .libs/libmimx-anthy.a mimx-anthy.o
+ar: `u' modifier ignored since `D' is the default (see `U')
+libtool: link: ranlib .libs/libmimx-anthy.a
+libtool: link: ( cd ".libs" && rm -f "libmimx-anthy.la" && ln -s "../libmimx-anthy.la" "libmimx-anthy.la" )
+/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DHAVE_X11_XAW_COMMAND_H -DHAVE_FREETYPE -DHAVE_GD=2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mimx-ispell.lo -MD -MP -MF .deps/mimx-ispell.Tpo -c -o mimx-ispell.lo mimx-ispell.c
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DHAVE_X11_XAW_COMMAND_H -DHAVE_FREETYPE -DHAVE_GD=2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mimx-ispell.lo -MD -MP -MF .deps/mimx-ispell.Tpo -c mimx-ispell.c -fPIC -DPIC -o .libs/mimx-ispell.o
+libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DHAVE_X11_XAW_COMMAND_H -DHAVE_FREETYPE -DHAVE_GD=2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mimx-ispell.lo -MD -MP -MF .deps/mimx-ispell.Tpo -c mimx-ispell.c -o mimx-ispell.o >/dev/null 2>&1
+mv -f .deps/mimx-ispell.Tpo .deps/mimx-ispell.Plo
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -avoid-version -module -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libmimx-ispell.la -rpath /usr/lib/m17n/1.0 mimx-ispell.lo ../src/libm17n-core.la ../src/libm17n.la ../src/libm17n-flt.la ../src/libm17n-gui.la -ldl
+libtool: link: gcc -shared -fPIC -DPIC .libs/mimx-ispell.o -Wl,-rpath -Wl,/build/m17n-lib/src/m17n-lib-1.8.0/src/.libs ../src/.libs/libm17n-core.so ../src/.libs/libm17n.so ../src/.libs/libm17n-flt.so ../src/.libs/libm17n-gui.so -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libmimx-ispell.so -o .libs/libmimx-ispell.so
+libtool: link: ar cru .libs/libmimx-ispell.a mimx-ispell.o
+ar: `u' modifier ignored since `D' is the default (see `U')
+libtool: link: ranlib .libs/libmimx-ispell.a
+libtool: link: ( cd ".libs" && rm -f "libmimx-ispell.la" && ln -s "../libmimx-ispell.la" "libmimx-ispell.la" )
+gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DHAVE_X11_XAW_COMMAND_H -DHAVE_FREETYPE -DHAVE_GD=2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mconv.o -MD -MP -MF .deps/mconv.Tpo -c -o mconv.o mconv.c
+mv -f .deps/mconv.Tpo .deps/mconv.Po
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o m17n-conv mconv.o ../src/libm17n-core.la ../src/libm17n.la -ldl
+libtool: link: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/m17n-conv mconv.o ../src/.libs/libm17n-core.so ../src/.libs/libm17n.so -ldl
+gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DHAVE_X11_XAW_COMMAND_H -DHAVE_FREETYPE -DHAVE_GD=2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mview.o -MD -MP -MF .deps/mview.Tpo -c -o mview.o mview.c
+mview.c: In function 'main':
+mview.c:348:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mface_put_prop (face, Msize, (void *) fontsize);
+ ^
+mview.c:370:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ viewport_width = (int) mframe_get_prop (frame, Mfont_width) * 80;
+ ^
+mview.c:372:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ = ((int) mframe_get_prop (frame, Mfont_ascent)
+ ^
+mview.c:373:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ + (int) mframe_get_prop (frame, Mfont_descent)) * 24;
+ ^
+mv -f .deps/mview.Tpo .deps/mview.Po
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o m17n-view mview.o -lSM -lICE -lXaw -lXmu -lXt -lX11 ../src/libm17n-core.la ../src/libm17n.la ../src/libm17n-flt.la ../src/libm17n-gui.la -ldl
+libtool: link: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/m17n-view mview.o -lSM -lICE -lXaw -lXmu -lXt -lX11 ../src/.libs/libm17n-core.so ../src/.libs/libm17n.so ../src/.libs/libm17n-flt.so ../src/.libs/libm17n-gui.so -ldl
+gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DHAVE_X11_XAW_COMMAND_H -DHAVE_FREETYPE -DHAVE_GD=2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mdate.o -MD -MP -MF .deps/mdate.Tpo -c -o mdate.o mdate.c
+mv -f .deps/mdate.Tpo .deps/mdate.Po
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o m17n-date mdate.o ../src/libm17n-core.la ../src/libm17n.la -ldl
+libtool: link: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/m17n-date mdate.o ../src/.libs/libm17n-core.so ../src/.libs/libm17n.so -ldl
+gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DHAVE_X11_XAW_COMMAND_H -DHAVE_FREETYPE -DHAVE_GD=2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT mdump.o -MD -MP -MF .deps/mdump.Tpo -c -o mdump.o mdump.c
+mdump.c: In function 'main':
+mdump.c:668:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mface_put_prop (face, Msize, (void *) (fontsize * dpi / 100));
+ ^
+mdump.c:740:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ rgb_value = (int) msymbol_get (fg, msymbol (" rgb"));
+ ^
+mdump.c:756:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int rgb_value = (int) msymbol_get (bg, msymbol (" rgb"));
+ ^
+mv -f .deps/mdump.Tpo .deps/mdump.Po
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o m17n-dump mdump.o -lgd ../src/libm17n-core.la ../src/libm17n.la ../src/libm17n-flt.la ../src/libm17n-gui.la -ldl
+libtool: link: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/m17n-dump mdump.o -lgd ../src/.libs/libm17n-core.so ../src/.libs/libm17n.so ../src/.libs/libm17n-flt.so ../src/.libs/libm17n-gui.so -ldl
+gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DHAVE_X11_XAW_COMMAND_H -DHAVE_FREETYPE -DHAVE_GD=2 -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT medit.o -MD -MP -MF .deps/medit.Tpo -c -o medit.o medit.c
+medit.c: In function 'set_input_method_spot':
+medit.c:445:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ size = (int) mface_get_prop (faces[i], Msize);
+ ^
+medit.c:447:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ ratio = (int) mface_get_prop (faces[i], Mratio);
+ ^
+medit.c: In function 'select_input_method':
+medit.c:665:1: warning: type of 'idx' defaults to 'int' [-Wimplicit-int]
+ select_input_method (idx)
+ ^~~~~~~~~~~~~~~~~~~
+medit.c: In function 'show_cursor':
+medit.c:813:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int size = (int) mfont_get_prop (cursor.font, Msize);
+ ^
+medit.c: In function 'ScrollProc':
+medit.c:1478:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ if (((int) position) < 0)
+ ^
+medit.c: In function 'KeyProc':
+medit.c:1593:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ InputMethodProc (w, (XtPointer) saved_input_method, NULL);
+ ^
+medit.c:1770:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ InputMethodProc (w, (XtPointer) unicode_input_method, NULL);
+ ^
+medit.c: In function 'SerializeProc':
+medit.c:1833:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ serialized = (int) client_data;
+ ^
+medit.c: In function 'BidiProc':
+medit.c:1880:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int data = (int) client_data;
+ ^
+medit.c: In function 'LineBreakProc':
+medit.c:1909:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int data = (int) client_data;
+ ^
+medit.c: In function 'CursorProc':
+medit.c:1954:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int data = (int) client_data;
+ ^
+medit.c: In function 'InputMethodProc':
+medit.c:1997:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int idx = (int) client_data;
+ ^
+medit.c: In function 'FaceProc':
+medit.c:2033:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int idx = (int) client_data;
+ ^
+medit.c: In function 'DumpImageProc':
+medit.c:2138:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int narrowed = (int) client_data;
+ ^
+medit.c: In function 'surrounding_text_handler':
+medit.c:2198:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int len = (int) mplist_value (ic->plist);
+ ^
+medit.c:2223:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ int len = (int) mplist_value (ic->plist);
+ ^
+medit.c: In function 'FileDialogProc':
+medit.c:2433:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ if ((int) client_data == 1)
+ ^
+medit.c: In function 'main':
+medit.c:2790:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ mface_put_prop (face, Msize, (void *) fontsize);
+ ^
+medit.c:2806:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ default_font_size = (int) mfont_get_prop (font, Msize);
+ ^
+medit.c:2809:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ font_width = (int) mframe_get_prop (frame, Mfont_width);
+ ^
+medit.c:2810:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ font_ascent = (int) mframe_get_prop (frame, Mfont_ascent);
+ ^
+medit.c:2811:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
+ font_descent = (int) mframe_get_prop (frame, Mfont_descent);
+ ^
+medit.c:2468:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ (MENU).proc = (PROC), (MENU).client_data = (XtPointer) (DATA), \
+ ^
+medit.c:2996:2: note: in expansion of macro 'SetMenu'
+ SetMenu (menus[i + 2], 0, name1, name2, InputMethodProc, i, 0);
+ ^~~~~~~
+medit.c:2468:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
+ (MENU).proc = (PROC), (MENU).client_data = (XtPointer) (DATA), \
+ ^
+medit.c:3068:4: note: in expansion of macro 'SetMenu'
+ SetMenu (menus[j - i], 0, face_table[j].name, NULL,
+ ^~~~~~~
+mv -f .deps/medit.Tpo .deps/medit.Po
+/bin/sh ../libtool --tag=CC --mode=link gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o m17n-edit medit.o -lSM -lICE -lXaw -lXmu -lXt -lX11 ../src/libm17n-core.la ../src/libm17n.la ../src/libm17n-flt.la ../src/libm17n-gui.la -ldl -ldl
+libtool: link: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/m17n-edit medit.o -lSM -lICE -lXaw -lXmu -lXt -lX11 ../src/.libs/libm17n-core.so ../src/.libs/libm17n.so ../src/.libs/libm17n-flt.so ../src/.libs/libm17n-gui.so -ldl
+make[2]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0/example'
+make[2]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0'
+make[2]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0'
+make[1]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0'
diff --git a/m17n-lib/m17n-lib-1.8.0-2-x86_64-package.log b/m17n-lib/m17n-lib-1.8.0-2-x86_64-package.log
new file mode 100644
index 0000000..51b6565
--- /dev/null
+++ b/m17n-lib/m17n-lib-1.8.0-2-x86_64-package.log
@@ -0,0 +1,218 @@
+Making install in intl
+make[1]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0/intl'
+if { test "m17n-lib" = "gettext-runtime" || test "m17n-lib" = "gettext-tools"; } \
+ && test 'no' = yes; then \
+ /bin/mkdir -p /build/m17n-lib/pkg/m17n-lib/usr/lib /build/m17n-lib/pkg/m17n-lib/usr/include; \
+ /usr/bin/install -c -m 644 libintl.h /build/m17n-lib/pkg/m17n-lib/usr/include/libintl.h; \
+ /bin/sh ../libtool --mode=install \
+ /usr/bin/install -c -m 644 libintl.a /build/m17n-lib/pkg/m17n-lib/usr/lib/libintl.a; \
+ if test "@RELOCATABLE@" = yes; then \
+ dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /build/m17n-lib/pkg/m17n-lib/usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
+ if test -n "$dependencies"; then \
+ rm -f /build/m17n-lib/pkg/m17n-lib/usr/lib/libintl.la; \
+ fi; \
+ fi; \
+else \
+ : ; \
+fi
+if test "m17n-lib" = "gettext-tools" \
+ && test 'no' = no \
+ && test yes != no; then \
+ /bin/mkdir -p /build/m17n-lib/pkg/m17n-lib/usr/lib; \
+ /bin/sh ../libtool --mode=install \
+ /usr/bin/install -c -m 644 libgnuintl.a /build/m17n-lib/pkg/m17n-lib/usr/lib/libgnuintl.a; \
+ rm -f /build/m17n-lib/pkg/m17n-lib/usr/lib/preloadable_libintl.so; \
+ /usr/bin/install -c -m 644 /build/m17n-lib/pkg/m17n-lib/usr/lib/libgnuintl.so /build/m17n-lib/pkg/m17n-lib/usr/lib/preloadable_libintl.so; \
+ /bin/sh ../libtool --mode=uninstall \
+ rm -f /build/m17n-lib/pkg/m17n-lib/usr/lib/libgnuintl.a; \
+else \
+ : ; \
+fi
+if test 'no' = yes; then \
+ test yes != no || /bin/mkdir -p /build/m17n-lib/pkg/m17n-lib/usr/lib; \
+ temp=/build/m17n-lib/pkg/m17n-lib/usr/lib/t-charset.alias; \
+ dest=/build/m17n-lib/pkg/m17n-lib/usr/lib/charset.alias; \
+ if test -f /build/m17n-lib/pkg/m17n-lib/usr/lib/charset.alias; then \
+ orig=/build/m17n-lib/pkg/m17n-lib/usr/lib/charset.alias; \
+ sed -f ref-add.sed $orig > $temp; \
+ /usr/bin/install -c -m 644 $temp $dest; \
+ rm -f $temp; \
+ else \
+ if test yes = no; then \
+ orig=charset.alias; \
+ sed -f ref-add.sed $orig > $temp; \
+ /usr/bin/install -c -m 644 $temp $dest; \
+ rm -f $temp; \
+ fi; \
+ fi; \
+ /bin/mkdir -p /build/m17n-lib/pkg/m17n-lib/usr/share/locale; \
+ test -f /build/m17n-lib/pkg/m17n-lib/usr/share/locale/locale.alias \
+ && orig=/build/m17n-lib/pkg/m17n-lib/usr/share/locale/locale.alias \
+ || orig=./locale.alias; \
+ temp=/build/m17n-lib/pkg/m17n-lib/usr/share/locale/t-locale.alias; \
+ dest=/build/m17n-lib/pkg/m17n-lib/usr/share/locale/locale.alias; \
+ sed -f ref-add.sed $orig > $temp; \
+ /usr/bin/install -c -m 644 $temp $dest; \
+ rm -f $temp; \
+else \
+ : ; \
+fi
+if test "m17n-lib" = "gettext-tools"; then \
+ /bin/mkdir -p /build/m17n-lib/pkg/m17n-lib/usr/share/gettext/intl; \
+ /usr/bin/install -c -m 644 VERSION /build/m17n-lib/pkg/m17n-lib/usr/share/gettext/intl/VERSION; \
+ /usr/bin/install -c -m 644 ChangeLog.inst /build/m17n-lib/pkg/m17n-lib/usr/share/gettext/intl/ChangeLog; \
+ dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c lock.c relocatable.c langprefs.c localename.c log.c printf.c version.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
+ for file in $dists; do \
+ /usr/bin/install -c -m 644 ./$file \
+ /build/m17n-lib/pkg/m17n-lib/usr/share/gettext/intl/$file; \
+ done; \
+ chmod a+x /build/m17n-lib/pkg/m17n-lib/usr/share/gettext/intl/config.charset; \
+ dists="plural.c"; \
+ for file in $dists; do \
+ if test -f $file; then dir=.; else dir=.; fi; \
+ /usr/bin/install -c -m 644 $dir/$file \
+ /build/m17n-lib/pkg/m17n-lib/usr/share/gettext/intl/$file; \
+ done; \
+ dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \
+ for file in $dists; do \
+ rm -f /build/m17n-lib/pkg/m17n-lib/usr/share/gettext/intl/$file; \
+ done; \
+else \
+ : ; \
+fi
+make[1]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0/intl'
+Making install in po
+make[1]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0/po'
+/bin/mkdir -p /build/m17n-lib/pkg/m17n-lib/usr/share
+if test "m17n-lib" = "gettext-tools"; then \
+ /bin/mkdir -p /build/m17n-lib/pkg/m17n-lib/usr/share/gettext/po; \
+ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
+ /usr/bin/install -c -m 644 ./$file \
+ /build/m17n-lib/pkg/m17n-lib/usr/share/gettext/po/$file; \
+ done; \
+ for file in Makevars; do \
+ rm -f /build/m17n-lib/pkg/m17n-lib/usr/share/gettext/po/$file; \
+ done; \
+else \
+ : ; \
+fi
+make[1]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0/po'
+Making install in src
+make[1]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0/src'
+make[2]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0/src'
+ /bin/mkdir -p '/build/m17n-lib/pkg/m17n-lib/usr/lib'
+ /bin/sh ../libtool --mode=install /usr/bin/install -c libm17n-core.la libm17n.la libm17n-flt.la libm17n-gui.la '/build/m17n-lib/pkg/m17n-lib/usr/lib'
+libtool: install: /usr/bin/install -c .libs/libm17n-core.so.0.4.2 /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-core.so.0.4.2
+libtool: install: (cd /build/m17n-lib/pkg/m17n-lib/usr/lib && { ln -s -f libm17n-core.so.0.4.2 libm17n-core.so.0 || { rm -f libm17n-core.so.0 && ln -s libm17n-core.so.0.4.2 libm17n-core.so.0; }; })
+libtool: install: (cd /build/m17n-lib/pkg/m17n-lib/usr/lib && { ln -s -f libm17n-core.so.0.4.2 libm17n-core.so || { rm -f libm17n-core.so && ln -s libm17n-core.so.0.4.2 libm17n-core.so; }; })
+libtool: install: /usr/bin/install -c .libs/libm17n-core.lai /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-core.la
+libtool: warning: relinking 'libm17n.la'
+libtool: install: (cd /build/m17n-lib/src/m17n-lib-1.8.0/src; /bin/sh "/build/m17n-lib/src/m17n-lib-1.8.0/libtool" --tag CC --mode=relink gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -export-dynamic -version-info 4:2:4 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libm17n.la -rpath /usr/lib charset.lo coding.lo input.lo language.lo locale.lo m17n.lo ../src/libm17n-core.la -ldl -ldl -inst-prefix-dir /build/m17n-lib/pkg/m17n-lib)
+libtool: relink: gcc -shared -fPIC -DPIC .libs/charset.o .libs/coding.o .libs/input.o .libs/language.o .libs/locale.o .libs/m17n.o -L/build/m17n-lib/pkg/m17n-lib/usr/lib -L/usr/lib -lm17n-core -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libm17n.so.0 -o .libs/libm17n.so.0.4.2
+libtool: install: /usr/bin/install -c .libs/libm17n.so.0.4.2T /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n.so.0.4.2
+libtool: install: (cd /build/m17n-lib/pkg/m17n-lib/usr/lib && { ln -s -f libm17n.so.0.4.2 libm17n.so.0 || { rm -f libm17n.so.0 && ln -s libm17n.so.0.4.2 libm17n.so.0; }; })
+libtool: install: (cd /build/m17n-lib/pkg/m17n-lib/usr/lib && { ln -s -f libm17n.so.0.4.2 libm17n.so || { rm -f libm17n.so && ln -s libm17n.so.0.4.2 libm17n.so; }; })
+libtool: install: /usr/bin/install -c .libs/libm17n.lai /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n.la
+libtool: warning: relinking 'libm17n-flt.la'
+libtool: install: (cd /build/m17n-lib/src/m17n-lib-1.8.0/src; /bin/sh "/build/m17n-lib/src/m17n-lib-1.8.0/libtool" --tag CC --mode=relink gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -export-dynamic -version-info 4:2:4 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libm17n-flt.la -rpath /usr/lib m17n-flt.lo ../src/libm17n-core.la -ldl -inst-prefix-dir /build/m17n-lib/pkg/m17n-lib)
+libtool: relink: gcc -shared -fPIC -DPIC .libs/m17n-flt.o -L/build/m17n-lib/pkg/m17n-lib/usr/lib -L/usr/lib -lm17n-core -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libm17n-flt.so.0 -o .libs/libm17n-flt.so.0.4.2
+libtool: install: /usr/bin/install -c .libs/libm17n-flt.so.0.4.2T /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-flt.so.0.4.2
+libtool: install: (cd /build/m17n-lib/pkg/m17n-lib/usr/lib && { ln -s -f libm17n-flt.so.0.4.2 libm17n-flt.so.0 || { rm -f libm17n-flt.so.0 && ln -s libm17n-flt.so.0.4.2 libm17n-flt.so.0; }; })
+libtool: install: (cd /build/m17n-lib/pkg/m17n-lib/usr/lib && { ln -s -f libm17n-flt.so.0.4.2 libm17n-flt.so || { rm -f libm17n-flt.so && ln -s libm17n-flt.so.0.4.2 libm17n-flt.so; }; })
+libtool: install: /usr/bin/install -c .libs/libm17n-flt.lai /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-flt.la
+libtool: warning: relinking 'libm17n-gui.la'
+libtool: install: (cd /build/m17n-lib/src/m17n-lib-1.8.0/src; /bin/sh "/build/m17n-lib/src/m17n-lib-1.8.0/libtool" --tag CC --mode=relink gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -export-dynamic -version-info 4:2:4 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libm17n-gui.la -rpath /usr/lib face.lo font.lo font-ft.lo fontset.lo draw.lo input-gui.lo m17n-gui.lo -lfreetype -lfribidi -lfontconfig -lfreetype ../src/libm17n-core.la ../src/libm17n.la ../src/libm17n-flt.la -ldl -inst-prefix-dir /build/m17n-lib/pkg/m17n-lib)
+libtool: relink: gcc -shared -fPIC -DPIC .libs/face.o .libs/font.o .libs/font-ft.o .libs/fontset.o .libs/draw.o .libs/input-gui.o .libs/m17n-gui.o -lfribidi -lfontconfig -lfreetype -L/build/m17n-lib/pkg/m17n-lib/usr/lib -L/usr/lib -lm17n-core -lm17n -lm17n-flt -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libm17n-gui.so.0 -o .libs/libm17n-gui.so.0.4.2
+libtool: install: /usr/bin/install -c .libs/libm17n-gui.so.0.4.2T /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-gui.so.0.4.2
+libtool: install: (cd /build/m17n-lib/pkg/m17n-lib/usr/lib && { ln -s -f libm17n-gui.so.0.4.2 libm17n-gui.so.0 || { rm -f libm17n-gui.so.0 && ln -s libm17n-gui.so.0.4.2 libm17n-gui.so.0; }; })
+libtool: install: (cd /build/m17n-lib/pkg/m17n-lib/usr/lib && { ln -s -f libm17n-gui.so.0.4.2 libm17n-gui.so || { rm -f libm17n-gui.so && ln -s libm17n-gui.so.0.4.2 libm17n-gui.so; }; })
+libtool: install: /usr/bin/install -c .libs/libm17n-gui.lai /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-gui.la
+libtool: install: /usr/bin/install -c .libs/libm17n-core.a /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-core.a
+libtool: install: chmod 644 /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-core.a
+libtool: install: ranlib /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-core.a
+libtool: install: /usr/bin/install -c .libs/libm17n.a /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n.a
+libtool: install: chmod 644 /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n.a
+libtool: install: ranlib /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n.a
+libtool: install: /usr/bin/install -c .libs/libm17n-flt.a /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-flt.a
+libtool: install: chmod 644 /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-flt.a
+libtool: install: ranlib /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-flt.a
+libtool: install: /usr/bin/install -c .libs/libm17n-gui.a /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-gui.a
+libtool: install: chmod 644 /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-gui.a
+libtool: install: ranlib /build/m17n-lib/pkg/m17n-lib/usr/lib/libm17n-gui.a
+libtool: warning: remember to run 'libtool --finish /usr/lib'
+ /bin/mkdir -p '/build/m17n-lib/pkg/m17n-lib/usr/include'
+ /usr/bin/install -c -m 644 m17n-core.h m17n.h m17n-misc.h m17n-flt.h m17n-gui.h m17n-X.h '/build/m17n-lib/pkg/m17n-lib/usr/include'
+ /bin/mkdir -p '/build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0'
+ /bin/sh ../libtool --mode=install /usr/bin/install -c libm17n-X.la libm17n-gd.la '/build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0'
+libtool: warning: relinking 'libm17n-X.la'
+libtool: install: (cd /build/m17n-lib/src/m17n-lib-1.8.0/src; /bin/sh "/build/m17n-lib/src/m17n-lib-1.8.0/libtool" --tag CC --mode=relink gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -avoid-version -module -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libm17n-X.la -rpath /usr/lib/m17n/1.0 m17n-X.lo -lSM -lICE -lXt -lX11 -lXft -lfontconfig -lfreetype ../src/libm17n-core.la ../src/libm17n.la ../src/libm17n-flt.la ../src/libm17n-gui.la -ldl -inst-prefix-dir /build/m17n-lib/pkg/m17n-lib)
+libtool: relink: gcc -shared -fPIC -DPIC .libs/m17n-X.o -lSM -lICE -lXt -lX11 -lXft -lfontconfig -lfreetype -L/build/m17n-lib/pkg/m17n-lib/usr/lib -L/usr/lib -lm17n-core -lm17n -lm17n-flt -lm17n-gui -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libm17n-X.so -o .libs/libm17n-X.so
+libtool: install: /usr/bin/install -c .libs/libm17n-X.soT /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libm17n-X.so
+libtool: install: /usr/bin/install -c .libs/libm17n-X.lai /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libm17n-X.la
+libtool: warning: relinking 'libm17n-gd.la'
+libtool: install: (cd /build/m17n-lib/src/m17n-lib-1.8.0/src; /bin/sh "/build/m17n-lib/src/m17n-lib-1.8.0/libtool" --tag CC --mode=relink gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -avoid-version -module -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libm17n-gd.la -rpath /usr/lib/m17n/1.0 m17n-gd.lo -lgd -lfreetype ../src/libm17n-core.la ../src/libm17n.la ../src/libm17n-flt.la ../src/libm17n-gui.la -ldl -inst-prefix-dir /build/m17n-lib/pkg/m17n-lib)
+libtool: relink: gcc -shared -fPIC -DPIC .libs/m17n-gd.o -lgd -lfreetype -L/build/m17n-lib/pkg/m17n-lib/usr/lib -L/usr/lib -lm17n-core -lm17n -lm17n-flt -lm17n-gui -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libm17n-gd.so -o .libs/libm17n-gd.so
+libtool: install: /usr/bin/install -c .libs/libm17n-gd.soT /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libm17n-gd.so
+libtool: install: /usr/bin/install -c .libs/libm17n-gd.lai /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libm17n-gd.la
+libtool: install: /usr/bin/install -c .libs/libm17n-X.a /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libm17n-X.a
+libtool: install: chmod 644 /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libm17n-X.a
+libtool: install: ranlib /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libm17n-X.a
+libtool: install: /usr/bin/install -c .libs/libm17n-gd.a /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libm17n-gd.a
+libtool: install: chmod 644 /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libm17n-gd.a
+libtool: install: ranlib /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libm17n-gd.a
+libtool: warning: remember to run 'libtool --finish /usr/lib/m17n/1.0'
+make[2]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0/src'
+make[1]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0/src'
+Making install in example
+make[1]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0/example'
+make[2]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0/example'
+ /bin/mkdir -p '/build/m17n-lib/pkg/m17n-lib/usr/bin'
+ /bin/sh ../libtool --mode=install /usr/bin/install -c m17n-conv m17n-view m17n-date m17n-dump m17n-edit '/build/m17n-lib/pkg/m17n-lib/usr/bin'
+libtool: warning: '../src/libm17n-core.la' has not been installed in '/usr/lib'
+libtool: warning: '../src/libm17n.la' has not been installed in '/usr/lib'
+libtool: install: /usr/bin/install -c .libs/m17n-conv /build/m17n-lib/pkg/m17n-lib/usr/bin/m17n-conv
+libtool: warning: '../src/libm17n-core.la' has not been installed in '/usr/lib'
+libtool: warning: '../src/libm17n.la' has not been installed in '/usr/lib'
+libtool: warning: '../src/libm17n-flt.la' has not been installed in '/usr/lib'
+libtool: warning: '../src/libm17n-gui.la' has not been installed in '/usr/lib'
+libtool: install: /usr/bin/install -c .libs/m17n-view /build/m17n-lib/pkg/m17n-lib/usr/bin/m17n-view
+libtool: warning: '../src/libm17n-core.la' has not been installed in '/usr/lib'
+libtool: warning: '../src/libm17n.la' has not been installed in '/usr/lib'
+libtool: install: /usr/bin/install -c .libs/m17n-date /build/m17n-lib/pkg/m17n-lib/usr/bin/m17n-date
+libtool: warning: '../src/libm17n-core.la' has not been installed in '/usr/lib'
+libtool: warning: '../src/libm17n.la' has not been installed in '/usr/lib'
+libtool: warning: '../src/libm17n-flt.la' has not been installed in '/usr/lib'
+libtool: warning: '../src/libm17n-gui.la' has not been installed in '/usr/lib'
+libtool: install: /usr/bin/install -c .libs/m17n-dump /build/m17n-lib/pkg/m17n-lib/usr/bin/m17n-dump
+libtool: warning: '../src/libm17n-core.la' has not been installed in '/usr/lib'
+libtool: warning: '../src/libm17n.la' has not been installed in '/usr/lib'
+libtool: warning: '../src/libm17n-flt.la' has not been installed in '/usr/lib'
+libtool: warning: '../src/libm17n-gui.la' has not been installed in '/usr/lib'
+libtool: install: /usr/bin/install -c .libs/m17n-edit /build/m17n-lib/pkg/m17n-lib/usr/bin/m17n-edit
+ /bin/mkdir -p '/build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0'
+ /bin/sh ../libtool --mode=install /usr/bin/install -c libmimx-anthy.la libmimx-ispell.la '/build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0'
+libtool: warning: relinking 'libmimx-anthy.la'
+libtool: install: (cd /build/m17n-lib/src/m17n-lib-1.8.0/example; /bin/sh "/build/m17n-lib/src/m17n-lib-1.8.0/libtool" --tag CC --mode=relink gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -avoid-version -module -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libmimx-anthy.la -rpath /usr/lib/m17n/1.0 mimx-anthy.lo ../src/libm17n-core.la ../src/libm17n.la -ldl -inst-prefix-dir /build/m17n-lib/pkg/m17n-lib)
+libtool: relink: gcc -shared -fPIC -DPIC .libs/mimx-anthy.o -L/build/m17n-lib/pkg/m17n-lib/usr/lib -L/usr/lib -lm17n-core -lm17n -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libmimx-anthy.so -o .libs/libmimx-anthy.so
+libtool: install: /usr/bin/install -c .libs/libmimx-anthy.soT /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libmimx-anthy.so
+libtool: install: /usr/bin/install -c .libs/libmimx-anthy.lai /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libmimx-anthy.la
+libtool: warning: relinking 'libmimx-ispell.la'
+libtool: install: (cd /build/m17n-lib/src/m17n-lib-1.8.0/example; /bin/sh "/build/m17n-lib/src/m17n-lib-1.8.0/libtool" --tag CC --mode=relink gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -avoid-version -module -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o libmimx-ispell.la -rpath /usr/lib/m17n/1.0 mimx-ispell.lo ../src/libm17n-core.la ../src/libm17n.la ../src/libm17n-flt.la ../src/libm17n-gui.la -ldl -inst-prefix-dir /build/m17n-lib/pkg/m17n-lib)
+libtool: relink: gcc -shared -fPIC -DPIC .libs/mimx-ispell.o -L/build/m17n-lib/pkg/m17n-lib/usr/lib -L/usr/lib -lm17n-core -lm17n -lm17n-flt -lm17n-gui -ldl -march=x86-64 -mtune=generic -O2 -fstack-protector-strong -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libmimx-ispell.so -o .libs/libmimx-ispell.so
+libtool: install: /usr/bin/install -c .libs/libmimx-ispell.soT /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libmimx-ispell.so
+libtool: install: /usr/bin/install -c .libs/libmimx-ispell.lai /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libmimx-ispell.la
+libtool: install: /usr/bin/install -c .libs/libmimx-anthy.a /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libmimx-anthy.a
+libtool: install: chmod 644 /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libmimx-anthy.a
+libtool: install: ranlib /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libmimx-anthy.a
+libtool: install: /usr/bin/install -c .libs/libmimx-ispell.a /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libmimx-ispell.a
+libtool: install: chmod 644 /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libmimx-ispell.a
+libtool: install: ranlib /build/m17n-lib/pkg/m17n-lib/usr/lib/m17n/1.0/libmimx-ispell.a
+libtool: warning: remember to run 'libtool --finish /usr/lib/m17n/1.0'
+make[2]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0/example'
+make[1]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0/example'
+make[1]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0'
+make[2]: Entering directory '/build/m17n-lib/src/m17n-lib-1.8.0'
+ /bin/mkdir -p '/build/m17n-lib/pkg/m17n-lib/usr/lib/pkgconfig'
+ /usr/bin/install -c -m 644 m17n-core.pc m17n-shell.pc m17n-flt.pc m17n-gui.pc '/build/m17n-lib/pkg/m17n-lib/usr/lib/pkgconfig'
+make[2]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0'
+make[1]: Leaving directory '/build/m17n-lib/src/m17n-lib-1.8.0'
diff --git a/m17n-lib/m17n-lib-1.8.0-2-x86_64-prepare.log b/m17n-lib/m17n-lib-1.8.0-2-x86_64-prepare.log
new file mode 100644
index 0000000..3f05b91
--- /dev/null
+++ b/m17n-lib/m17n-lib-1.8.0-2-x86_64-prepare.log
@@ -0,0 +1,15 @@
+removed 'debian/patches/0001-m17n-config-remove-libtool-user-switches.patch'
+removed 'debian/patches/0002-m17n-config-modify-to-support-multi-arch.patch'
+Applying patch debian/patches/0001-m17n-config-remove-libtool-user-switches.patch
+Patch debian/patches/0001-m17n-config-remove-libtool-user-switches.patch does not exist; applied empty patch
+
+Applying patch debian/patches/0002-m17n-config-modify-to-support-multi-arch.patch
+Patch debian/patches/0002-m17n-config-modify-to-support-multi-arch.patch does not exist; applied empty patch
+
+Applying patch debian/patches/0003-configure.ac-Use-pkg-config-to-detect-libfreetype2.patch
+patching file configure.ac
+
+Applying patch debian/patches/0004-cross.patch
+patching file configure.ac
+
+Now at patch debian/patches/0004-cross.patch