Skip to content

Instantly share code, notes, and snippets.

@yoshikaw
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoshikaw/11234722 to your computer and use it in GitHub Desktop.
Save yoshikaw/11234722 to your computer and use it in GitHub Desktop.
# "cd kiklib" and "cd mkf" must be enclosed by () because it may not return
# to the at the next line.
if [ -f kiklib/Makefile ]; then (cd kiklib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean) ; fi
cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean
rm -rf ../include .libs kik_debug.o kik_map.o kik_args.o kik_mem.o kik_conf.o kik_file.o kik_path.o kik_conf_io.o kik_str.o kik_cycle_index.o kik_langinfo.o kik_time.o kik_locale.o kik_privilege.o kik_unistd.o kik_sig_child.o kik_dialog.o kik_dlfcn.o kik_pty_streams.o kik_utmp_login.o kik_dlfcn_dl.o kik_debug.lo kik_map.lo kik_args.lo kik_mem.lo kik_conf.lo kik_file.lo kik_path.lo kik_conf_io.lo kik_str.lo kik_cycle_index.lo kik_langinfo.lo kik_time.lo kik_locale.lo kik_privilege.lo kik_unistd.lo kik_sig_child.lo kik_dialog.lo kik_dlfcn.lo kik_pty_streams.lo kik_utmp_login.lo kik_dlfcn_dl.lo *.la *.a collect-headers
if [ -f mkf/Makefile ]; then (cd mkf ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean) ; fi
# "cd lib" must be enclosed by () because it may not return
# to the at the next line.
(cd lib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean)
rm -rf mkf_parser.o mkf_iso2022_parser.o mkf_iso8859_parser.o mkf_xct_parser.o mkf_eucjp_parser.o mkf_euckr_parser.o mkf_euccn_parser.o mkf_iso2022jp_parser.o mkf_iso2022kr_parser.o mkf_sjis_parser.o mkf_big5_parser.o mkf_euctw_parser.o mkf_utf16_parser.o mkf_iso2022cn_parser.o mkf_hz_parser.o mkf_utf8_parser.o mkf_johab_parser.o mkf_8bit_parser.o mkf_utf32_parser.o mkf_codepoint_parser.o mkf_iso8859_conv.o mkf_iso2022_conv.o mkf_iso2022jp_conv.o mkf_iso2022kr_conv.o mkf_sjis_conv.o mkf_utf8_conv.o mkf_big5_conv.o mkf_euctw_conv.o mkf_iso2022cn_conv.o mkf_hz_conv.o mkf_utf16_conv.o mkf_eucjp_conv.o mkf_euckr_conv.o mkf_euccn_conv.o mkf_johab_conv.o mkf_8bit_conv.o mkf_xct_conv.o mkf_utf32_conv.o mkf_ucs4_map.o mkf_locale_ucs4_map.o mkf_zh_cn_map.o mkf_zh_tw_map.o mkf_zh_hk_map.o mkf_ko_kr_map.o mkf_viet_map.o mkf_ja_jp_map.o mkf_ru_map.o mkf_uk_map.o mkf_tg_map.o mkf_char.o mkf_sjis_env.o mkf_tblfunc_loader.o mkf_ucs_property.o mkf_jisx0208_1983_property.o mkf_jisx0213_2000_property.o mkf_ucs4_usascii.o mkf_ucs4_iso8859.o mkf_ucs4_viscii.o mkf_ucs4_tcvn5712_1.o mkf_ucs4_koi8.o mkf_ucs4_georgian_ps.o mkf_ucs4_cp125x.o mkf_ucs4_iscii.o mkf_ucs4_jisx0201.o mkf_ucs4_jisx0208.o mkf_ucs4_jisx0212.o mkf_ucs4_jisx0213.o mkf_ucs4_ksc5601.o mkf_ucs4_uhc.o mkf_ucs4_johab.o mkf_ucs4_gb2312.o mkf_ucs4_gbk.o mkf_ucs4_big5.o mkf_ucs4_cns11643.o mkf_gb18030_2000_intern.o mkf_parser.lo mkf_iso2022_parser.lo mkf_iso8859_parser.lo mkf_xct_parser.lo mkf_eucjp_parser.lo mkf_euckr_parser.lo mkf_euccn_parser.lo mkf_iso2022jp_parser.lo mkf_iso2022kr_parser.lo mkf_sjis_parser.lo mkf_big5_parser.lo mkf_euctw_parser.lo mkf_utf16_parser.lo mkf_iso2022cn_parser.lo mkf_hz_parser.lo mkf_utf8_parser.lo mkf_johab_parser.lo mkf_8bit_parser.lo mkf_utf32_parser.lo mkf_codepoint_parser.lo mkf_iso8859_conv.lo mkf_iso2022_conv.lo mkf_iso2022jp_conv.lo mkf_iso2022kr_conv.lo mkf_sjis_conv.lo mkf_utf8_conv.lo mkf_big5_conv.lo mkf_euctw_conv.lo mkf_iso2022cn_conv.lo mkf_hz_conv.lo mkf_utf16_conv.lo mkf_eucjp_conv.lo mkf_euckr_conv.lo mkf_euccn_conv.lo mkf_johab_conv.lo mkf_8bit_conv.lo mkf_xct_conv.lo mkf_utf32_conv.lo mkf_ucs4_map.lo mkf_locale_ucs4_map.lo mkf_zh_cn_map.lo mkf_zh_tw_map.lo mkf_zh_hk_map.lo mkf_ko_kr_map.lo mkf_viet_map.lo mkf_ja_jp_map.lo mkf_ru_map.lo mkf_uk_map.lo mkf_tg_map.lo mkf_char.lo mkf_sjis_env.lo mkf_tblfunc_loader.lo mkf_ucs_property.lo mkf_jisx0208_1983_property.lo mkf_jisx0213_2000_property.lo mkf_ucs4_usascii.lo mkf_ucs4_iso8859.lo mkf_ucs4_viscii.lo mkf_ucs4_tcvn5712_1.lo mkf_ucs4_koi8.lo mkf_ucs4_georgian_ps.lo mkf_ucs4_cp125x.lo mkf_ucs4_iscii.lo mkf_ucs4_jisx0201.lo mkf_ucs4_jisx0208.lo mkf_ucs4_jisx0212.lo mkf_ucs4_jisx0213.lo mkf_ucs4_ksc5601.lo mkf_ucs4_uhc.lo mkf_ucs4_johab.lo mkf_ucs4_gb2312.lo mkf_ucs4_gbk.lo mkf_ucs4_big5.lo mkf_ucs4_cns11643.lo mkf_gb18030_2000_intern.lo .libs *.la *.a ../include collect-headers
cd libtbl ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean
rm -rf mkf_ucs4_jisx0208.o mkf_ucs4_jisx0212.o mkf_ucs4_jisx0213.o mkf_ucs4_uhc.o mkf_uhc_johab.o mkf_ucs4_gbk.o mkf_ucs4_big5.o mkf_ucs4_cns11643.o mkf_ucs4_cp125x.o mkf_ucs4_koi8.o mkf_ucs4_georgian_ps.o mkf_ucs4_iso8859.o mkf_ucs4_tcvn5712_1.o mkf_ucs4_viscii.o mkf_ucs4_iscii.o mkf_ucs4_jisx0208.lo mkf_ucs4_jisx0212.lo mkf_ucs4_jisx0213.lo mkf_ucs4_uhc.lo mkf_uhc_johab.lo mkf_ucs4_gbk.lo mkf_ucs4_big5.lo mkf_ucs4_cns11643.lo mkf_ucs4_cp125x.lo mkf_ucs4_koi8.lo mkf_ucs4_georgian_ps.lo mkf_ucs4_iso8859.lo mkf_ucs4_tcvn5712_1.lo mkf_ucs4_viscii.lo mkf_ucs4_iscii.lo .libs *.la *.a
for dir in mlterm mlterm/libctl xwindow/libtype xwindow main man etc contrib/scrollbar/extra scrollbar/sample inputmethod/kbd tool/mlimgloader contrib/tool/mlcc tool/mlclient ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make clean) || exit ; done
rm -rf ml_char_encoding.o ml_color.o ml_edit.o ml_edit_util.o ml_edit_scroll.o ml_cursor.o ml_logical_visual.o ml_logs.o ml_screen.o ml_shape.o ml_str_parser.o ml_term.o ml_vt100_parser.o ml_term_manager.o ml_bidi.o ml_iscii.o ml_config_menu.o ml_config_proto.o ml_drcs.o ml_pty.o ml_pty_unix.o ml_char_encoding.lo ml_color.lo ml_edit.lo ml_edit_util.lo ml_edit_scroll.lo ml_cursor.lo ml_logical_visual.lo ml_logs.lo ml_screen.lo ml_shape.lo ml_str_parser.lo ml_term.lo ml_vt100_parser.lo ml_term_manager.lo ml_bidi.lo ml_iscii.lo ml_config_menu.lo ml_config_proto.lo ml_drcs.lo ml_pty.lo ml_pty_unix.lo ml_char.o ml_str.o ml_line.o ml_model.o ml_ctl_loader.o ml_char.lo ml_str.lo ml_line.lo ml_model.lo ml_ctl_loader.lo .libs *.a *.la
rm -rf ml_bidi.o ml_logical_visual_bidi.o ml_line_bidi.o ml_shape_bidi.o ml_bidi.lo ml_logical_visual_bidi.lo ml_line_bidi.lo ml_shape_bidi.lo ml_iscii.o ml_logical_visual_iscii.o ml_line_iscii.o ml_shape_iscii.o ml_iscii.lo ml_logical_visual_iscii.lo ml_line_iscii.lo ml_shape_iscii.lo \
ml_functbl_*.o ml_functbl_*.lo libctl_bidi.* libctl_iscii.* .libs
rm -rf x_window_xft.o x_font_xft.o x_functbl_xft.o x_window_xft.lo x_font_xft.lo x_functbl_xft.lo \
x_window_cairo.o x_font_cairo.o x_functbl_cairo.o x_window_cairo.lo x_font_cairo.lo x_functbl_cairo.lo x_font_ft.o x_font_ft.lo .libs
rm -rf *.a *.la x_screen_manager.o x_event_source.o x_display.o x_window.o x_screen.o x_xic.o x_color_manager.o x_font_manager.o x_picture.o x_font.o x_color.o x_selection.o x_font_config.o x_main_config.o x_shortcut.o x_bel_mode.o x_sb_mode.o x_mod_meta_mode.o x_termcap.o x_font_cache.o x_draw_str.o x_gc.o x_color_cache.o x_dnd.o x_scrollbar.o x_sb_screen.o x_sb_view_factory.o x_simple_sb_view.o x_imagelib.o x_connect_dialog.o x_type_engine.o x_im.o x_im_candidate_screen.o x_im_status_screen.o x_type_loader.o x_decsp_font.o x_xim.o x_screen_manager.lo x_event_source.lo x_display.lo x_window.lo x_screen.lo x_xic.lo x_color_manager.lo x_font_manager.lo x_picture.lo x_font.lo x_color.lo x_selection.lo x_font_config.lo x_main_config.lo x_shortcut.lo x_bel_mode.lo x_sb_mode.lo x_mod_meta_mode.lo x_termcap.lo x_font_cache.lo x_draw_str.lo x_gc.lo x_color_cache.lo x_dnd.lo x_scrollbar.lo x_sb_screen.lo x_sb_view_factory.lo x_simple_sb_view.lo x_imagelib.lo x_connect_dialog.lo x_type_engine.lo x_im.lo x_im_candidate_screen.lo x_im_status_screen.lo x_type_loader.lo x_decsp_font.lo x_xim.lo winrs.o mlterm-icon-win32.ico .libs
rm -rf mlterm mlterm.exe *core daemon.o main_loop.o main.o daemon.lo main_loop.lo main.lo .libs
no such a target
no such a target
rm -rf athena.o athena.lo \
motif.o motif.lo \
mozmodern.o mozmodern.lo \
next.o next.lo \
libathena.la libmotif.la libmozmodern.la libnext.la *.core .libs
rm -rf x_sample_sb_view.o x_transparent_sample_sb_view.o x_sample_sb_view_lib.o x_sample_sb_view.lo x_transparent_sample_sb_view.lo x_sample_sb_view_lib.lo x_sample2_sb_view.o x_transparent_sample2_sb_view.o x_sample_sb_view_lib.o x_sample2_sb_view.lo x_transparent_sample2_sb_view.lo x_sample_sb_view_lib.lo \
libsample*.la *.core .libs
rm -rf im_kbd.o im_kbd.lo *im-kbd* *.core .libs
rm -rf mlimgloader mlimgloader.exe *core none.o none.lo .libs
rm -f data.o main.o comm.o data_entry_string.o data_entry_bool.o data_entry_numeric.o data_entry_color.o data_entry_radio.o mlcc core core.* mlcc.core
rm -f main.o mlclient mlclient.exe mlclientx mlclientx.exe *core
# "cd kiklib" and "cd mkf" must be enclosed by () because it may not return
# to the at the next line.
if [ -f kiklib/Makefile ]; then (cd kiklib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_debug.c
mkdir .libs
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_debug.c -fno-common -DPIC -o .libs/kik_debug.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_debug.c -o kik_debug.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_map.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_map.c -fno-common -DPIC -o .libs/kik_map.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_map.c -o kik_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_args.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_args.c -fno-common -DPIC -o .libs/kik_args.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_args.c -o kik_args.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_mem.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_mem.c -fno-common -DPIC -o .libs/kik_mem.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_mem.c -o kik_mem.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_conf.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_conf.c -fno-common -DPIC -o .libs/kik_conf.o
kik_conf.c:192:2: warning: comparison of distinct pointer types ('int (*)(char *, u_int)' and 'int (*)(int, u_int)') [-Wcompare-distinct-pointer-types]
kik_map_set( result , conf->conf_entries , key , entry) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./kik_map.h:157:25: note: expanded from macro 'kik_map_set'
if( (map)->hash_func == kik_map_hash_int || \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
kik_conf.c:192:2: warning: comparison of distinct pointer types ('int (*)(char *, u_int)' and 'int (*)(int, u_int)') [-Wcompare-distinct-pointer-types]
kik_map_set( result , conf->conf_entries , key , entry) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./kik_map.h:158:25: note: expanded from macro 'kik_map_set'
(map)->hash_func == kik_map_hash_int_fast) \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~
kik_conf.c:192:2: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_set( result , conf->conf_entries , key , entry) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./kik_map.h:162:23: note: expanded from macro 'kik_map_set'
(map)->hash_func = kik_map_hash_int ; \
^ ~~~~~~~~~~~~~~~~
kik_conf.c:192:2: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_set( result , conf->conf_entries , key , entry) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./kik_map.h:167:23: note: expanded from macro 'kik_map_set'
(map)->hash_func = kik_map_hash_int_fast ; \
^ ~~~~~~~~~~~~~~~~~~~~~
kik_conf.c:272:2: warning: comparison of distinct pointer types ('int (*)(char *, u_int)' and 'int (*)(int, u_int)') [-Wcompare-distinct-pointer-types]
kik_map_new_with_size( char * , kik_conf_entry_t * , conf->conf_entries ,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./kik_map.h:64:18: note: expanded from macro 'kik_map_new_with_size'
if( __hash_func == kik_map_hash_int) \
^ ~~~~~~~~~~~~~~~~
kik_conf.c:272:2: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( char * , kik_conf_entry_t * , conf->conf_entries ,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./kik_map.h:68:21: note: expanded from macro 'kik_map_new_with_size'
(map)->hash_func = kik_map_hash_int ; \
^ ~~~~~~~~~~~~~~~~
kik_conf.c:272:2: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( char * , kik_conf_entry_t * , conf->conf_entries ,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./kik_map.h:73:21: note: expanded from macro 'kik_map_new_with_size'
(map)->hash_func = kik_map_hash_int_fast ; \
^ ~~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_conf.c -o kik_conf.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_file.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_file.c -fno-common -DPIC -o .libs/kik_file.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_file.c -o kik_file.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_path.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_path.c -fno-common -DPIC -o .libs/kik_path.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_path.c -o kik_path.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_conf_io.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_conf_io.c -fno-common -DPIC -o .libs/kik_conf_io.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_conf_io.c -o kik_conf_io.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_str.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_str.c -fno-common -DPIC -o .libs/kik_str.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_str.c -o kik_str.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_cycle_index.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_cycle_index.c -fno-common -DPIC -o .libs/kik_cycle_index.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_cycle_index.c -o kik_cycle_index.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_langinfo.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_langinfo.c -fno-common -DPIC -o .libs/kik_langinfo.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_langinfo.c -o kik_langinfo.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_time.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_time.c -fno-common -DPIC -o .libs/kik_time.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_time.c -o kik_time.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_locale.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_locale.c -fno-common -DPIC -o .libs/kik_locale.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_locale.c -o kik_locale.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_privilege.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_privilege.c -fno-common -DPIC -o .libs/kik_privilege.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_privilege.c -o kik_privilege.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_unistd.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_unistd.c -fno-common -DPIC -o .libs/kik_unistd.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_unistd.c -o kik_unistd.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_sig_child.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_sig_child.c -fno-common -DPIC -o .libs/kik_sig_child.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_sig_child.c -o kik_sig_child.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_dialog.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_dialog.c -fno-common -DPIC -o .libs/kik_dialog.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_dialog.c -o kik_dialog.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_dlfcn.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_dlfcn.c -fno-common -DPIC -o .libs/kik_dlfcn.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_dlfcn.c -o kik_dlfcn.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_pty_streams.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_pty_streams.c -fno-common -DPIC -o .libs/kik_pty_streams.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_pty_streams.c -o kik_pty_streams.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_utmp_login.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_utmp_login.c -fno-common -DPIC -o .libs/kik_utmp_login.o
kik_utmp_login.c:43:9: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
struct utmp ut;
^
/usr/include/utmp.h:92:8: note: 'utmp' declared here
struct utmp {
^
kik_utmp_login.c:104:2: warning: implicit declaration of function 'login' is invalid in C99 [-Wimplicit-function-declaration]
login(&ut);
^
kik_utmp_login.c:121:2: warning: implicit declaration of function 'logout' is invalid in C99 [-Wimplicit-function-declaration]
logout(utmp->ut_line);
^
kik_utmp_login.c:122:2: warning: implicit declaration of function 'logwtmp' is invalid in C99 [-Wimplicit-function-declaration]
logwtmp(utmp->ut_line,"","") ;
^
4 warnings generated.
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_utmp_login.c -o kik_utmp_login.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_dlfcn_dl.c
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_dlfcn_dl.c -fno-common -DPIC -o .libs/kik_dlfcn_dl.o
gcc -g -O2 -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -I. -c kik_dlfcn_dl.c -o kik_dlfcn_dl.o >/dev/null 2>&1
../libtool --mode=link gcc -ldl -lutil -o libkik.la kik_debug.lo kik_map.lo kik_args.lo kik_mem.lo kik_conf.lo kik_file.lo kik_path.lo kik_conf_io.lo kik_str.lo kik_cycle_index.lo kik_langinfo.lo kik_time.lo kik_locale.lo kik_privilege.lo kik_unistd.lo kik_sig_child.lo kik_dialog.lo kik_dlfcn.lo kik_pty_streams.lo kik_utmp_login.lo kik_dlfcn_dl.lo -rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib \
-version-info 15:1:0
gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libkik.15.0.1.dylib .libs/kik_debug.o .libs/kik_map.o .libs/kik_args.o .libs/kik_mem.o .libs/kik_conf.o .libs/kik_file.o .libs/kik_path.o .libs/kik_conf_io.o .libs/kik_str.o .libs/kik_cycle_index.o .libs/kik_langinfo.o .libs/kik_time.o .libs/kik_locale.o .libs/kik_privilege.o .libs/kik_unistd.o .libs/kik_sig_child.o .libs/kik_dialog.o .libs/kik_dlfcn.o .libs/kik_pty_streams.o .libs/kik_utmp_login.o .libs/kik_dlfcn_dl.o -ldl -lutil -install_name /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/libkik.15.dylib -compatibility_version 16 -current_version 16.1 -Wl,-single_module
dsymutil .libs/libkik.15.0.1.dylib || :
(cd .libs && rm -f libkik.15.dylib && ln -s libkik.15.0.1.dylib libkik.15.dylib)
(cd .libs && rm -f libkik.dylib && ln -s libkik.15.0.1.dylib libkik.dylib)
ar cru .libs/libkik.a kik_debug.o kik_map.o kik_args.o kik_mem.o kik_conf.o kik_file.o kik_path.o kik_conf_io.o kik_str.o kik_cycle_index.o kik_langinfo.o kik_time.o kik_locale.o kik_privilege.o kik_unistd.o kik_sig_child.o kik_dialog.o kik_dlfcn.o kik_pty_streams.o kik_utmp_login.o kik_dlfcn_dl.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libkik.a(kik_langinfo.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libkik.a(kik_time.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libkik.a(kik_unistd.o) has no symbols
ranlib .libs/libkik.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libkik.a(kik_langinfo.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libkik.a(kik_time.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libkik.a(kik_unistd.o) has no symbols
creating libkik.la
(cd .libs && rm -f libkik.la && ln -s ../libkik.la libkik.la)
mkdir -p ../include/kiklib
for file in kik_debug.h kik_map.h kik_args.h kik_mem.h kik_conf.h kik_file.h kik_path.h kik_conf_io.h kik_str.h kik_cycle_index.h kik_langinfo.h kik_time.h kik_locale.h kik_privilege.h kik_unistd.h kik_sig_child.h kik_dialog.h kik_dlfcn.h kik_list.h kik_iterator.h kik_types.h kik_util.h kik_def.h kik_net.h kik_pty.h kik_utmp.h kik_dlfcn.h ; do \
if test -f ${file} ; \
then cp ${file} ../include/kiklib ; \
else cp ../src/${file} ../include/kiklib ; \
fi \
done
cp kik_config.h ../include/kiklib
touch collect-headers
if [ -f mkf/Makefile ]; then (cd mkf ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
# "cd lib" must be enclosed by () because it may not return
# to the at the next line.
(cd lib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all)
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_parser.c
mkdir .libs
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_parser.c -fno-common -DPIC -o .libs/mkf_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_parser.c -o mkf_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022_parser.c -fno-common -DPIC -o .libs/mkf_iso2022_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022_parser.c -o mkf_iso2022_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso8859_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso8859_parser.c -fno-common -DPIC -o .libs/mkf_iso8859_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso8859_parser.c -o mkf_iso8859_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_xct_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_xct_parser.c -fno-common -DPIC -o .libs/mkf_xct_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_xct_parser.c -o mkf_xct_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_eucjp_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_eucjp_parser.c -fno-common -DPIC -o .libs/mkf_eucjp_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_eucjp_parser.c -o mkf_eucjp_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euckr_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euckr_parser.c -fno-common -DPIC -o .libs/mkf_euckr_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euckr_parser.c -o mkf_euckr_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euccn_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euccn_parser.c -fno-common -DPIC -o .libs/mkf_euccn_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euccn_parser.c -o mkf_euccn_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022jp_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022jp_parser.c -fno-common -DPIC -o .libs/mkf_iso2022jp_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022jp_parser.c -o mkf_iso2022jp_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022kr_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022kr_parser.c -fno-common -DPIC -o .libs/mkf_iso2022kr_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022kr_parser.c -o mkf_iso2022kr_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_sjis_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_sjis_parser.c -fno-common -DPIC -o .libs/mkf_sjis_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_sjis_parser.c -o mkf_sjis_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_big5_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_big5_parser.c -fno-common -DPIC -o .libs/mkf_big5_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_big5_parser.c -o mkf_big5_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euctw_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euctw_parser.c -fno-common -DPIC -o .libs/mkf_euctw_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euctw_parser.c -o mkf_euctw_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf16_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf16_parser.c -fno-common -DPIC -o .libs/mkf_utf16_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf16_parser.c -o mkf_utf16_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022cn_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022cn_parser.c -fno-common -DPIC -o .libs/mkf_iso2022cn_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022cn_parser.c -o mkf_iso2022cn_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_hz_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_hz_parser.c -fno-common -DPIC -o .libs/mkf_hz_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_hz_parser.c -o mkf_hz_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf8_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf8_parser.c -fno-common -DPIC -o .libs/mkf_utf8_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf8_parser.c -o mkf_utf8_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_johab_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_johab_parser.c -fno-common -DPIC -o .libs/mkf_johab_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_johab_parser.c -o mkf_johab_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_8bit_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_8bit_parser.c -fno-common -DPIC -o .libs/mkf_8bit_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_8bit_parser.c -o mkf_8bit_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf32_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf32_parser.c -fno-common -DPIC -o .libs/mkf_utf32_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf32_parser.c -o mkf_utf32_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_codepoint_parser.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_codepoint_parser.c -fno-common -DPIC -o .libs/mkf_codepoint_parser.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_codepoint_parser.c -o mkf_codepoint_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso8859_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso8859_conv.c -fno-common -DPIC -o .libs/mkf_iso8859_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso8859_conv.c -o mkf_iso8859_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022_conv.c -fno-common -DPIC -o .libs/mkf_iso2022_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022_conv.c -o mkf_iso2022_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022jp_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022jp_conv.c -fno-common -DPIC -o .libs/mkf_iso2022jp_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022jp_conv.c -o mkf_iso2022jp_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022kr_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022kr_conv.c -fno-common -DPIC -o .libs/mkf_iso2022kr_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022kr_conv.c -o mkf_iso2022kr_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_sjis_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_sjis_conv.c -fno-common -DPIC -o .libs/mkf_sjis_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_sjis_conv.c -o mkf_sjis_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf8_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf8_conv.c -fno-common -DPIC -o .libs/mkf_utf8_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf8_conv.c -o mkf_utf8_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_big5_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_big5_conv.c -fno-common -DPIC -o .libs/mkf_big5_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_big5_conv.c -o mkf_big5_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euctw_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euctw_conv.c -fno-common -DPIC -o .libs/mkf_euctw_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euctw_conv.c -o mkf_euctw_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022cn_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022cn_conv.c -fno-common -DPIC -o .libs/mkf_iso2022cn_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_iso2022cn_conv.c -o mkf_iso2022cn_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_hz_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_hz_conv.c -fno-common -DPIC -o .libs/mkf_hz_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_hz_conv.c -o mkf_hz_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf16_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf16_conv.c -fno-common -DPIC -o .libs/mkf_utf16_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf16_conv.c -o mkf_utf16_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_eucjp_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_eucjp_conv.c -fno-common -DPIC -o .libs/mkf_eucjp_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_eucjp_conv.c -o mkf_eucjp_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euckr_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euckr_conv.c -fno-common -DPIC -o .libs/mkf_euckr_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euckr_conv.c -o mkf_euckr_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euccn_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euccn_conv.c -fno-common -DPIC -o .libs/mkf_euccn_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_euccn_conv.c -o mkf_euccn_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_johab_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_johab_conv.c -fno-common -DPIC -o .libs/mkf_johab_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_johab_conv.c -o mkf_johab_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_8bit_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_8bit_conv.c -fno-common -DPIC -o .libs/mkf_8bit_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_8bit_conv.c -o mkf_8bit_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_xct_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_xct_conv.c -fno-common -DPIC -o .libs/mkf_xct_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_xct_conv.c -o mkf_xct_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf32_conv.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf32_conv.c -fno-common -DPIC -o .libs/mkf_utf32_conv.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_utf32_conv.c -o mkf_utf32_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_map.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_map.c -fno-common -DPIC -o .libs/mkf_ucs4_map.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_map.c -o mkf_ucs4_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_locale_ucs4_map.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_locale_ucs4_map.c -fno-common -DPIC -o .libs/mkf_locale_ucs4_map.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_locale_ucs4_map.c -o mkf_locale_ucs4_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_zh_cn_map.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_zh_cn_map.c -fno-common -DPIC -o .libs/mkf_zh_cn_map.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_zh_cn_map.c -o mkf_zh_cn_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_zh_tw_map.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_zh_tw_map.c -fno-common -DPIC -o .libs/mkf_zh_tw_map.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_zh_tw_map.c -o mkf_zh_tw_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_zh_hk_map.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_zh_hk_map.c -fno-common -DPIC -o .libs/mkf_zh_hk_map.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_zh_hk_map.c -o mkf_zh_hk_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ko_kr_map.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ko_kr_map.c -fno-common -DPIC -o .libs/mkf_ko_kr_map.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ko_kr_map.c -o mkf_ko_kr_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_viet_map.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_viet_map.c -fno-common -DPIC -o .libs/mkf_viet_map.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_viet_map.c -o mkf_viet_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ja_jp_map.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ja_jp_map.c -fno-common -DPIC -o .libs/mkf_ja_jp_map.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ja_jp_map.c -o mkf_ja_jp_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ru_map.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ru_map.c -fno-common -DPIC -o .libs/mkf_ru_map.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ru_map.c -o mkf_ru_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_uk_map.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_uk_map.c -fno-common -DPIC -o .libs/mkf_uk_map.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_uk_map.c -o mkf_uk_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_tg_map.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_tg_map.c -fno-common -DPIC -o .libs/mkf_tg_map.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_tg_map.c -o mkf_tg_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_char.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_char.c -fno-common -DPIC -o .libs/mkf_char.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_char.c -o mkf_char.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_sjis_env.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_sjis_env.c -fno-common -DPIC -o .libs/mkf_sjis_env.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_sjis_env.c -o mkf_sjis_env.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_tblfunc_loader.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_tblfunc_loader.c -fno-common -DPIC -o .libs/mkf_tblfunc_loader.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_tblfunc_loader.c -o mkf_tblfunc_loader.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs_property.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs_property.c -fno-common -DPIC -o .libs/mkf_ucs_property.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs_property.c -o mkf_ucs_property.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_jisx0208_1983_property.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_jisx0208_1983_property.c -fno-common -DPIC -o .libs/mkf_jisx0208_1983_property.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_jisx0208_1983_property.c -o mkf_jisx0208_1983_property.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_jisx0213_2000_property.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_jisx0213_2000_property.c -fno-common -DPIC -o .libs/mkf_jisx0213_2000_property.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_jisx0213_2000_property.c -o mkf_jisx0213_2000_property.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_usascii.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_usascii.c -fno-common -DPIC -o .libs/mkf_ucs4_usascii.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_usascii.c -o mkf_ucs4_usascii.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_iso8859.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_iso8859.c -fno-common -DPIC -o .libs/mkf_ucs4_iso8859.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_iso8859.c -o mkf_ucs4_iso8859.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_viscii.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_viscii.c -fno-common -DPIC -o .libs/mkf_ucs4_viscii.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_viscii.c -o mkf_ucs4_viscii.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_tcvn5712_1.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_tcvn5712_1.c -fno-common -DPIC -o .libs/mkf_ucs4_tcvn5712_1.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_tcvn5712_1.c -o mkf_ucs4_tcvn5712_1.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_koi8.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_koi8.c -fno-common -DPIC -o .libs/mkf_ucs4_koi8.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_koi8.c -o mkf_ucs4_koi8.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_georgian_ps.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_georgian_ps.c -fno-common -DPIC -o .libs/mkf_ucs4_georgian_ps.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_georgian_ps.c -o mkf_ucs4_georgian_ps.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_cp125x.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_cp125x.c -fno-common -DPIC -o .libs/mkf_ucs4_cp125x.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_cp125x.c -o mkf_ucs4_cp125x.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_iscii.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_iscii.c -fno-common -DPIC -o .libs/mkf_ucs4_iscii.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_iscii.c -o mkf_ucs4_iscii.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0201.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0201.c -fno-common -DPIC -o .libs/mkf_ucs4_jisx0201.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0201.c -o mkf_ucs4_jisx0201.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0208.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0208.c -fno-common -DPIC -o .libs/mkf_ucs4_jisx0208.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0208.c -o mkf_ucs4_jisx0208.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0212.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0212.c -fno-common -DPIC -o .libs/mkf_ucs4_jisx0212.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0212.c -o mkf_ucs4_jisx0212.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0213.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0213.c -fno-common -DPIC -o .libs/mkf_ucs4_jisx0213.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_jisx0213.c -o mkf_ucs4_jisx0213.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_ksc5601.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_ksc5601.c -fno-common -DPIC -o .libs/mkf_ucs4_ksc5601.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_ksc5601.c -o mkf_ucs4_ksc5601.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_uhc.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_uhc.c -fno-common -DPIC -o .libs/mkf_ucs4_uhc.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_uhc.c -o mkf_ucs4_uhc.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_johab.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_johab.c -fno-common -DPIC -o .libs/mkf_ucs4_johab.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_johab.c -o mkf_ucs4_johab.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_gb2312.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_gb2312.c -fno-common -DPIC -o .libs/mkf_ucs4_gb2312.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_gb2312.c -o mkf_ucs4_gb2312.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_gbk.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_gbk.c -fno-common -DPIC -o .libs/mkf_ucs4_gbk.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_gbk.c -o mkf_ucs4_gbk.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_big5.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_big5.c -fno-common -DPIC -o .libs/mkf_ucs4_big5.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_big5.c -o mkf_ucs4_big5.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_cns11643.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_cns11643.c -fno-common -DPIC -o .libs/mkf_ucs4_cns11643.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_ucs4_cns11643.c -o mkf_ucs4_cns11643.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_gb18030_2000_intern.c
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_gb18030_2000_intern.c -fno-common -DPIC -o .libs/mkf_gb18030_2000_intern.o
gcc -I../../kiklib/include -g -O2 -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -I/usr/local/include -c mkf_gb18030_2000_intern.c -o mkf_gb18030_2000_intern.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmkf.la mkf_parser.lo mkf_iso2022_parser.lo mkf_iso8859_parser.lo mkf_xct_parser.lo mkf_eucjp_parser.lo mkf_euckr_parser.lo mkf_euccn_parser.lo mkf_iso2022jp_parser.lo mkf_iso2022kr_parser.lo mkf_sjis_parser.lo mkf_big5_parser.lo mkf_euctw_parser.lo mkf_utf16_parser.lo mkf_iso2022cn_parser.lo mkf_hz_parser.lo mkf_utf8_parser.lo mkf_johab_parser.lo mkf_8bit_parser.lo mkf_utf32_parser.lo mkf_codepoint_parser.lo mkf_iso8859_conv.lo mkf_iso2022_conv.lo mkf_iso2022jp_conv.lo mkf_iso2022kr_conv.lo mkf_sjis_conv.lo mkf_utf8_conv.lo mkf_big5_conv.lo mkf_euctw_conv.lo mkf_iso2022cn_conv.lo mkf_hz_conv.lo mkf_utf16_conv.lo mkf_eucjp_conv.lo mkf_euckr_conv.lo mkf_euccn_conv.lo mkf_johab_conv.lo mkf_8bit_conv.lo mkf_xct_conv.lo mkf_utf32_conv.lo mkf_ucs4_map.lo mkf_locale_ucs4_map.lo mkf_zh_cn_map.lo mkf_zh_tw_map.lo mkf_zh_hk_map.lo mkf_ko_kr_map.lo mkf_viet_map.lo mkf_ja_jp_map.lo mkf_ru_map.lo mkf_uk_map.lo mkf_tg_map.lo mkf_char.lo mkf_sjis_env.lo mkf_tblfunc_loader.lo mkf_ucs_property.lo mkf_jisx0208_1983_property.lo mkf_jisx0213_2000_property.lo mkf_ucs4_usascii.lo mkf_ucs4_iso8859.lo mkf_ucs4_viscii.lo mkf_ucs4_tcvn5712_1.lo mkf_ucs4_koi8.lo mkf_ucs4_georgian_ps.lo mkf_ucs4_cp125x.lo mkf_ucs4_iscii.lo mkf_ucs4_jisx0201.lo mkf_ucs4_jisx0208.lo mkf_ucs4_jisx0212.lo mkf_ucs4_jisx0213.lo mkf_ucs4_ksc5601.lo mkf_ucs4_uhc.lo mkf_ucs4_johab.lo mkf_ucs4_gb2312.lo mkf_ucs4_gbk.lo mkf_ucs4_big5.lo mkf_ucs4_cns11643.lo mkf_gb18030_2000_intern.lo -rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib \
-version-info 16:0:0
gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libmkf.16.0.0.dylib .libs/mkf_parser.o .libs/mkf_iso2022_parser.o .libs/mkf_iso8859_parser.o .libs/mkf_xct_parser.o .libs/mkf_eucjp_parser.o .libs/mkf_euckr_parser.o .libs/mkf_euccn_parser.o .libs/mkf_iso2022jp_parser.o .libs/mkf_iso2022kr_parser.o .libs/mkf_sjis_parser.o .libs/mkf_big5_parser.o .libs/mkf_euctw_parser.o .libs/mkf_utf16_parser.o .libs/mkf_iso2022cn_parser.o .libs/mkf_hz_parser.o .libs/mkf_utf8_parser.o .libs/mkf_johab_parser.o .libs/mkf_8bit_parser.o .libs/mkf_utf32_parser.o .libs/mkf_codepoint_parser.o .libs/mkf_iso8859_conv.o .libs/mkf_iso2022_conv.o .libs/mkf_iso2022jp_conv.o .libs/mkf_iso2022kr_conv.o .libs/mkf_sjis_conv.o .libs/mkf_utf8_conv.o .libs/mkf_big5_conv.o .libs/mkf_euctw_conv.o .libs/mkf_iso2022cn_conv.o .libs/mkf_hz_conv.o .libs/mkf_utf16_conv.o .libs/mkf_eucjp_conv.o .libs/mkf_euckr_conv.o .libs/mkf_euccn_conv.o .libs/mkf_johab_conv.o .libs/mkf_8bit_conv.o .libs/mkf_xct_conv.o .libs/mkf_utf32_conv.o .libs/mkf_ucs4_map.o .libs/mkf_locale_ucs4_map.o .libs/mkf_zh_cn_map.o .libs/mkf_zh_tw_map.o .libs/mkf_zh_hk_map.o .libs/mkf_ko_kr_map.o .libs/mkf_viet_map.o .libs/mkf_ja_jp_map.o .libs/mkf_ru_map.o .libs/mkf_uk_map.o .libs/mkf_tg_map.o .libs/mkf_char.o .libs/mkf_sjis_env.o .libs/mkf_tblfunc_loader.o .libs/mkf_ucs_property.o .libs/mkf_jisx0208_1983_property.o .libs/mkf_jisx0213_2000_property.o .libs/mkf_ucs4_usascii.o .libs/mkf_ucs4_iso8859.o .libs/mkf_ucs4_viscii.o .libs/mkf_ucs4_tcvn5712_1.o .libs/mkf_ucs4_koi8.o .libs/mkf_ucs4_georgian_ps.o .libs/mkf_ucs4_cp125x.o .libs/mkf_ucs4_iscii.o .libs/mkf_ucs4_jisx0201.o .libs/mkf_ucs4_jisx0208.o .libs/mkf_ucs4_jisx0212.o .libs/mkf_ucs4_jisx0213.o .libs/mkf_ucs4_ksc5601.o .libs/mkf_ucs4_uhc.o .libs/mkf_ucs4_johab.o .libs/mkf_ucs4_gb2312.o .libs/mkf_ucs4_gbk.o .libs/mkf_ucs4_big5.o .libs/mkf_ucs4_cns11643.o .libs/mkf_gb18030_2000_intern.o -install_name /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/libmkf.16.dylib -compatibility_version 17 -current_version 17.0 -Wl,-single_module
dsymutil .libs/libmkf.16.0.0.dylib || :
(cd .libs && rm -f libmkf.16.dylib && ln -s libmkf.16.0.0.dylib libmkf.16.dylib)
(cd .libs && rm -f libmkf.dylib && ln -s libmkf.16.0.0.dylib libmkf.dylib)
ar cru .libs/libmkf.a mkf_parser.o mkf_iso2022_parser.o mkf_iso8859_parser.o mkf_xct_parser.o mkf_eucjp_parser.o mkf_euckr_parser.o mkf_euccn_parser.o mkf_iso2022jp_parser.o mkf_iso2022kr_parser.o mkf_sjis_parser.o mkf_big5_parser.o mkf_euctw_parser.o mkf_utf16_parser.o mkf_iso2022cn_parser.o mkf_hz_parser.o mkf_utf8_parser.o mkf_johab_parser.o mkf_8bit_parser.o mkf_utf32_parser.o mkf_codepoint_parser.o mkf_iso8859_conv.o mkf_iso2022_conv.o mkf_iso2022jp_conv.o mkf_iso2022kr_conv.o mkf_sjis_conv.o mkf_utf8_conv.o mkf_big5_conv.o mkf_euctw_conv.o mkf_iso2022cn_conv.o mkf_hz_conv.o mkf_utf16_conv.o mkf_eucjp_conv.o mkf_euckr_conv.o mkf_euccn_conv.o mkf_johab_conv.o mkf_8bit_conv.o mkf_xct_conv.o mkf_utf32_conv.o mkf_ucs4_map.o mkf_locale_ucs4_map.o mkf_zh_cn_map.o mkf_zh_tw_map.o mkf_zh_hk_map.o mkf_ko_kr_map.o mkf_viet_map.o mkf_ja_jp_map.o mkf_ru_map.o mkf_uk_map.o mkf_tg_map.o mkf_char.o mkf_sjis_env.o mkf_tblfunc_loader.o mkf_ucs_property.o mkf_jisx0208_1983_property.o mkf_jisx0213_2000_property.o mkf_ucs4_usascii.o mkf_ucs4_iso8859.o mkf_ucs4_viscii.o mkf_ucs4_tcvn5712_1.o mkf_ucs4_koi8.o mkf_ucs4_georgian_ps.o mkf_ucs4_cp125x.o mkf_ucs4_iscii.o mkf_ucs4_jisx0201.o mkf_ucs4_jisx0208.o mkf_ucs4_jisx0212.o mkf_ucs4_jisx0213.o mkf_ucs4_ksc5601.o mkf_ucs4_uhc.o mkf_ucs4_johab.o mkf_ucs4_gb2312.o mkf_ucs4_gbk.o mkf_ucs4_big5.o mkf_ucs4_cns11643.o mkf_gb18030_2000_intern.o
ranlib .libs/libmkf.a
creating libmkf.la
(cd .libs && rm -f libmkf.la && ln -s ../libmkf.la libmkf.la)
mkdir -p ../include/mkf
for file in mkf_parser.h mkf_iso2022_parser.h mkf_iso8859_parser.h mkf_xct_parser.h mkf_eucjp_parser.h mkf_euckr_parser.h mkf_euccn_parser.h mkf_iso2022jp_parser.h mkf_iso2022kr_parser.h mkf_sjis_parser.h mkf_big5_parser.h mkf_euctw_parser.h mkf_utf16_parser.h mkf_iso2022cn_parser.h mkf_hz_parser.h mkf_utf8_parser.h mkf_johab_parser.h mkf_8bit_parser.h mkf_utf32_parser.h mkf_codepoint_parser.h mkf_iso8859_conv.h mkf_iso2022_conv.h mkf_iso2022jp_conv.h mkf_iso2022kr_conv.h mkf_sjis_conv.h mkf_utf8_conv.h mkf_big5_conv.h mkf_euctw_conv.h mkf_iso2022cn_conv.h mkf_hz_conv.h mkf_utf16_conv.h mkf_eucjp_conv.h mkf_euckr_conv.h mkf_euccn_conv.h mkf_johab_conv.h mkf_8bit_conv.h mkf_xct_conv.h mkf_utf32_conv.h mkf_ucs4_map.h mkf_locale_ucs4_map.h mkf_zh_cn_map.h mkf_zh_tw_map.h mkf_zh_hk_map.h mkf_ko_kr_map.h mkf_viet_map.h mkf_ja_jp_map.h mkf_ru_map.h mkf_uk_map.h mkf_tg_map.h mkf_char.h mkf_sjis_env.h mkf_property.h mkf_ucs_property.h mkf_charset.h mkf_conv.h ; do \
if test -f ${file} ; \
then cp ${file} ../include/mkf ; \
else cp ../lib/${file} ../include/mkf ; \
fi \
done
touch collect-headers
cd libtbl ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_jisx0208.c
mkdir .libs
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_jisx0208.c -fno-common -DPIC -o .libs/mkf_ucs4_jisx0208.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_jisx0208.c -o mkf_ucs4_jisx0208.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_jisx0212.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_jisx0212.c -fno-common -DPIC -o .libs/mkf_ucs4_jisx0212.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_jisx0212.c -o mkf_ucs4_jisx0212.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_jisx0213.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_jisx0213.c -fno-common -DPIC -o .libs/mkf_ucs4_jisx0213.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_jisx0213.c -o mkf_ucs4_jisx0213.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmkf_jajp.la mkf_ucs4_jisx0208.lo mkf_ucs4_jisx0212.lo mkf_ucs4_jisx0213.lo \
-rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/mkf -module -avoid-version
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libmkf_jajp.so -bundle .libs/mkf_ucs4_jisx0208.o .libs/mkf_ucs4_jisx0212.o .libs/mkf_ucs4_jisx0213.o
dsymutil .libs/libmkf_jajp.so || :
ar cru .libs/libmkf_jajp.a mkf_ucs4_jisx0208.o mkf_ucs4_jisx0212.o mkf_ucs4_jisx0213.o
ranlib .libs/libmkf_jajp.a
creating libmkf_jajp.la
(cd .libs && rm -f libmkf_jajp.la && ln -s ../libmkf_jajp.la libmkf_jajp.la)
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_uhc.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_uhc.c -fno-common -DPIC -o .libs/mkf_ucs4_uhc.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_uhc.c -o mkf_ucs4_uhc.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_uhc_johab.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_uhc_johab.c -fno-common -DPIC -o .libs/mkf_uhc_johab.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_uhc_johab.c -o mkf_uhc_johab.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmkf_kokr.la mkf_ucs4_uhc.lo mkf_uhc_johab.lo \
-rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/mkf -module -avoid-version
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libmkf_kokr.so -bundle .libs/mkf_ucs4_uhc.o .libs/mkf_uhc_johab.o
dsymutil .libs/libmkf_kokr.so || :
ar cru .libs/libmkf_kokr.a mkf_ucs4_uhc.o mkf_uhc_johab.o
ranlib .libs/libmkf_kokr.a
creating libmkf_kokr.la
(cd .libs && rm -f libmkf_kokr.la && ln -s ../libmkf_kokr.la libmkf_kokr.la)
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_gbk.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_gbk.c -fno-common -DPIC -o .libs/mkf_ucs4_gbk.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_gbk.c -o mkf_ucs4_gbk.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_big5.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_big5.c -fno-common -DPIC -o .libs/mkf_ucs4_big5.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_big5.c -o mkf_ucs4_big5.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_cns11643.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_cns11643.c -fno-common -DPIC -o .libs/mkf_ucs4_cns11643.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_cns11643.c -o mkf_ucs4_cns11643.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmkf_zh.la mkf_ucs4_gbk.lo mkf_ucs4_big5.lo mkf_ucs4_cns11643.lo \
-rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/mkf -module -avoid-version
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libmkf_zh.so -bundle .libs/mkf_ucs4_gbk.o .libs/mkf_ucs4_big5.o .libs/mkf_ucs4_cns11643.o
dsymutil .libs/libmkf_zh.so || :
ar cru .libs/libmkf_zh.a mkf_ucs4_gbk.o mkf_ucs4_big5.o mkf_ucs4_cns11643.o
ranlib .libs/libmkf_zh.a
creating libmkf_zh.la
(cd .libs && rm -f libmkf_zh.la && ln -s ../libmkf_zh.la libmkf_zh.la)
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_cp125x.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_cp125x.c -fno-common -DPIC -o .libs/mkf_ucs4_cp125x.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_cp125x.c -o mkf_ucs4_cp125x.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_koi8.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_koi8.c -fno-common -DPIC -o .libs/mkf_ucs4_koi8.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_koi8.c -o mkf_ucs4_koi8.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_georgian_ps.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_georgian_ps.c -fno-common -DPIC -o .libs/mkf_ucs4_georgian_ps.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_georgian_ps.c -o mkf_ucs4_georgian_ps.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_iso8859.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_iso8859.c -fno-common -DPIC -o .libs/mkf_ucs4_iso8859.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_iso8859.c -o mkf_ucs4_iso8859.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_tcvn5712_1.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_tcvn5712_1.c -fno-common -DPIC -o .libs/mkf_ucs4_tcvn5712_1.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_tcvn5712_1.c -o mkf_ucs4_tcvn5712_1.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_viscii.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_viscii.c -fno-common -DPIC -o .libs/mkf_ucs4_viscii.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_viscii.c -o mkf_ucs4_viscii.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_iscii.c
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_iscii.c -fno-common -DPIC -o .libs/mkf_ucs4_iscii.o
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -c mkf_ucs4_iscii.c -o mkf_ucs4_iscii.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmkf_8bits.la mkf_ucs4_cp125x.lo mkf_ucs4_koi8.lo mkf_ucs4_georgian_ps.lo mkf_ucs4_iso8859.lo mkf_ucs4_tcvn5712_1.lo mkf_ucs4_viscii.lo mkf_ucs4_iscii.lo \
-rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/mkf -module -avoid-version
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libmkf_8bits.so -bundle .libs/mkf_ucs4_cp125x.o .libs/mkf_ucs4_koi8.o .libs/mkf_ucs4_georgian_ps.o .libs/mkf_ucs4_iso8859.o .libs/mkf_ucs4_tcvn5712_1.o .libs/mkf_ucs4_viscii.o .libs/mkf_ucs4_iscii.o
dsymutil .libs/libmkf_8bits.so || :
ar cru .libs/libmkf_8bits.a mkf_ucs4_cp125x.o mkf_ucs4_koi8.o mkf_ucs4_georgian_ps.o mkf_ucs4_iso8859.o mkf_ucs4_tcvn5712_1.o mkf_ucs4_viscii.o mkf_ucs4_iscii.o
ranlib .libs/libmkf_8bits.a
creating libmkf_8bits.la
(cd .libs && rm -f libmkf_8bits.la && ln -s ../libmkf_8bits.la libmkf_8bits.la)
for dir in mlterm mlterm/libctl xwindow/libtype xwindow main man etc contrib/scrollbar/extra scrollbar/sample inputmethod/kbd tool/mlimgloader contrib/tool/mlcc tool/mlclient ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_char.c
mkdir .libs
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_char.c -fno-common -DPIC -o .libs/ml_char.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_char.c -o ml_char.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_str.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_str.c -fno-common -DPIC -o .libs/ml_str.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_str.c -o ml_str.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_line.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_line.c -fno-common -DPIC -o .libs/ml_line.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_line.c -o ml_line.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_model.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_model.c -fno-common -DPIC -o .libs/ml_model.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_model.c -o ml_model.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_ctl_loader.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_ctl_loader.c -fno-common -DPIC -o .libs/ml_ctl_loader.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_ctl_loader.c -o ml_ctl_loader.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmlterm_core.la ml_char.lo ml_str.lo ml_line.lo ml_model.lo ml_ctl_loader.lo \
-rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib -avoid-version ../kiklib/src/libkik.la
gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libmlterm_core.dylib .libs/ml_char.o .libs/ml_str.o .libs/ml_line.o .libs/ml_model.o .libs/ml_ctl_loader.o ../kiklib/src/.libs/libkik.dylib -install_name /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/libmlterm_core.dylib -Wl,-single_module
dsymutil .libs/libmlterm_core.dylib || :
ar cru .libs/libmlterm_core.a ml_char.o ml_str.o ml_line.o ml_model.o ml_ctl_loader.o
ranlib .libs/libmlterm_core.a
creating libmlterm_core.la
(cd .libs && rm -f libmlterm_core.la && ln -s ../libmlterm_core.la libmlterm_core.la)
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_char_encoding.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_char_encoding.c -fno-common -DPIC -o .libs/ml_char_encoding.o
ml_char_encoding.c:221:31: warning: passing 'char [6]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(*parser->set_str)( parser , "\x1b$)Ca" , 5) ;
^~~~~~~~~~
ml_char_encoding.c:245:31: warning: passing 'char [6]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
(*parser->set_str)( parser , "\x1b$)Ca" , 5) ;
^~~~~~~~~~
2 warnings generated.
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_char_encoding.c -o ml_char_encoding.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_color.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_color.c -fno-common -DPIC -o .libs/ml_color.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_color.c -o ml_color.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_edit.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_edit.c -fno-common -DPIC -o .libs/ml_edit.o
ml_edit.c:713:7: warning: passing 'int *' to parameter of type 'u_int *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
&edit->cursor.col_in_char , edit->cursor.col , 0) ;
^~~~~~~~~~~~~~~~~~~~~~~~~
./ml_line.h:119:65: note: passing argument to parameter 'cols_rest' here
int ml_convert_col_to_char_index( ml_line_t * line , u_int * cols_rest , int col , int flag) ;
^
1 warning generated.
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_edit.c -o ml_edit.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_edit_util.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_edit_util.c -fno-common -DPIC -o .libs/ml_edit_util.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_edit_util.c -o ml_edit_util.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_edit_scroll.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_edit_scroll.c -fno-common -DPIC -o .libs/ml_edit_scroll.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_edit_scroll.c -o ml_edit_scroll.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_cursor.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_cursor.c -fno-common -DPIC -o .libs/ml_cursor.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_cursor.c -o ml_cursor.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_logical_visual.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_logical_visual.c -fno-common -DPIC -o .libs/ml_logical_visual.o
ml_logical_visual.c:1016:11: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
if( mode < 0 || VERT_MODE_MAX <= mode)
~~~~ ^ ~
1 warning generated.
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_logical_visual.c -o ml_logical_visual.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_logs.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_logs.c -fno-common -DPIC -o .libs/ml_logs.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_logs.c -o ml_logs.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_screen.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_screen.c -fno-common -DPIC -o .libs/ml_screen.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_screen.c -o ml_screen.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_shape.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_shape.c -fno-common -DPIC -o .libs/ml_shape.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_shape.c -o ml_shape.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_str_parser.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_str_parser.c -fno-common -DPIC -o .libs/ml_str_parser.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_str_parser.c -o ml_str_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_term.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_term.c -fno-common -DPIC -o .libs/ml_term.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_term.c -o ml_term.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_vt100_parser.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_vt100_parser.c -fno-common -DPIC -o .libs/ml_vt100_parser.o
ml_vt100_parser.c:1115:25: warning: assigning to 'char *' from 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
vt100_parser->win_name = name ;
^ ~~~~
ml_vt100_parser.c:1137:26: warning: assigning to 'char *' from 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
vt100_parser->icon_name = name ;
^ ~~~~
ml_vt100_parser.c:1241:40: warning: passing 'char [29]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_write_to_pty( vt100_parser->pty , seq , strlen(seq)) ;
^~~
./ml_pty.h:53:56: note: passing argument to parameter 'buf' here
size_t ml_write_to_pty( ml_pty_ptr_t pty , u_char * buf , size_t len) ;
^
ml_vt100_parser.c:1903:40: warning: passing 'char [12]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_write_to_pty( vt100_parser->pty , msg , sizeof( msg) - 1) ;
^~~
./ml_pty.h:53:56: note: passing argument to parameter 'buf' here
size_t ml_write_to_pty( ml_pty_ptr_t pty , u_char * buf , size_t len) ;
^
ml_vt100_parser.c:2242:39: warning: passing 'char [46]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_write_to_pty( vt100_parser->pty , seq , strlen(seq)) ;
^~~
./ml_pty.h:53:56: note: passing argument to parameter 'buf' here
size_t ml_write_to_pty( ml_pty_ptr_t pty , u_char * buf , size_t len) ;
^
ml_vt100_parser.c:2256:20: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( p = strchr( pt, ';')))
^~
/usr/include/string.h:76:26: note: passing argument to parameter here
char *strchr(const char *, int);
^
ml_vt100_parser.c:2264:32: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( color = ml_get_color( pt)) != ML_UNKNOWN_COLOR)
^~
./ml_color.h:66:41: note: passing argument to parameter 'name' here
ml_color_t ml_get_color( const char * name) ;
^
ml_vt100_parser.c:2273:34: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( p = alloca( 6 + strlen( pt) + 1)))
^~
/usr/include/alloca.h:39:31: note: expanded from macro 'alloca'
#define alloca(size) __alloca(size)
^
/usr/include/alloca.h:40:41: note: expanded from macro '__alloca'
#define __alloca(size) __builtin_alloca(size)
^
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t strlen(const char *);
^
ml_vt100_parser.c:2305:14: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
strcmp( ++pt , "?") != 0) /* ?: query rgb */
^~~~
/usr/include/string.h:77:25: note: passing argument to parameter here
int strcmp(const char *, const char *);
^
ml_vt100_parser.c:2307:52: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
config_protocol_set_simple( vt100_parser , key , pt) ;
^~
ml_vt100_parser.c:1856:10: note: passing argument to parameter 'val' here
char * val
^
ml_vt100_parser.c:2326:25: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( e_len = strlen( encoded)) < 4 || ! ( decoded = alloca( e_len)) ||
^~~~~~~
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t strlen(const char *);
^
ml_vt100_parser.c:2327:32: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
( d_len = base64_decode( decoded , encoded , e_len)) == 0 ||
^~~~~~~
ml_vt100_parser.c:1465:10: note: passing argument to parameter 'decoded' here
char * decoded ,
^
ml_vt100_parser.c:2327:42: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
( d_len = base64_decode( decoded , encoded , e_len)) == 0 ||
^~~~~~~
ml_vt100_parser.c:1466:10: note: passing argument to parameter 'encoded' here
char * encoded ,
^
ml_vt100_parser.c:2465:25: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_write_to_pty( pty , seq , strlen(seq)) ;
^~~
./ml_pty.h:53:56: note: passing argument to parameter 'buf' here
size_t ml_write_to_pty( ml_pty_ptr_t pty , u_char * buf , size_t len) ;
^
ml_vt100_parser.c:2588:10: warning: returning 'u_char *' (aka 'unsigned char *') from a function with result type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
return pt ;
^~
ml_vt100_parser.c:2952:27: warning: passing 'u_char [12]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
ps[num ++] = atoi( digit) ;
^~~~~
/usr/include/stdlib.h:132:23: note: passing argument to parameter here
int atoi(const char *);
^
ml_vt100_parser.c:3567:44: warning: passing 'char [9]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_write_to_pty( vt100_parser->pty , msg ,
^~~
./ml_pty.h:53:56: note: passing argument to parameter 'buf' here
size_t ml_write_to_pty( ml_pty_ptr_t pty , u_char * buf , size_t len) ;
^
ml_vt100_parser.c:4153:43: warning: passing 'char [5]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_write_to_pty( vt100_parser->pty , "\x1b[0n" , 4) ;
^~~~~~~~~
./ml_pty.h:53:56: note: passing argument to parameter 'buf' here
size_t ml_write_to_pty( ml_pty_ptr_t pty , u_char * buf , size_t len) ;
^
ml_vt100_parser.c:4165:43: warning: passing 'char [27]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_write_to_pty( vt100_parser->pty , seq , strlen( seq)) ;
^~~
./ml_pty.h:53:56: note: passing argument to parameter 'buf' here
size_t ml_write_to_pty( ml_pty_ptr_t pty , u_char * buf , size_t len) ;
^
ml_vt100_parser.c:4243:9: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
pop_from_saved_names(
^~~~~~~~~~~~~~~~~~~~~
ml_vt100_parser.c:1133:12: note: passing argument to parameter 'name' here
u_char * name /* should be malloc'ed or NULL. */
^
ml_vt100_parser.c:4251:9: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
pop_from_saved_names(
^~~~~~~~~~~~~~~~~~~~~
ml_vt100_parser.c:1111:12: note: passing argument to parameter 'name' here
u_char * name /* should be malloc'ed or NULL. */
^
ml_vt100_parser.c:4293:7: warning: passing 'char [21]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
seq , sizeof( seq) - 1) ;
^~~
./ml_pty.h:53:56: note: passing argument to parameter 'buf' here
size_t ml_write_to_pty( ml_pty_ptr_t pty , u_char * buf , size_t len) ;
^
ml_vt100_parser.c:4377:15: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ! ( pt = get_pt_in_esc_seq( &str_p , &left , 1)))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ml_vt100_parser.c:4396:46: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
set_window_name( vt100_parser , strdup( pt)) ;
^~
/usr/include/string.h:117:26: note: passing argument to parameter here
char *strdup(const char *);
^
ml_vt100_parser.c:4396:38: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
set_window_name( vt100_parser , strdup( pt)) ;
^~~~~~~~~~~
ml_vt100_parser.c:1111:12: note: passing argument to parameter 'name' here
u_char * name /* should be malloc'ed or NULL. */
^
ml_vt100_parser.c:4397:44: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
set_icon_name( vt100_parser , strdup( pt)) ;
^~
/usr/include/string.h:117:26: note: passing argument to parameter here
char *strdup(const char *);
^
ml_vt100_parser.c:4397:36: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
set_icon_name( vt100_parser , strdup( pt)) ;
^~~~~~~~~~~
ml_vt100_parser.c:1133:12: note: passing argument to parameter 'name' here
u_char * name /* should be malloc'ed or NULL. */
^
ml_vt100_parser.c:4406:44: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
set_icon_name( vt100_parser , strdup( pt)) ;
^~
/usr/include/string.h:117:26: note: passing argument to parameter here
char *strdup(const char *);
^
ml_vt100_parser.c:4406:36: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
set_icon_name( vt100_parser , strdup( pt)) ;
^~~~~~~~~~~
ml_vt100_parser.c:1133:12: note: passing argument to parameter 'name' here
u_char * name /* should be malloc'ed or NULL. */
^
ml_vt100_parser.c:4415:46: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
set_window_name( vt100_parser , strdup( pt)) ;
^~
/usr/include/string.h:117:26: note: passing argument to parameter here
char *strdup(const char *);
^
ml_vt100_parser.c:4415:38: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
set_window_name( vt100_parser , strdup( pt)) ;
^~~~~~~~~~~
ml_vt100_parser.c:1111:12: note: passing argument to parameter 'name' here
u_char * name /* should be malloc'ed or NULL. */
^
ml_vt100_parser.c:4434:17: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( strcmp( pt , "?") == 0) /* ?:query rgb */
^~
/usr/include/string.h:77:25: note: passing argument to parameter here
int strcmp(const char *, const char *);
^
ml_vt100_parser.c:4441:20: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
"fg_color" , pt) ;
^~
ml_vt100_parser.c:1856:10: note: passing argument to parameter 'val' here
char * val
^
ml_vt100_parser.c:4448:17: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( strcmp( pt , "?") == 0) /* ?:query rgb */
^~
/usr/include/string.h:77:25: note: passing argument to parameter here
int strcmp(const char *, const char *);
^
ml_vt100_parser.c:4455:20: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
"bg_color" , pt) ;
^~
ml_vt100_parser.c:1856:10: note: passing argument to parameter 'val' here
char * val
^
ml_vt100_parser.c:4462:17: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( strcmp( pt , "?") != 0) /* ?:query rgb */
^~
/usr/include/string.h:77:25: note: passing argument to parameter here
int strcmp(const char *, const char *);
^
ml_vt100_parser.c:4465:27: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
"cursor_bg_color" , pt) ;
^~
ml_vt100_parser.c:1856:10: note: passing argument to parameter 'val' here
char * val
^
ml_vt100_parser.c:4477:23: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( p = strchr( pt , ';')))
^~
/usr/include/string.h:76:26: note: passing argument to parameter here
char *strchr(const char *, int);
^
ml_vt100_parser.c:4481:23: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( p = strchr( pt , ':')))
^~
/usr/include/string.h:76:26: note: passing argument to parameter here
char *strchr(const char *, int);
^
ml_vt100_parser.c:4497:65: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
config_protocol_set_simple( vt100_parser , "wall_picture" , pt) ;
^~
ml_vt100_parser.c:1856:10: note: passing argument to parameter 'val' here
char * val
^
ml_vt100_parser.c:4513:23: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( p = strchr( pt , ';')))
^~
/usr/include/string.h:76:26: note: passing argument to parameter here
char *strchr(const char *, int);
^
ml_vt100_parser.c:4513:13: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( p = strchr( pt , ';')))
^ ~~~~~~~~~~~~~~~~~
ml_vt100_parser.c:4547:41: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
config_protocol_set( vt100_parser , pt , 0) ;
^~
ml_vt100_parser.c:1551:10: note: passing argument to parameter 'pt' here
char * pt ,
^
ml_vt100_parser.c:4553:41: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
config_protocol_get( vt100_parser , pt , 0) ;
^~
ml_vt100_parser.c:1876:10: note: passing argument to parameter 'pt' here
char * pt ,
^
ml_vt100_parser.c:4559:41: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
config_protocol_get( vt100_parser , pt , 1) ;
^~
ml_vt100_parser.c:1876:10: note: passing argument to parameter 'pt' here
char * pt ,
^
ml_vt100_parser.c:4565:41: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
config_protocol_set( vt100_parser , pt , 1) ;
^~
ml_vt100_parser.c:1551:10: note: passing argument to parameter 'pt' here
char * pt ,
^
ml_vt100_parser.c:4815:27: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
ps[num] = *p ? atoi( p) : 0 ;
^
/usr/include/stdlib.h:132:23: note: passing argument to parameter here
int atoi(const char *);
^
ml_vt100_parser.c:4900:19: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( strlen(p) == (width + 1) *
^
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t strlen(const char *);
^
ml_vt100_parser.c:4904:10: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
p , width , height) ;
^
./ml_drcs.h:28:58: note: passing argument to parameter 'seq' here
int ml_drcs_add( ml_drcs_t * font , int idx , char * seq , u_int width , u_int height) ;
^
ml_vt100_parser.c:5700:8: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
buf = new_buf ;
^ ~~~~~~~
50 warnings generated.
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_vt100_parser.c -o ml_vt100_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_term_manager.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_term_manager.c -fno-common -DPIC -o .libs/ml_term_manager.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_term_manager.c -o ml_term_manager.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_bidi.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_bidi.c -fno-common -DPIC -o .libs/ml_bidi.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_bidi.c -o ml_bidi.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_iscii.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_iscii.c -fno-common -DPIC -o .libs/ml_iscii.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_iscii.c -o ml_iscii.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_config_menu.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_config_menu.c -fno-common -DPIC -o .libs/ml_config_menu.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_config_menu.c -o ml_config_menu.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_config_proto.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_config_proto.c -fno-common -DPIC -o .libs/ml_config_proto.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_config_proto.c -o ml_config_proto.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_drcs.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_drcs.c -fno-common -DPIC -o .libs/ml_drcs.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_drcs.c -o ml_drcs.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_pty.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_pty.c -fno-common -DPIC -o .libs/ml_pty.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_pty.c -o ml_pty.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_pty_unix.c
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_pty_unix.c -fno-common -DPIC -o .libs/ml_pty_unix.o
gcc -I../kiklib/include -I../mkf/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -c ml_pty_unix.c -o ml_pty_unix.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmlterm.a ml_char_encoding.lo ml_color.lo ml_edit.lo ml_edit_util.lo ml_edit_scroll.lo ml_cursor.lo ml_logical_visual.lo ml_logs.lo ml_screen.lo ml_shape.lo ml_str_parser.lo ml_term.lo ml_vt100_parser.lo ml_term_manager.lo ml_bidi.lo ml_iscii.lo ml_config_menu.lo ml_config_proto.lo ml_drcs.lo ml_pty.lo ml_pty_unix.lo
ar cru libmlterm.a ml_char_encoding.o ml_color.o ml_edit.o ml_edit_util.o ml_edit_scroll.o ml_cursor.o ml_logical_visual.o ml_logs.o ml_screen.o ml_shape.o ml_str_parser.o ml_term.o ml_vt100_parser.o ml_term_manager.o ml_bidi.o ml_iscii.o ml_config_menu.o ml_config_proto.o ml_drcs.o ml_pty.o ml_pty_unix.o
ranlib libmlterm.a
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_screen_manager.c
mkdir .libs
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_screen_manager.c -fno-common -DPIC -o .libs/x_screen_manager.o
x_screen_manager.c:660:26: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( term , main_config.init_str ,
^~~~~~~~~~~~~~~~~~~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
1 warning generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_screen_manager.c -o x_screen_manager.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_event_source.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_event_source.c -fno-common -DPIC -o .libs/x_event_source.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_event_source.c -o x_event_source.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_display.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_display.c -fno-common -DPIC -o .libs/x_display.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_display.c -o x_display.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_window.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_window.c -fno-common -DPIC -o .libs/x_window.o
In file included from ../xwindow/xlib/x_window.c:30:
../xwindow/xlib/x_decsp_font.h:5:10: warning: '__X_DECSP_FONT_H__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef __X_DECSP_FONT_H__
^~~~~~~~~~~~~~~~~~
../xwindow/xlib/x_decsp_font.h:6:10: note: '__X_DECFP_FONT_H__' is defined here; did you mean '__X_DECSP_FONT_H__'?
#define __X_DECFP_FONT_H__
^~~~~~~~~~~~~~~~~~
__X_DECSP_FONT_H__
../xwindow/xlib/x_window.c:3000:37: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( len = XLookupString( event , seq , seq_len , keysym , NULL)) > 0)
^~~
/usr/X11/include/X11/Xutil.h:536:31: note: passing argument to parameter here
char* /* buffer_return */,
^
../xwindow/xlib/x_window.c:3509:8: warning: unsequenced modification and access to 'x1' [-Wunsequenced]
{ x1 += win->hmargin , y1 += win->vmargin } ,
^
../xwindow/xlib/x_window.c:3510:15: warning: unsequenced modification and access to 'y2' [-Wunsequenced]
{ x1 , y2 += win->vmargin } ,
^
../xwindow/xlib/x_window.c:3511:8: warning: unsequenced modification and access to 'x2' [-Wunsequenced]
{ x2 += win->hmargin , y2 } ,
^
../xwindow/xlib/x_window.c:3509:29: warning: unsequenced modification and access to 'y1' [-Wunsequenced]
{ x1 += win->hmargin , y1 += win->vmargin } ,
^
../xwindow/xlib/x_window.c:3777:8: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
name = root->app_name ;
^ ~~~~~~~~~~~~~~
../xwindow/xlib/x_window.c:3790:55: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
XStoreName( root->disp->display , root->my_window , name) ;
^~~~
/usr/X11/include/X11/Xlib.h:3411:1: note: passing argument to parameter here
);
^
../xwindow/xlib/x_window.c:3809:8: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
name = root->app_name ;
^ ~~~~~~~~~~~~~~
../xwindow/xlib/x_window.c:3822:57: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
XSetIconName( root->disp->display , root->my_window , name) ;
^~~~
/usr/X11/include/X11/Xlib.h:3261:1: note: passing argument to parameter here
);
^
../xwindow/xlib/x_window.c:3864:9: warning: incompatible pointer types assigning to 'u_long *' (aka 'unsigned long *') from 'u_int32_t *' (aka 'unsigned int *') [-Wincompatible-pointer-types]
data = icon->cardinal ;
^ ~~~~~~~~~~~~~~
../xwindow/xlib/x_window.c:4164:10: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
sym = XKeycodeToKeysym( win->disp->display , key_codes[kc_count] , 0) ;
^
/usr/X11/include/X11/Xlib.h:1699:15: note: 'XKeycodeToKeysym' declared here
extern KeySym XKeycodeToKeysym(
^
12 warnings generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_window.c -o x_window.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_screen.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_screen.c -fno-common -DPIC -o .libs/x_screen.o
x_screen.c:1462:35: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
xterm_set_window_name( screen , name) ;
^~~~
x_screen.c:1417:59: note: passing argument to parameter 'name' here
static void xterm_set_window_name( void * p , u_char * name) ;
^
x_screen.c:1467:38: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
x_set_icon_name( &screen->window , name) ;
^~~~
./x_window.h:380:53: note: passing argument to parameter 'name' here
int x_set_icon_name( x_window_t * win , u_char * name) ;
^
x_screen.c:1703:26: warning: passing 'char [4]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
write_to_pty( screen , "\x1b[I" , 3 , NULL) ;
^~~~~~~~
x_screen.c:1175:12: note: passing argument to parameter 'str' here
u_char * str , /* str may be NULL */
^
x_screen.c:1751:26: warning: passing 'char [4]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
write_to_pty( screen , "\x1b[O" , 3 , NULL) ;
^~~~~~~~
x_screen.c:1175:12: note: passing argument to parameter 'str' here
u_char * str , /* str may be NULL */
^
x_screen.c:1859:27: warning: passing 'char [7]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
write_to_pty( screen , "\x1b[200~" , 6 , NULL) ;
^~~~~~~~~~~
x_screen.c:1175:12: note: passing argument to parameter 'str' here
u_char * str , /* str may be NULL */
^
x_screen.c:1866:27: warning: passing 'char [7]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
write_to_pty( screen , "\x1b[201~" , 6 , NULL) ;
^~~~~~~~~~~
x_screen.c:1175:12: note: passing argument to parameter 'str' here
u_char * str , /* str may be NULL */
^
x_screen.c:2227:48: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
key_len = ml_term_convert_to( screen->term , key + str_len , key_len - str_len ,
^~~~~~~~~~~~~
../mlterm/ml_term.h:131:48: note: expanded from macro 'ml_term_convert_to'
ml_vt100_parser_convert_to( (term)->parser , dst , len , _parser)
^
../mlterm/ml_vt100_parser.h:274:12: note: passing argument to parameter 'dst' here
u_char * dst , size_t len , mkf_parser_t * parser) ;
^
x_screen.c:2269:43: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write_loopback( screen->term , seq , len - 1) ;
^~~
../mlterm/ml_term.h:149:52: note: expanded from macro 'ml_term_write_loopback'
ml_vt100_parser_write_loopback( (term)->parser , buf , len)
^
../mlterm/ml_vt100_parser.h:263:12: note: passing argument to parameter 'buf' here
u_char * buf , size_t len) ;
^
x_screen.c:2281:26: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
write_to_pty( screen , str , strlen(str) , NULL) ;
^~~
x_screen.c:1175:12: note: passing argument to parameter 'str' here
u_char * str , /* str may be NULL */
^
x_screen.c:2885:28: warning: passing 'char [2]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
write_to_pty( screen , "\x1b" , 1 , NULL) ;
^~~~~~
x_screen.c:1175:12: note: passing argument to parameter 'str' here
u_char * str , /* str may be NULL */
^
x_screen.c:2932:27: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
write_to_pty( screen , buf , strlen(buf) , NULL) ;
^~~
x_screen.c:1175:12: note: passing argument to parameter 'str' here
u_char * str , /* str may be NULL */
^
x_screen.c:3171:26: warning: passing 'char [7]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
write_to_pty( screen , "\x1b[200~" , 6 , NULL) ;
^~~~~~~~~~~
x_screen.c:1175:12: note: passing argument to parameter 'str' here
u_char * str , /* str may be NULL */
^
x_screen.c:3180:26: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( len > 3 && strncmp( str , "\x1b%G" , 3) == 0)
^~~
/usr/include/string.h:84:26: note: passing argument to parameter here
int strncmp(const char *, const char *, size_t);
^
x_screen.c:3227:26: warning: passing 'char [7]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
write_to_pty( screen , "\x1b[201~" , 6 , NULL) ;
^~~~~~~~~~~
x_screen.c:1175:12: note: passing argument to parameter 'str' here
u_char * str , /* str may be NULL */
^
x_screen.c:3252:26: warning: passing 'char [7]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
write_to_pty( screen , "\x1b[200~" , 6 , NULL) ;
^~~~~~~~~~~
x_screen.c:1175:12: note: passing argument to parameter 'str' here
u_char * str , /* str may be NULL */
^
x_screen.c:3259:26: warning: passing 'char [7]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
write_to_pty( screen , "\x1b[201~" , 6 , NULL) ;
^~~~~~~~~~~
x_screen.c:1175:12: note: passing argument to parameter 'str' here
u_char * str , /* str may be NULL */
^
x_screen.c:3493:14: warning: passing 'u_char [17]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
sprintf( seq , "\x1b[<%d;%d;%d%c" ,
^~~
/usr/include/secure/_stdio.h:47:28: note: expanded from macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^
x_screen.c:3500:14: warning: passing 'u_char [17]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
sprintf( seq , "\x1b[%d;%d;%dM" ,
^~~
/usr/include/secure/_stdio.h:47:28: note: expanded from macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^
x_screen.c:3504:22: warning: passing 'u_char [17]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
seq_len = strlen( seq) ;
^~~
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t strlen(const char *);
^
x_screen.c:3742:44: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'u_int *' (aka 'unsigned int *') [-Wincompatible-pointer-types]
! ( ch = ml_get_combining_chars( ch , &comb_size)) ||
^~~~~~~~~~
../mlterm/ml_char.h:115:65: note: passing argument to parameter 'size' here
ml_char_t * ml_get_combining_chars( ml_char_t * ch , u_int * size) ;
^
x_screen.c:4207:23: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( regexec( regex , str , 1 , pmatch , 0) != 0)
^~~
/usr/include/regex.h:206:64: note: passing argument to parameter here
int regexec(const regex_t * __restrict, const char * __restrict, size_t,
^
x_screen.c:4221:25: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( regexec( regex , str , 1 , pmatch , 0) != 0)
^~~
/usr/include/regex.h:206:64: note: passing argument to parameter here
int regexec(const regex_t * __restrict, const char * __restrict, size_t,
^
x_screen.c:4332:24: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
&& regcomp( &regex , pattern , REG_EXTENDED|REG_ICASE) == 0
^~~~~~~
/usr/include/regex.h:200:58: note: passing argument to parameter here
int regcomp(regex_t * __restrict, const char * __restrict, int) __DARWIN_ALIAS(regcomp);
^
x_screen.c:5860:34: warning: passing 'char [8]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , "#error\n" , 7 , to_menu) ;
^~~~~~~~~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5868:34: warning: passing 'char [2]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , "#" , 1 , to_menu) ;
^~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5869:34: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , key , strlen( key) , to_menu) ;
^~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5870:34: warning: passing 'char [2]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , "=" , 1 , to_menu) ;
^~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5871:34: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , value , strlen( value) , to_menu) ;
^~~~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5872:34: warning: passing 'char [2]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , "\n" , 1 , to_menu) ;
^~~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5938:32: warning: passing 'char [2]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , "#" , 1 , to_menu) ;
^~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5939:32: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , cs , strlen( cs) , to_menu) ;
^~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5940:32: warning: passing 'char [2]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , "," , 1 , to_menu) ;
^~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5941:32: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , font_size_str , strlen( font_size_str) , to_menu) ;
^~~~~~~~~~~~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5942:32: warning: passing 'char [2]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , "=" , 1 , to_menu) ;
^~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5945:33: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , font_name , strlen( font_name) , to_menu) ;
^~~~~~~~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5947:32: warning: passing 'char [2]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , "\n" , 1 , to_menu) ;
^~~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:5959:32: warning: passing 'char [8]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
ml_term_write( screen->term , "#error\n" , 7 , to_menu) ;
^~~~~~~~~~
../mlterm/ml_term.h:145:54: note: passing argument to parameter 'buf' here
size_t ml_term_write( ml_term_t * term , u_char * buf , size_t len , int to_menu) ;
^
x_screen.c:6834:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations]
sym = XKeycodeToKeysym( screen->window.disp->display ,
^
/usr/X11/include/X11/Xlib.h:1699:15: note: 'XKeycodeToKeysym' declared here
extern KeySym XKeycodeToKeysym(
^
x_screen.c:7550:39: warning: incompatible pointer types assigning to 'void (*)(void *, u_char *)' from 'int (x_window_t *, u_char *)' [-Wincompatible-pointer-types]
screen->xterm_listener.set_icon_name = x_set_icon_name ;
^ ~~~~~~~~~~~~~~~
x_screen.c:7560:31: warning: incompatible pointer types assigning to 'int (*)(void *, char *)' from 'int (x_screen_t *, char *)' [-Wincompatible-pointer-types]
screen->config_listener.exec = x_screen_exec_cmd ;
^ ~~~~~~~~~~~~~~~~~
x_screen.c:7561:30: warning: incompatible pointer types assigning to 'void (*)(void *, char *, char *, char *)' from 'int (x_screen_t *, char *, char *, char *)' [-Wincompatible-pointer-types]
screen->config_listener.set = x_screen_set_config ;
^ ~~~~~~~~~~~~~~~~~~~
x_screen.c:7879:43: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
xterm_set_window_name( &screen->window , ml_term_window_name( screen->term)) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mlterm/ml_term.h:310:38: note: expanded from macro 'ml_term_window_name'
#define ml_term_window_name( term) ml_get_window_name((term)->parser)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mlterm/ml_vt100_parser.h:280:45: note: expanded from macro 'ml_get_window_name'
#define ml_get_window_name( vt100_parser) ((vt100_parser)->win_name)
^~~~~~~~~~~~~~~~~~~~~~~~~~
x_screen.c:7129:12: note: passing argument to parameter 'name' here
u_char * name
^
x_screen.c:7880:37: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
x_set_icon_name( &screen->window , ml_term_icon_name( screen->term)) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mlterm/ml_term.h:312:36: note: expanded from macro 'ml_term_icon_name'
#define ml_term_icon_name( term) ml_get_icon_name((term)->parser)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../mlterm/ml_vt100_parser.h:282:43: note: expanded from macro 'ml_get_icon_name'
#define ml_get_icon_name( vt100_parser) ((vt100_parser)->icon_name)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./x_window.h:380:53: note: passing argument to parameter 'name' here
int x_set_icon_name( x_window_t * win , u_char * name) ;
^
x_screen.c:8241:37: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
*(p + ml_char_encoding_convert( p , len - 1 , ML_UTF8 ,
^
../mlterm/ml_char_encoding.h:131:45: note: passing argument to parameter 'dst' here
size_t ml_char_encoding_convert( u_char * dst , size_t dst_len ,
^
x_screen.c:8242:6: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
arg , strlen(arg) , encoding)) = '\0' ;
^~~
../mlterm/ml_char_encoding.h:132:48: note: passing argument to parameter 'src' here
ml_char_encoding_t dst_encoding , u_char * src , size_t src_len ,
^
x_screen.c:8250:26: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
search_find( screen , arg , 1) ;
^~~
x_screen.c:4318:12: note: passing argument to parameter 'pattern' here
u_char * pattern ,
^
x_screen.c:8254:26: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
search_find( screen , arg , 0) ;
^~~
x_screen.c:4318:12: note: passing argument to parameter 'pattern' here
u_char * pattern ,
^
47 warnings generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_screen.c -o x_screen.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_xic.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_xic.c -fno-common -DPIC -o .libs/x_xic.o
../xwindow/xlib/x_xic.c:489:54: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( len = XmbLookupString( win->xic->ic , event , seq , seq_len , keysym , &stat)) == 0)
^~~
/usr/X11/include/X11/Xlib.h:3913:31: note: passing argument to parameter here
char* /* buffer_return */,
^
../xwindow/xlib/x_xic.c:539:56: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( len = Xutf8LookupString( win->xic->ic , event , seq , seq_len , keysym , &stat)) == 0)
^~~
/usr/X11/include/X11/Xlib.h:3931:31: note: passing argument to parameter here
char* /* buffer_return */,
^
2 warnings generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_xic.c -o x_xic.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_color_manager.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_color_manager.c -fno-common -DPIC -o .libs/x_color_manager.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_color_manager.c -o x_color_manager.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_font_manager.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_font_manager.c -fno-common -DPIC -o .libs/x_font_manager.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_font_manager.c -o x_font_manager.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_picture.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_picture.c -fno-common -DPIC -o .libs/x_picture.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_picture.c -o x_picture.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_font.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_font.c -fno-common -DPIC -o .libs/x_font.o
In file included from ../xwindow/xlib/x_font.c:19:
../xwindow/xlib/x_decsp_font.h:5:10: warning: '__X_DECSP_FONT_H__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef __X_DECSP_FONT_H__
^~~~~~~~~~~~~~~~~~
../xwindow/xlib/x_decsp_font.h:6:10: note: '__X_DECFP_FONT_H__' is defined here; did you mean '__X_DECSP_FONT_H__'?
#define __X_DECFP_FONT_H__
^~~~~~~~~~~~~~~~~~
__X_DECSP_FONT_H__
../xwindow/xlib/x_font.c:282:31: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
width = XTextWidth( xfont , &c , 1) ;
^~
/usr/X11/include/X11/Xlib.h:3448:31: note: passing argument to parameter here
_Xconst char* /* string */,
^
../xwindow/xlib/x_font.c:288:62: warning: incompatible pointer types passing 'XChar2b [2]' to parameter of type 'u_char *' (aka 'unsigned char *') [-Wincompatible-pointer-types]
width = XTextWidth16( xfont , c , x_convert_ucs4_to_utf16( c , ch) / 2) ;
^
../xwindow/xlib/../x_font.h:126:44: note: passing argument to parameter 'utf16' here
size_t x_convert_ucs4_to_utf16( u_char * utf16 , u_int32_t ucs4) ;
^
3 warnings generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_font.c -o x_font.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_color.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_color.c -fno-common -DPIC -o .libs/x_color.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_color.c -o x_color.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_selection.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_selection.c -fno-common -DPIC -o .libs/x_selection.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_selection.c -o x_selection.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_font_config.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_font_config.c -fno-common -DPIC -o .libs/x_font_config.o
x_font_config.c:215:2: warning: comparison of distinct pointer types ('int (*)(ml_font_t, u_int)' and 'int (*)(int, u_int)') [-Wcompare-distinct-pointer-types]
kik_map_set( result , table , font , fontname) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:157:25: note: expanded from macro 'kik_map_set'
if( (map)->hash_func == kik_map_hash_int || \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
x_font_config.c:215:2: warning: comparison of distinct pointer types ('int (*)(ml_font_t, u_int)' and 'int (*)(int, u_int)') [-Wcompare-distinct-pointer-types]
kik_map_set( result , table , font , fontname) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:158:25: note: expanded from macro 'kik_map_set'
(map)->hash_func == kik_map_hash_int_fast) \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~
x_font_config.c:215:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_set( result , table , font , fontname) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:162:23: note: expanded from macro 'kik_map_set'
(map)->hash_func = kik_map_hash_int ; \
^ ~~~~~~~~~~~~~~~~
x_font_config.c:215:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_set( result , table , font , fontname) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:167:23: note: expanded from macro 'kik_map_set'
(map)->hash_func = kik_map_hash_int_fast ; \
^ ~~~~~~~~~~~~~~~~~~~~~
x_font_config.c:229:3: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , char * ,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:68:21: note: expanded from macro 'kik_map_new_with_size'
(map)->hash_func = kik_map_hash_int ; \
^ ~~~~~~~~~~~~~~~~
x_font_config.c:229:3: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , char * ,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:73:21: note: expanded from macro 'kik_map_new_with_size'
(map)->hash_func = kik_map_hash_int_fast ; \
^ ~~~~~~~~~~~~~~~~~~~~~
x_font_config.c:229:3: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , char * ,
^
../kiklib/include/kiklib/kik_map.h:78:20: note: expanded from macro 'kik_map_new_with_size'
(map)->hash_func = __hash_func ; \
^
x_font_config.c:229:3: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, ml_font_t)' from 'int (int, int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , char * ,
^
../kiklib/include/kiklib/kik_map.h:80:22: note: expanded from macro 'kik_map_new_with_size'
(map)->compare_func = __compare_func ; \
^
x_font_config.c:262:59: warning: comparison of constant 'UNKNOWN_CS' (-1) with expression of type 'ml_font_t' (aka 'enum ml_font') is always true [-Wtautological-constant-out-of-range-compare]
( font = ml_char_add_unicode_area_font( min , max)) != UNKNOWN_CS)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
x_font_config.c:393:32: warning: comparison of constant 'UNKNOWN_CS' (-1) with expression of type 'ml_font_t' (aka 'enum ml_font') is always false [-Wtautological-constant-out-of-range-compare]
if( ( font = parse_key( key)) == UNKNOWN_CS)
~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
x_font_config.c:1424:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , char * ,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:68:21: note: expanded from macro 'kik_map_new_with_size'
(map)->hash_func = kik_map_hash_int ; \
^ ~~~~~~~~~~~~~~~~
x_font_config.c:1424:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , char * ,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:73:21: note: expanded from macro 'kik_map_new_with_size'
(map)->hash_func = kik_map_hash_int_fast ; \
^ ~~~~~~~~~~~~~~~~~~~~~
x_font_config.c:1424:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , char * ,
^
../kiklib/include/kiklib/kik_map.h:78:20: note: expanded from macro 'kik_map_new_with_size'
(map)->hash_func = __hash_func ; \
^
x_font_config.c:1424:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, ml_font_t)' from 'int (int, int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , char * ,
^
../kiklib/include/kiklib/kik_map.h:80:22: note: expanded from macro 'kik_map_new_with_size'
(map)->compare_func = __compare_func ; \
^
x_font_config.c:1760:6: warning: comparison of constant 4096 with expression of type 'ml_font_t' (aka 'enum ml_font') is always false [-Wtautological-constant-out-of-range-compare]
if( HAS_UNICODE_AREA(font))
^~~~~~~~~~~~~~~~~~~~~~
../mlterm/ml_font.h:16:42: note: expanded from macro 'HAS_UNICODE_AREA'
#define HAS_UNICODE_AREA(font) ((font) >= 0x1000)
~~~~~~ ^ ~~~~~~
x_font_config.c:1769:45: warning: comparison of constant 'UNKNOWN_CS' (-1) with expression of type 'ml_font_t' (aka 'enum ml_font') is always true [-Wtautological-constant-out-of-range-compare]
( font = parse_key( pair->value + 1)) != UNKNOWN_CS)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
x_font_config.c:1868:44: warning: comparison of constant 'UNKNOWN_CS' (-1) with expression of type 'ml_font_t' (aka 'enum ml_font') is always true [-Wtautological-constant-out-of-range-compare]
( font = parse_key( pair->value + 1)) != UNKNOWN_CS)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
x_font_config.c:2002:36: warning: comparison of constant 'UNKNOWN_CS' (-1) with expression of type 'ml_font_t' (aka 'enum ml_font') is always false [-Wtautological-constant-out-of-range-compare]
if( ( font = parse_key( font_cs)) == UNKNOWN_CS)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
18 warnings generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_font_config.c -o x_font_config.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_main_config.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_main_config.c -fno-common -DPIC -o .libs/x_main_config.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_main_config.c -o x_main_config.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_shortcut.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_shortcut.c -fno-common -DPIC -o .libs/x_shortcut.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_shortcut.c -o x_shortcut.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_bel_mode.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_bel_mode.c -fno-common -DPIC -o .libs/x_bel_mode.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_bel_mode.c -o x_bel_mode.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_sb_mode.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_sb_mode.c -fno-common -DPIC -o .libs/x_sb_mode.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_sb_mode.c -o x_sb_mode.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_mod_meta_mode.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_mod_meta_mode.c -fno-common -DPIC -o .libs/x_mod_meta_mode.o
x_mod_meta_mode.c:45:11: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
if( mode < 0 || MOD_META_MODE_MAX <= mode)
~~~~ ^ ~
1 warning generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_mod_meta_mode.c -o x_mod_meta_mode.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_termcap.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_termcap.c -fno-common -DPIC -o .libs/x_termcap.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_termcap.c -o x_termcap.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_font_cache.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_font_cache.c -fno-common -DPIC -o .libs/x_font_cache.o
x_font_cache.c:76:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , x_font_t * , xfont_table ,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:68:21: note: expanded from macro 'kik_map_new_with_size'
(map)->hash_func = kik_map_hash_int ; \
^ ~~~~~~~~~~~~~~~~
x_font_cache.c:76:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , x_font_t * , xfont_table ,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:73:21: note: expanded from macro 'kik_map_new_with_size'
(map)->hash_func = kik_map_hash_int_fast ; \
^ ~~~~~~~~~~~~~~~~~~~~~
x_font_cache.c:76:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , x_font_t * , xfont_table ,
^
../kiklib/include/kiklib/kik_map.h:78:20: note: expanded from macro 'kik_map_new_with_size'
(map)->hash_func = __hash_func ; \
^
x_font_cache.c:76:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, ml_font_t)' from 'int (int, int)' [-Wincompatible-pointer-types]
kik_map_new_with_size( ml_font_t , x_font_t * , xfont_table ,
^
../kiklib/include/kiklib/kik_map.h:80:22: note: expanded from macro 'kik_map_new_with_size'
(map)->compare_func = __compare_func ; \
^
x_font_cache.c:388:2: warning: comparison of distinct pointer types ('int (*)(ml_font_t, u_int)' and 'int (*)(int, u_int)') [-Wcompare-distinct-pointer-types]
kik_map_set( result , font_cache->xfont_table , font , xfont) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:157:25: note: expanded from macro 'kik_map_set'
if( (map)->hash_func == kik_map_hash_int || \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
x_font_cache.c:388:2: warning: comparison of distinct pointer types ('int (*)(ml_font_t, u_int)' and 'int (*)(int, u_int)') [-Wcompare-distinct-pointer-types]
kik_map_set( result , font_cache->xfont_table , font , xfont) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:158:25: note: expanded from macro 'kik_map_set'
(map)->hash_func == kik_map_hash_int_fast) \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~
x_font_cache.c:388:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_set( result , font_cache->xfont_table , font , xfont) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:162:23: note: expanded from macro 'kik_map_set'
(map)->hash_func = kik_map_hash_int ; \
^ ~~~~~~~~~~~~~~~~
x_font_cache.c:388:2: warning: incompatible pointer types assigning to 'int (*)(ml_font_t, u_int)' from 'int (int, u_int)' [-Wincompatible-pointer-types]
kik_map_set( result , font_cache->xfont_table , font , xfont) ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../kiklib/include/kiklib/kik_map.h:167:23: note: expanded from macro 'kik_map_set'
(map)->hash_func = kik_map_hash_int_fast ; \
^ ~~~~~~~~~~~~~~~~~~~~~
8 warnings generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_font_cache.c -o x_font_cache.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_draw_str.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_draw_str.c -fno-common -DPIC -o .libs/x_draw_str.o
x_draw_str.c:539:36: warning: incompatible pointer types assigning to 'u_int32_t *' (aka 'unsigned int *') from 'char **' [-Wincompatible-pointer-types]
if( ! ( str8 = str32 = pic_glyphs = drcs_glyphs =
^ ~~~~~~~~~~~~~
x_draw_str.c:539:15: warning: incompatible pointer types assigning to 'u_int8_t *' (aka 'unsigned char *') from 'u_int32_t *' (aka 'unsigned int *') [-Wincompatible-pointer-types]
if( ! ( str8 = str32 = pic_glyphs = drcs_glyphs =
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x_draw_str.c:873:42: warning: incompatible pointer types passing 'XChar2b [2]' to parameter of type 'u_char *' (aka 'unsigned char *') [-Wincompatible-pointer-types]
if( ( len = (x_convert_ucs4_to_utf16( xch , ch_code) / 2)) > 0)
^~~
./x_font.h:126:44: note: passing argument to parameter 'utf16' here
size_t x_convert_ucs4_to_utf16( u_char * utf16 , u_int32_t ucs4) ;
^
x_draw_str.c:991:35: warning: incompatible pointer types assigning to 'u_int32_t *' (aka 'unsigned int *') from 'char **' [-Wincompatible-pointer-types]
if( ! ( str2b = str = pic_glyphs = drcs_glyphs =
^ ~~~~~~~~~~~~~
x_draw_str.c:991:22: warning: incompatible pointer types assigning to 'u_char *' (aka 'unsigned char *') from 'u_int32_t *' (aka 'unsigned int *') [-Wincompatible-pointer-types]
if( ! ( str2b = str = pic_glyphs = drcs_glyphs =
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
x_draw_str.c:991:16: warning: incompatible pointer types assigning to 'XChar2b *' from 'u_char *' (aka 'unsigned char *') [-Wincompatible-pointer-types]
if( ! ( str2b = str = pic_glyphs = drcs_glyphs =
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x_draw_str.c:1028:41: warning: incompatible pointer types passing 'XChar2b *' to parameter of type 'u_char *' (aka 'unsigned char *') [-Wincompatible-pointer-types]
str_len += (x_convert_ucs4_to_utf16( str2b + str_len , ch_code) / 2) ;
^~~~~~~~~~~~~~~
./x_font.h:126:44: note: passing argument to parameter 'utf16' here
size_t x_convert_ucs4_to_utf16( u_char * utf16 , u_int32_t ucs4) ;
^
7 warnings generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_draw_str.c -o x_draw_str.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_gc.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_gc.c -fno-common -DPIC -o .libs/x_gc.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_gc.c -o x_gc.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_color_cache.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_color_cache.c -fno-common -DPIC -o .libs/x_color_cache.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_color_cache.c -o x_color_cache.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_dnd.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_dnd.c -fno-common -DPIC -o .libs/x_dnd.o
../xwindow/xlib/x_dnd.c:176:25: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( delim = strchr( pos , 0x0d)))
^~~
/usr/include/string.h:76:26: note: passing argument to parameter here
char *strchr(const char *, int);
^
../xwindow/xlib/x_dnd.c:176:15: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
if( ( delim = strchr( pos , 0x0d)))
^ ~~~~~~~~~~~~~~~~~~~
../xwindow/xlib/x_dnd.c:291:43: warning: passing 'unsigned char [25]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
parse_mlterm_config( win, buffer, strlen(buffer)) ;
^~~~~~
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t strlen(const char *);
^
3 warnings generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_dnd.c -o x_dnd.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_scrollbar.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_scrollbar.c -fno-common -DPIC -o .libs/x_scrollbar.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_scrollbar.c -o x_scrollbar.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_sb_screen.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_sb_screen.c -fno-common -DPIC -o .libs/x_sb_screen.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_sb_screen.c -o x_sb_screen.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_sb_view_factory.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_sb_view_factory.c -fno-common -DPIC -o .libs/x_sb_view_factory.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_sb_view_factory.c -o x_sb_view_factory.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_simple_sb_view.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_simple_sb_view.c -fno-common -DPIC -o .libs/x_simple_sb_view.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_simple_sb_view.c -o x_simple_sb_view.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_imagelib.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_imagelib.c -fno-common -DPIC -o .libs/x_imagelib.o
../xwindow/xlib/x_imagelib.c:1405:5: warning: incompatible pointer types assigning to 'u_char *' (aka 'unsigned char *') from 'u_int32_t *' (aka 'unsigned int *') [-Wincompatible-pointer-types]
p = &cardinal[2] ;
^ ~~~~~~~~~~~~
1 warning generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_imagelib.c -o x_imagelib.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_connect_dialog.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_connect_dialog.c -fno-common -DPIC -o .libs/x_connect_dialog.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_connect_dialog.c -o x_connect_dialog.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_type_engine.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_type_engine.c -fno-common -DPIC -o .libs/x_type_engine.o
x_type_engine.c:48:13: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare]
if( engine < 0 || TYPE_ENGINE_MAX <= engine)
~~~~~~ ^ ~
1 warning generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_type_engine.c -o x_type_engine.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_im.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_im.c -fno-common -DPIC -o .libs/x_im.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_im.c -o x_im.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_im_candidate_screen.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_im_candidate_screen.c -fno-common -DPIC -o .libs/x_im_candidate_screen.o
x_im_candidate_screen.c:349:18: warning: passing 'u_char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
kik_snprintf( digit , MAX_NUM_OF_DIGITS + 1 , "%c%c " ,
^~~~~
../kiklib/include/kiklib/kik_str.h:32:28: note: passing argument to parameter 'str' here
int kik_snprintf( char * str , size_t size , const char * format , ...) ;
^
x_im_candidate_screen.c:355:18: warning: passing 'u_char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
kik_snprintf( digit , MAX_NUM_OF_DIGITS + 1 , "%i " , i - top + 1) ;
^~~~~
../kiklib/include/kiklib/kik_str.h:32:28: note: passing argument to parameter 'str' here
int kik_snprintf( char * str , size_t size , const char * format , ...) ;
^
x_im_candidate_screen.c:441:23: warning: passing 'u_char [12]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
len = kik_snprintf( navi , MAX_NUM_OF_DIGITS * 2 + 2 , "%d/%d",
^~~~
../kiklib/include/kiklib/kik_str.h:32:28: note: passing argument to parameter 'str' here
int kik_snprintf( char * str , size_t size , const char * format , ...) ;
^
x_im_candidate_screen.c:530:18: warning: passing 'u_char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
kik_snprintf( digit , MAX_NUM_OF_DIGITS + 1 , "%c." ,
^~~~~
../kiklib/include/kiklib/kik_str.h:32:28: note: passing argument to parameter 'str' here
int kik_snprintf( char * str , size_t size , const char * format , ...) ;
^
x_im_candidate_screen.c:536:18: warning: passing 'u_char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
kik_snprintf( digit , MAX_NUM_OF_DIGITS + 1 , "%i." , i - top + 1) ;
^~~~~
../kiklib/include/kiklib/kik_str.h:32:28: note: passing argument to parameter 'str' here
int kik_snprintf( char * str , size_t size , const char * format , ...) ;
^
x_im_candidate_screen.c:796:45: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
(*parser->set_str)( parser , str , strlen( str)) ;
^~~
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t strlen(const char *);
^
x_im_candidate_screen.c:828:44: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
(*parser->set_str)( parser , str , strlen(str)) ;
^~~
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t strlen(const char *);
^
7 warnings generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_im_candidate_screen.c -o x_im_candidate_screen.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_im_status_screen.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_im_status_screen.c -fno-common -DPIC -o .libs/x_im_status_screen.o
x_im_status_screen.c:193:45: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
(*parser->set_str)( parser , str , strlen( str)) ;
^~~
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t strlen(const char *);
^
x_im_status_screen.c:221:44: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
(*parser->set_str)( parser , str , strlen(str)) ;
^~~
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t strlen(const char *);
^
2 warnings generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_im_status_screen.c -o x_im_status_screen.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_type_loader.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_type_loader.c -fno-common -DPIC -o .libs/x_type_loader.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c x_type_loader.c -o x_type_loader.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_decsp_font.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_decsp_font.c -fno-common -DPIC -o .libs/x_decsp_font.o
In file included from ../xwindow/xlib/x_decsp_font.c:5:
../xwindow/xlib/x_decsp_font.h:5:10: warning: '__X_DECSP_FONT_H__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
#ifndef __X_DECSP_FONT_H__
^~~~~~~~~~~~~~~~~~
../xwindow/xlib/x_decsp_font.h:6:10: note: '__X_DECFP_FONT_H__' is defined here; did you mean '__X_DECSP_FONT_H__'?
#define __X_DECFP_FONT_H__
^~~~~~~~~~~~~~~~~~
__X_DECSP_FONT_H__
1 warning generated.
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_decsp_font.c -o x_decsp_font.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_xim.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_xim.c -fno-common -DPIC -o .libs/x_xim.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DHAVE_XUTF8_LOOKUP_STRING -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -g -O2 -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -DLIBDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/lib\" -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DXDATADIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/share\" -I../mlterm -I/usr/local/include -c ../xwindow/xlib/x_xim.c -o x_xim.o >/dev/null 2>&1
../libtool --mode=link gcc -o libxwindow.a x_screen_manager.lo x_event_source.lo x_display.lo x_window.lo x_screen.lo x_xic.lo x_color_manager.lo x_font_manager.lo x_picture.lo x_font.lo x_color.lo x_selection.lo x_font_config.lo x_main_config.lo x_shortcut.lo x_bel_mode.lo x_sb_mode.lo x_mod_meta_mode.lo x_termcap.lo x_font_cache.lo x_draw_str.lo x_gc.lo x_color_cache.lo x_dnd.lo x_scrollbar.lo x_sb_screen.lo x_sb_view_factory.lo x_simple_sb_view.lo x_imagelib.lo x_connect_dialog.lo x_type_engine.lo x_im.lo x_im_candidate_screen.lo x_im_status_screen.lo x_type_loader.lo x_decsp_font.lo x_xim.lo
ar cru libxwindow.a x_screen_manager.o x_event_source.o x_display.o x_window.o x_screen.o x_xic.o x_color_manager.o x_font_manager.o x_picture.o x_font.o x_color.o x_selection.o x_font_config.o x_main_config.o x_shortcut.o x_bel_mode.o x_sb_mode.o x_mod_meta_mode.o x_termcap.o x_font_cache.o x_draw_str.o x_gc.o x_color_cache.o x_dnd.o x_scrollbar.o x_sb_screen.o x_sb_view_factory.o x_simple_sb_view.o x_imagelib.o x_connect_dialog.o x_type_engine.o x_im.o x_im_candidate_screen.o x_im_status_screen.o x_type_loader.o x_decsp_font.o x_xim.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libxwindow.a(x_connect_dialog.o) has no symbols
ranlib libxwindow.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libxwindow.a(x_connect_dialog.o) has no symbols
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DUSE_TYPE_XCORE -g -O2 -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -I../mlterm -I../xwindow -I../main -I/usr/local/include -c daemon.c
mkdir .libs
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DUSE_TYPE_XCORE -g -O2 -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -I../mlterm -I../xwindow -I../main -I/usr/local/include -c daemon.c -fno-common -DPIC -o .libs/daemon.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DUSE_TYPE_XCORE -g -O2 -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -I../mlterm -I../xwindow -I../main -I/usr/local/include -c daemon.c -o daemon.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DUSE_TYPE_XCORE -g -O2 -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -I../mlterm -I../xwindow -I../main -I/usr/local/include -c main_loop.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DUSE_TYPE_XCORE -g -O2 -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -I../mlterm -I../xwindow -I../main -I/usr/local/include -c main_loop.c -fno-common -DPIC -o .libs/main_loop.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DUSE_TYPE_XCORE -g -O2 -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -I../mlterm -I../xwindow -I../main -I/usr/local/include -c main_loop.c -o main_loop.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DUSE_TYPE_XCORE -g -O2 -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -I../mlterm -I../xwindow -I../main -I/usr/local/include -c main.c
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DUSE_TYPE_XCORE -g -O2 -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -I../mlterm -I../xwindow -I../main -I/usr/local/include -c main.c -fno-common -DPIC -o .libs/main.o
gcc -I../kiklib/include -I../mkf/include -I/usr/X11/include -DUSE_TYPE_XCORE -g -O2 -DSYSCONFDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/etc\" -I../mlterm -I../xwindow -I../main -I/usr/local/include -c main.c -o main.o >/dev/null 2>&1
../libtool --mode=link gcc -o mlterm daemon.o main_loop.o main.o \
../xwindow/libxwindow.a ../mlterm/libmlterm.a ../mlterm/libmlterm_core.la ../mkf/lib/libmkf.la ../kiklib/src/libkik.la -L/usr/local/lib -R/usr/local/lib -lm -L/usr/X11/lib -lX11
gcc -o .libs/mlterm daemon.o main_loop.o main.o ../xwindow/libxwindow.a ../mlterm/libmlterm.a ../mlterm/.libs/libmlterm_core.dylib /Users/yoshikaw/local/src/mlterm-3.3.4/kiklib/src/.libs/libkik.dylib ../mkf/lib/.libs/libmkf.dylib ../kiklib/src/.libs/libkik.dylib -ldl -lutil -L/usr/local/lib -lm -L/usr/X11/lib -lX11
creating mlterm
no such a target
no such a target
../../../libtool --mode=compile gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c athena.c
mkdir .libs
gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c athena.c -fno-common -DPIC -o .libs/athena.o
gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c athena.c -o athena.o >/dev/null 2>&1
../../../libtool --mode=link gcc -o libathena.la athena.lo \
-rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/mlterm \
-module -avoid-version \
-L/usr/X11/lib -lX11
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libathena.so -bundle .libs/athena.o -L/usr/X11/lib -lX11
dsymutil .libs/libathena.so || :
ar cru .libs/libathena.a athena.o
ranlib .libs/libathena.a
creating libathena.la
(cd .libs && rm -f libathena.la && ln -s ../libathena.la libathena.la)
../../../libtool --mode=compile gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c motif.c
gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c motif.c -fno-common -DPIC -o .libs/motif.o
gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c motif.c -o motif.o >/dev/null 2>&1
../../../libtool --mode=link gcc -o libmotif.la motif.lo \
-rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/mlterm \
-module -avoid-version \
-L/usr/X11/lib -lX11
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libmotif.so -bundle .libs/motif.o -L/usr/X11/lib -lX11
dsymutil .libs/libmotif.so || :
ar cru .libs/libmotif.a motif.o
ranlib .libs/libmotif.a
creating libmotif.la
(cd .libs && rm -f libmotif.la && ln -s ../libmotif.la libmotif.la)
../../../libtool --mode=compile gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c mozmodern.c
gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c mozmodern.c -fno-common -DPIC -o .libs/mozmodern.o
gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c mozmodern.c -o mozmodern.o >/dev/null 2>&1
../../../libtool --mode=link gcc -o libmozmodern.la mozmodern.lo \
-rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/mlterm \
-module -avoid-version \
-L/usr/X11/lib -lX11
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libmozmodern.so -bundle .libs/mozmodern.o -L/usr/X11/lib -lX11
dsymutil .libs/libmozmodern.so || :
ar cru .libs/libmozmodern.a mozmodern.o
ranlib .libs/libmozmodern.a
creating libmozmodern.la
(cd .libs && rm -f libmozmodern.la && ln -s ../libmozmodern.la libmozmodern.la)
../../../libtool --mode=compile gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c next.c
gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c next.c -fno-common -DPIC -o .libs/next.o
gcc -I../../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c next.c -o next.o >/dev/null 2>&1
../../../libtool --mode=link gcc -o libnext.la next.lo \
-rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/mlterm \
-module -avoid-version \
-L/usr/X11/lib -lX11
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libnext.so -bundle .libs/next.o -L/usr/X11/lib -lX11
dsymutil .libs/libnext.so || :
ar cru .libs/libnext.a next.o
ranlib .libs/libnext.a
creating libnext.la
(cd .libs && rm -f libnext.la && ln -s ../libnext.la libnext.la)
../../libtool --mode=compile gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_sample_sb_view.c
mkdir .libs
gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_sample_sb_view.c -fno-common -DPIC -o .libs/x_sample_sb_view.o
gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_sample_sb_view.c -o x_sample_sb_view.o >/dev/null 2>&1
../../libtool --mode=compile gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_transparent_sample_sb_view.c
gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_transparent_sample_sb_view.c -fno-common -DPIC -o .libs/x_transparent_sample_sb_view.o
gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_transparent_sample_sb_view.c -o x_transparent_sample_sb_view.o >/dev/null 2>&1
../../libtool --mode=compile gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_sample_sb_view_lib.c
gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_sample_sb_view_lib.c -fno-common -DPIC -o .libs/x_sample_sb_view_lib.o
gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_sample_sb_view_lib.c -o x_sample_sb_view_lib.o >/dev/null 2>&1
../../libtool --mode=link gcc -o libsample.la x_sample_sb_view.lo x_transparent_sample_sb_view.lo x_sample_sb_view_lib.lo -rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/mlterm \
-module -avoid-version -L/usr/X11/lib -lX11
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libsample.so -bundle .libs/x_sample_sb_view.o .libs/x_transparent_sample_sb_view.o .libs/x_sample_sb_view_lib.o -L/usr/X11/lib -lX11
dsymutil .libs/libsample.so || :
ar cru .libs/libsample.a x_sample_sb_view.o x_transparent_sample_sb_view.o x_sample_sb_view_lib.o
ranlib .libs/libsample.a
creating libsample.la
(cd .libs && rm -f libsample.la && ln -s ../libsample.la libsample.la)
../../libtool --mode=compile gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_sample2_sb_view.c
gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_sample2_sb_view.c -fno-common -DPIC -o .libs/x_sample2_sb_view.o
gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_sample2_sb_view.c -o x_sample2_sb_view.o >/dev/null 2>&1
../../libtool --mode=compile gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_transparent_sample2_sb_view.c
gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_transparent_sample2_sb_view.c -fno-common -DPIC -o .libs/x_transparent_sample2_sb_view.o
gcc -I../../xwindow -g -O2 -I/usr/X11/include -I/usr/include -c x_transparent_sample2_sb_view.c -o x_transparent_sample2_sb_view.o >/dev/null 2>&1
../../libtool --mode=link gcc -o libsample2.la x_sample2_sb_view.lo x_transparent_sample2_sb_view.lo x_sample_sb_view_lib.lo -rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/mlterm \
-module -avoid-version -L/usr/X11/lib -lX11
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libsample2.so -bundle .libs/x_sample2_sb_view.o .libs/x_transparent_sample2_sb_view.o .libs/x_sample_sb_view_lib.o -L/usr/X11/lib -lX11
dsymutil .libs/libsample2.so || :
ar cru .libs/libsample2.a x_sample2_sb_view.o x_transparent_sample2_sb_view.o x_sample_sb_view_lib.o
ranlib .libs/libsample2.a
creating libsample2.la
(cd .libs && rm -f libsample2.la && ln -s ../libsample2.la libsample2.la)
../../libtool --mode=compile gcc -I../../kiklib/include -I../../mkf/include -I/usr/X11/include -g -O2 -I../../mlterm -I../../xwindow -I/usr/local/include -c im_kbd.c
mkdir .libs
gcc -I../../kiklib/include -I../../mkf/include -I/usr/X11/include -g -O2 -I../../mlterm -I../../xwindow -I/usr/local/include -c im_kbd.c -fno-common -DPIC -o .libs/im_kbd.o
im_kbd.c:104:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x37" , /* ' */
^~~~~~~~~~
im_kbd.c:109:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x48" , /* , */
^~~~~~~~~~
im_kbd.c:111:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x32" , /* . */
^~~~~~~~~~
im_kbd.c:112:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x38" , /* / */
^~~~~~~~~~
im_kbd.c:113:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x60" , /* 0 */
^~~~~~~~~~
im_kbd.c:114:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x61" , /* 1 */
^~~~~~~~~~
im_kbd.c:115:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x62" , /* 2 */
^~~~~~~~~~
im_kbd.c:116:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x63" , /* 3 */
^~~~~~~~~~
im_kbd.c:117:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x64" , /* 4 */
^~~~~~~~~~
im_kbd.c:118:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x65" , /* 5 */
^~~~~~~~~~
im_kbd.c:119:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x66" , /* 6 */
^~~~~~~~~~
im_kbd.c:120:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x67" , /* 7 */
^~~~~~~~~~
im_kbd.c:121:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x68" , /* 8 */
^~~~~~~~~~
im_kbd.c:122:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x69" , /* 9 */
^~~~~~~~~~
im_kbd.c:124:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x43" , /* ; */
^~~~~~~~~~
im_kbd.c:125:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x2c" , /* < */
^~~~~~~~~~
im_kbd.c:127:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x2e" , /* > */
^~~~~~~~~~
im_kbd.c:128:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x1f" , /* ? */
^~~~~~~~~~
im_kbd.c:130:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x50" , /* A */
^~~~~~~~~~
im_kbd.c:131:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [5]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x44\x06\x22" , /* B */
^~~~~~~~~~~~~~~~~~
im_kbd.c:132:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x7b" , /* C */
^~~~~~~~~~
im_kbd.c:133:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x5b" , /* D */
^~~~~~~~~~
im_kbd.c:134:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x4f" , /* E */
^~~~~~~~~~
im_kbd.c:135:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x5d" , /* F */
^~~~~~~~~~
im_kbd.c:136:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [5]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x44\x06\x23" , /* G */
^~~~~~~~~~~~~~~~~~
im_kbd.c:137:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x23" , /* H */
^~~~~~~~~~
im_kbd.c:138:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\xf7" , /* I */
^~~~~~~~~~
im_kbd.c:139:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x40" , /* J */
^~~~~~~~~~
im_kbd.c:140:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x0c" , /* K */
^~~~~~~~~~
im_kbd.c:141:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x2f" , /* L */
^~~~~~~~~~
im_kbd.c:142:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x27" , /* M */
^~~~~~~~~~
im_kbd.c:143:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x22" , /* N */
^~~~~~~~~~
im_kbd.c:144:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\xd7" , /* O */
^~~~~~~~~~
im_kbd.c:145:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x1b" , /* P */
^~~~~~~~~~
im_kbd.c:146:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x4e" , /* Q */
^~~~~~~~~~
im_kbd.c:147:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x4c" , /* R */
^~~~~~~~~~
im_kbd.c:148:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x4d" , /* S */
^~~~~~~~~~
im_kbd.c:149:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [5]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x44\x06\x25" , /* T */
^~~~~~~~~~~~~~~~~~
im_kbd.c:150:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x60" , /* U */
^~~~~~~~~~
im_kbd.c:151:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x7d" , /* V */
^~~~~~~~~~
im_kbd.c:152:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x4b" , /* W */
^~~~~~~~~~
im_kbd.c:153:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x52" , /* X */
^~~~~~~~~~
im_kbd.c:154:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x25" , /* Y */
^~~~~~~~~~
im_kbd.c:155:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x7e" , /* Z */
^~~~~~~~~~
im_kbd.c:156:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x2c" , /* [ */
^~~~~~~~~~
im_kbd.c:158:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x2f" , /* ] */
^~~~~~~~~~
im_kbd.c:161:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x30" , /* ` */
^~~~~~~~~~
im_kbd.c:162:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x34" , /* a */
^~~~~~~~~~
im_kbd.c:163:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [5]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x44\x06\x27" , /* b */
^~~~~~~~~~~~~~~~~~
im_kbd.c:164:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x24" , /* c */
^~~~~~~~~~
im_kbd.c:165:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x4a" , /* d */
^~~~~~~~~~
im_kbd.c:166:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x2b" , /* e */
^~~~~~~~~~
im_kbd.c:167:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x28" , /* f */
^~~~~~~~~~
im_kbd.c:168:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x44" , /* g */
^~~~~~~~~~
im_kbd.c:169:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x27" , /* h */
^~~~~~~~~~
im_kbd.c:170:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x47" , /* i */
^~~~~~~~~~
im_kbd.c:171:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x2a" , /* j */
^~~~~~~~~~
im_kbd.c:172:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x46" , /* k */
^~~~~~~~~~
im_kbd.c:173:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x45" , /* l */
^~~~~~~~~~
im_kbd.c:174:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x29" , /* m */
^~~~~~~~~~
im_kbd.c:175:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x49" , /* n */
^~~~~~~~~~
im_kbd.c:176:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x2e" , /* o */
^~~~~~~~~~
im_kbd.c:177:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x2d" , /* p */
^~~~~~~~~~
im_kbd.c:178:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x36" , /* q */
^~~~~~~~~~
im_kbd.c:179:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x42" , /* r */
^~~~~~~~~~
im_kbd.c:180:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x33" , /* s */
^~~~~~~~~~
im_kbd.c:181:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x41" , /* t */
^~~~~~~~~~
im_kbd.c:182:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x39" , /* u */
^~~~~~~~~~
im_kbd.c:183:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x31" , /* v */
^~~~~~~~~~
im_kbd.c:184:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x35" , /* w */
^~~~~~~~~~
im_kbd.c:185:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x21" , /* x */
^~~~~~~~~~
im_kbd.c:186:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x3a" , /* y */
^~~~~~~~~~
im_kbd.c:187:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x26" , /* z */
^~~~~~~~~~
im_kbd.c:188:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x3c" , /* { */
^~~~~~~~~~
im_kbd.c:190:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x3e" , /* } */
^~~~~~~~~~
im_kbd.c:191:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x06\x51" , /* ~ */
^~~~~~~~~~
im_kbd.c:197:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x3b" , /* ' */
^~~~~~~~~~
im_kbd.c:202:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xea" , /* , */
^~~~~~~~~~
im_kbd.c:204:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xe5" , /* . */
^~~~~~~~~~
im_kbd.c:205:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x2e" , /* / */
^~~~~~~~~~
im_kbd.c:217:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xe3" , /* ; */
^~~~~~~~~~
im_kbd.c:254:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x3b" , /* ` */
^~~~~~~~~~
im_kbd.c:255:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xe9" , /* a */
^~~~~~~~~~
im_kbd.c:256:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xe0" , /* b */
^~~~~~~~~~
im_kbd.c:257:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xd1" , /* c */
^~~~~~~~~~
im_kbd.c:258:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xd2" , /* d */
^~~~~~~~~~
im_kbd.c:259:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xe7" , /* e */
^~~~~~~~~~
im_kbd.c:260:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xdb" , /* f */
^~~~~~~~~~
im_kbd.c:261:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xe2" , /* g */
^~~~~~~~~~
im_kbd.c:262:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xd9" , /* h */
^~~~~~~~~~
im_kbd.c:263:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xdf" , /* i */
^~~~~~~~~~
im_kbd.c:264:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xd7" , /* j */
^~~~~~~~~~
im_kbd.c:265:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xdc" , /* k */
^~~~~~~~~~
im_kbd.c:266:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xda" , /* l */
^~~~~~~~~~
im_kbd.c:267:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xe6" , /* m */
^~~~~~~~~~
im_kbd.c:268:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xde" , /* n */
^~~~~~~~~~
im_kbd.c:269:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xdd" , /* o */
^~~~~~~~~~
im_kbd.c:270:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xe4" , /* p */
^~~~~~~~~~
im_kbd.c:271:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x2f" , /* q */
^~~~~~~~~~
im_kbd.c:272:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xe8" , /* r */
^~~~~~~~~~
im_kbd.c:273:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xd3" , /* s */
^~~~~~~~~~
im_kbd.c:274:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xd0" , /* t */
^~~~~~~~~~
im_kbd.c:275:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xd5" , /* u */
^~~~~~~~~~
im_kbd.c:276:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xd4" , /* v */
^~~~~~~~~~
im_kbd.c:277:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x00\x27" , /* w */
^~~~~~~~~~
im_kbd.c:278:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xe1" , /* x */
^~~~~~~~~~
im_kbd.c:279:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xd8" , /* y */
^~~~~~~~~~
im_kbd.c:280:2: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [3]' converts between pointers to integer types with different sign [-Wpointer-sign]
"\x05\xd6" , /* z */
^~~~~~~~~~
im_kbd.c:402:21: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
len = 1 + strlen( c + 1) ;
^~~~~
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t strlen(const char *);
^
im_kbd.c:406:17: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
len = strlen( c) ;
^
/usr/include/string.h:82:28: note: passing argument to parameter here
size_t strlen(const char *);
^
im_kbd.c:602:12: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
kbd->type == KBD_TYPE_ARABIC ? "Arabic" : "Hebrew") ;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
im_kbd.c:607:12: warning: passing 'char [15]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"ISCII:inscript") ;
^~~~~~~~~~~~~~~~
im_kbd.c:612:12: warning: passing 'char [15]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
"ISCII:phonetic") ;
^~~~~~~~~~~~~~~~
113 warnings generated.
gcc -I../../kiklib/include -I../../mkf/include -I/usr/X11/include -g -O2 -I../../mlterm -I../../xwindow -I/usr/local/include -c im_kbd.c -o im_kbd.o >/dev/null 2>&1
../../libtool --mode=link gcc -o libim-kbd.la im_kbd.lo \
-rpath /Users/yoshikaw/local/stow/mlterm-3.3.4/lib/mlterm \
-module -avoid-version
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libim-kbd.so -bundle .libs/im_kbd.o
dsymutil .libs/libim-kbd.so || :
ar cru .libs/libim-kbd.a im_kbd.o
ranlib .libs/libim-kbd.a
creating libim-kbd.la
(cd .libs && rm -f libim-kbd.la && ln -s ../libim-kbd.la libim-kbd.la)
../../libtool --mode=compile gcc -I../../kiklib/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -c none.c
mkdir .libs
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -c none.c -fno-common -DPIC -o .libs/none.o
none.c:70:14: warning: implicit declaration of function 'kik_str_alloca_dup' is invalid in C99 [-Wimplicit-function-declaration]
new_path = kik_str_alloca_dup( argv[4]) ;
^
none.c:70:12: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
new_path = kik_str_alloca_dup( argv[4]) ;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -c none.c -o none.o >/dev/null 2>&1
../../libtool --mode=link gcc -I../../kiklib/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -o mlimgloader none.lo ../../kiklib/src/libkik.la -L/usr/local/lib -R/usr/local/lib
gcc -I../../kiklib/include -g -O2 -I/usr/local/include -DLIBEXECDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/libexec\" -DBINDIR=\"/Users/yoshikaw/local/stow/mlterm-3.3.4/bin\" -o .libs/mlimgloader .libs/none.o ../../kiklib/src/.libs/libkik.dylib -ldl -lutil -L/usr/local/lib
Undefined symbols for architecture x86_64:
"_kik_str_alloca_dup", referenced from:
_main in none.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [mlimgloader] Error 1
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment