summaryrefslogtreecommitdiff
path: root/m17n-lib/m17n-lib-1.8.0-2-x86_64-build.log
blob: 07f7b8968da38dde0b321a847cf7d93a18999e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
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'