Skip to content

Instantly share code, notes, and snippets.

@Cj-bc
Created January 23, 2019 15:10
Show Gist options
  • Save Cj-bc/c01cfb8ee38ff55c61b9aa504553e325 to your computer and use it in GitHub Desktop.
Save Cj-bc/c01cfb8ee38ff55c61b9aa504553e325 to your computer and use it in GitHub Desktop.
mlterm: 2019-01-24-00:00: ./configure --with-gui=quartz --prefix=<Prefix>; make clean; make;make install; cocoa/install.sh ...
<X_X>:mlterm-3.8.7$ ./cocoa/install.sh /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT
cp: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmlterm_core.dylib: No such file or directory
cp: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libctl_iscii.so: No such file or directory
cp: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libind_bengali.so: No such file or directory
cp: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libind_hindi.so: No such file or directory
cp: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libotl-quartz.so: No such file or directory
Update lib/libpobl.1.dylib
Update lib/libmef.2.dylib
Update lib/libmlterm_coreotl.dylib
Update lib/mlterm/libctl_bidi.so
Update lib/mlterm/libim-skk.so
Update lib/mlterm/libim-kbd.so
Update mlterm
Update mlconfig
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --with-gui=quartz --prefix=/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT
## --------- ##
## Platform. ##
## --------- ##
hostname = crystalslate.local
uname -m = x86_64
uname -r = 18.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 18.2.0: Thu Dec 20 20:46:53 PST 2018; root:xnu-4903.241.1~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 18.2.0: Thu Dec 20 20:46:53 PST 2018; root:xnu-4903.241.1~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 463 tasks, 2407 threads, 4 processors
Load average: 1.83, Mach factor: 2.15
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/cj-bc/.pyenv/shims
PATH: /Users/cj-bc/.pyenv/bin
PATH: /Users/cj-bc/.pyenv/shims
PATH: /Users/cj-bc/.pyenv/bin
PATH: /Users/cj-bc/.rbenv/shims
PATH: /Users/cj-bc/.pyenv/shims
PATH: /Users/cj-bc/.pyenv/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/X11/bin
PATH: /Users/cj-bc/.nodebrew/current/bin
PATH: /Users/cj-bc/.go/bin
PATH: /usr/local/opt/fzf/bin
PATH: /Users/cj-bc/.nodebrew/current/bin
PATH: /Users/cj-bc/.nodebrew/current/bin
PATH: /Users/cj-bc/.go/bin
PATH: /Users/cj-bc/.nodebrew/current/bin
PATH: /Users/cj-bc/.go/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2713: checking build system type
configure:2727: result: x86_64-apple-darwin18.2.0
configure:2747: checking host system type
configure:2760: result: x86_64-apple-darwin18.2.0
configure:2853: checking for pkg-config
configure:2869: found /usr/local/bin/pkg-config
configure:2880: result: pkg-config
configure:3048: checking for gcc
configure:3064: found /usr/bin/gcc
configure:3075: result: gcc
configure:3304: checking for C compiler version
configure:3313: gcc --version >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
configure:3324: $? = 0
configure:3313: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3324: $? = 0
configure:3313: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3324: $? = 1
configure:3313: gcc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:3324: $? = 1
configure:3344: checking whether the C compiler works
configure:3366: gcc conftest.c >&5
configure:3370: $? = 0
configure:3418: result: yes
configure:3421: checking for C compiler default output file name
configure:3423: result: a.out
configure:3429: checking for suffix of executables
configure:3436: gcc -o conftest conftest.c >&5
configure:3440: $? = 0
configure:3462: result:
configure:3484: checking whether we are cross compiling
configure:3492: gcc -o conftest conftest.c >&5
configure:3496: $? = 0
configure:3503: ./conftest
configure:3507: $? = 0
configure:3522: result: no
configure:3527: checking for suffix of object files
configure:3549: gcc -c conftest.c >&5
configure:3553: $? = 0
configure:3574: result: o
configure:3578: checking whether we are using the GNU C compiler
configure:3597: gcc -c conftest.c >&5
configure:3597: $? = 0
configure:3606: result: yes
configure:3615: checking whether gcc accepts -g
configure:3635: gcc -c -g conftest.c >&5
configure:3635: $? = 0
configure:3676: result: yes
configure:3693: checking for gcc option to accept ISO C89
configure:3756: gcc -c -g -O2 conftest.c >&5
configure:3756: $? = 0
configure:3769: result: none needed
configure:3797: checking whether gcc understands -c and -o together
configure:3819: gcc -c conftest.c -o conftest2.o
configure:3822: $? = 0
configure:3819: gcc -c conftest.c -o conftest2.o
configure:3822: $? = 0
configure:3834: result: yes
configure:3910: checking for g++
configure:3926: found /usr/bin/g++
configure:3937: result: g++
configure:3964: checking for C++ compiler version
configure:3973: g++ --version >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
configure:3984: $? = 0
configure:3973: g++ -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3984: $? = 0
configure:3973: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3984: $? = 1
configure:3973: g++ -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:3984: $? = 1
configure:3988: checking whether we are using the GNU C++ compiler
configure:4007: g++ -c conftest.cpp >&5
configure:4007: $? = 0
configure:4016: result: yes
configure:4025: checking whether g++ accepts -g
configure:4045: g++ -c -g conftest.cpp >&5
configure:4045: $? = 0
configure:4086: result: yes
configure:4123: checking for a BSD-compatible install
configure:4191: result: /usr/local/bin/ginstall -c
configure:4204: checking for inline
configure:4220: gcc -c -g -O2 conftest.c >&5
configure:4220: $? = 0
configure:4228: result: inline
configure:4609: checking how to print strings
configure:4636: result: printf
configure:4657: checking for a sed that does not truncate output
configure:4721: result: /usr/bin/sed
configure:4739: checking for grep that handles long lines and -e
configure:4797: result: /usr/bin/grep
configure:4802: checking for egrep
configure:4864: result: /usr/bin/grep -E
configure:4869: checking for fgrep
configure:4931: result: /usr/bin/grep -F
configure:4966: checking for ld used by gcc
configure:5033: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:5040: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:5055: result: no
configure:5067: checking for BSD- or MS-compatible name lister (nm)
configure:5121: result: /usr/bin/nm -B
configure:5251: checking the name lister (/usr/bin/nm -B) interface
configure:5258: gcc -c -g -O2 conftest.c >&5
configure:5261: /usr/bin/nm -B "conftest.o"
configure:5264: output
00000000000001d8 S _some_variable
configure:5271: result: BSD nm
configure:5274: checking whether ln -s works
configure:5278: result: yes
configure:5286: checking the maximum length of command line arguments
configure:5417: result: 196608
configure:5465: checking how to convert x86_64-apple-darwin18.2.0 file names to x86_64-apple-darwin18.2.0 format
configure:5505: result: func_convert_file_noop
configure:5512: checking how to convert x86_64-apple-darwin18.2.0 file names to toolchain format
configure:5532: result: func_convert_file_noop
configure:5539: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:5546: result: -r
configure:5620: checking for objdump
configure:5647: result: objdump
configure:5676: checking how to recognize dependent libraries
configure:5876: result: pass_all
configure:5961: checking for dlltool
configure:5988: result: dlltool
configure:6018: checking how to associate runtime and link libraries
configure:6045: result: printf %s\n
configure:6105: checking for ar
configure:6121: found /usr/bin/ar
configure:6132: result: ar
configure:6169: checking for archiver @FILE support
configure:6186: gcc -c -g -O2 conftest.c >&5
configure:6186: $? = 0
configure:6189: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:6192: $? = 1
configure:6212: result: no
configure:6270: checking for strip
configure:6286: found /usr/bin/strip
configure:6297: result: strip
configure:6369: checking for ranlib
configure:6385: found /usr/bin/ranlib
configure:6396: result: ranlib
configure:6473: checking for gawk
configure:6489: found /usr/local/bin/gawk
configure:6500: result: gawk
configure:6540: checking command to parse /usr/bin/nm -B output from gcc object
configure:6693: gcc -c -g -O2 conftest.c >&5
configure:6696: $? = 0
configure:6700: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6703: $? = 0
cannot find nm_test_var in conftest.nm
configure:6693: gcc -c -g -O2 conftest.c >&5
configure:6696: $? = 0
configure:6700: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6703: $? = 0
configure:6769: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:6772: $? = 0
configure:6810: result: ok
configure:6857: checking for sysroot
configure:6887: result: no
configure:6894: checking for a working dd
configure:6932: result: /bin/dd
configure:6936: checking how to truncate binary pipes
configure:6951: result: /bin/dd bs=4096 count=1
configure:7280: checking for mt
configure:7310: result: no
configure:7330: checking if : is a manifest tool
configure:7336: : '-?'
configure:7344: result: no
configure:7400: checking for dsymutil
configure:7416: found /usr/bin/dsymutil
configure:7427: result: dsymutil
configure:7492: checking for nmedit
configure:7508: found /usr/bin/nmedit
configure:7519: result: nmedit
configure:7584: checking for lipo
configure:7600: found /usr/bin/lipo
configure:7611: result: lipo
configure:7676: checking for otool
configure:7692: found /usr/bin/otool
configure:7703: result: otool
configure:7768: checking for otool64
configure:7798: result: no
configure:7843: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7876: result: yes
configure:7879: checking for -exported_symbols_list linker flag
configure:7899: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7899: $? = 0
configure:7909: result: yes
configure:7912: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7944: result: yes
configure:8021: checking how to run the C preprocessor
configure:8052: gcc -E conftest.c
configure:8052: $? = 0
configure:8066: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:8066: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8091: result: gcc -E
configure:8111: gcc -E conftest.c
configure:8111: $? = 0
configure:8125: gcc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:8125: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8154: checking for ANSI C header files
configure:8174: gcc -c -g -O2 conftest.c >&5
configure:8174: $? = 0
configure:8247: gcc -o conftest -g -O2 conftest.c >&5
configure:8247: $? = 0
configure:8247: ./conftest
configure:8247: $? = 0
configure:8258: result: yes
configure:8271: checking for sys/types.h
configure:8271: gcc -c -g -O2 conftest.c >&5
configure:8271: $? = 0
configure:8271: result: yes
configure:8271: checking for sys/stat.h
configure:8271: gcc -c -g -O2 conftest.c >&5
configure:8271: $? = 0
configure:8271: result: yes
configure:8271: checking for stdlib.h
configure:8271: gcc -c -g -O2 conftest.c >&5
configure:8271: $? = 0
configure:8271: result: yes
configure:8271: checking for string.h
configure:8271: gcc -c -g -O2 conftest.c >&5
configure:8271: $? = 0
configure:8271: result: yes
configure:8271: checking for memory.h
configure:8271: gcc -c -g -O2 conftest.c >&5
configure:8271: $? = 0
configure:8271: result: yes
configure:8271: checking for strings.h
configure:8271: gcc -c -g -O2 conftest.c >&5
configure:8271: $? = 0
configure:8271: result: yes
configure:8271: checking for inttypes.h
configure:8271: gcc -c -g -O2 conftest.c >&5
configure:8271: $? = 0
configure:8271: result: yes
configure:8271: checking for stdint.h
configure:8271: gcc -c -g -O2 conftest.c >&5
configure:8271: $? = 0
configure:8271: result: yes
configure:8271: checking for unistd.h
configure:8271: gcc -c -g -O2 conftest.c >&5
configure:8271: $? = 0
configure:8271: result: yes
configure:8285: checking for dlfcn.h
configure:8285: gcc -c -g -O2 conftest.c >&5
configure:8285: $? = 0
configure:8285: result: yes
configure:8548: checking for objdir
configure:8563: result: .libs
configure:8823: checking if gcc supports -fno-rtti -fno-exceptions
configure:8841: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:8845: $? = 0
configure:8858: result: yes
configure:9216: checking for gcc option to produce PIC
configure:9223: result: -fno-common -DPIC
configure:9231: checking if gcc PIC flag -fno-common -DPIC works
configure:9249: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:9253: $? = 0
configure:9266: result: yes
configure:9295: checking if gcc static flag -static works
configure:9323: result: no
configure:9338: checking if gcc supports -c -o file.o
configure:9359: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9363: $? = 0
configure:9385: result: yes
configure:9393: checking if gcc supports -c -o file.o
configure:9440: result: yes
configure:9473: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:10732: result: yes
configure:10972: checking dynamic linker characteristics
configure:11790: result: darwin18.2.0 dyld
configure:11912: checking how to hardcode library paths into programs
configure:11937: result: immediate
configure:11982: checking for dlopen in -ldl
configure:12007: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12007: $? = 0
configure:12016: result: yes
configure:12239: checking whether a program can dlopen itself
configure:12319: gcc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:12322: $? = 0
configure:12340: result: yes
configure:12345: checking whether a statically linked program can dlopen itself
configure:12425: gcc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:12428: $? = 0
configure:12446: result: yes
configure:12485: checking whether stripping libraries is possible
configure:12499: result: yes
configure:12525: checking if libtool supports shared libraries
configure:12527: result: yes
configure:12530: checking whether to build shared libraries
configure:12555: result: yes
configure:12558: checking whether to build static libraries
configure:12562: result: yes
configure:12585: checking how to run the C++ preprocessor
configure:12612: g++ -E conftest.cpp
configure:12612: $? = 0
configure:12626: g++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:12626: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12651: result: g++ -E
configure:12671: g++ -E conftest.cpp
configure:12671: $? = 0
configure:12685: g++ -E conftest.cpp
conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:12685: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:12847: checking for ld used by g++
configure:12914: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:12921: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:12936: result: no
configure:12991: checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:14064: result: yes
configure:14100: g++ -c -g -O2 conftest.cpp >&5
configure:14103: $? = 0
configure:14584: checking for g++ option to produce PIC
configure:14591: result: -fno-common -DPIC
configure:14599: checking if g++ PIC flag -fno-common -DPIC works
configure:14617: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:14621: $? = 0
configure:14634: result: yes
configure:14657: checking if g++ static flag -static works
configure:14685: result: no
configure:14697: checking if g++ supports -c -o file.o
configure:14718: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14722: $? = 0
configure:14744: result: yes
configure:14749: checking if g++ supports -c -o file.o
configure:14796: result: yes
configure:14826: checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:14866: result: yes
configure:15007: checking dynamic linker characteristics
configure:15752: result: darwin18.2.0 dyld
configure:15817: checking how to hardcode library paths into programs
configure:15842: result: immediate
configure:15907: checking for connect in -lsocket
configure:15932: gcc -o conftest -g -O2 conftest.c -lsocket >&5
ld: library not found for -lsocket
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:15932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char connect ();
| int
| main ()
| {
| return connect ();
| ;
| return 0;
| }
configure:15941: result: no
configure:15949: checking for X
configure:16057: gcc -E conftest.c
conftest.c:21:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
^~~~~~~~~~~~
1 error generated.
configure:16057: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <X11/Xlib.h>
configure:16088: gcc -o conftest -g -O2 conftest.c -lX11 >&5
conftest.c:21:10: fatal error: 'X11/Xlib.h' file not found
#include <X11/Xlib.h>
^~~~~~~~~~~~
1 error generated.
configure:16088: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <X11/Xlib.h>
| int
| main ()
| {
| XrmInitialize ()
| ;
| return 0;
| }
configure:16138: result: libraries /usr/X11/lib, headers /usr/X11/include
configure:16158: checking whether -R must be followed by a space
configure:16174: gcc -o conftest -g -O2 conftest.c -R/usr/X11/lib >&5
warning: unknown remark option '-R/usr/X11/lib' [-Wunknown-warning-option]
1 warning generated.
configure:16174: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:16191: gcc -o conftest -g -O2 conftest.c -R /usr/X11/lib >&5
warning: unknown remark option '-R' [-Wunknown-warning-option]
1 warning generated.
ld: can't map file, errno=22 file '/usr/X11/lib' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16191: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:16196: result: neither works
configure:16237: gcc -o conftest -g -O2 conftest.c -L/usr/X11/lib -lX11 >&5
configure:16237: $? = 0
configure:16335: checking for gethostbyname
configure:16335: gcc -o conftest -g -O2 conftest.c >&5
configure:16335: $? = 0
configure:16335: result: yes
configure:16432: checking for connect
configure:16432: gcc -o conftest -g -O2 conftest.c >&5
configure:16432: $? = 0
configure:16432: result: yes
configure:16481: checking for remove
configure:16481: gcc -o conftest -g -O2 conftest.c >&5
configure:16481: $? = 0
configure:16481: result: yes
configure:16530: checking for shmat
configure:16530: gcc -o conftest -g -O2 conftest.c >&5
configure:16530: $? = 0
configure:16530: result: yes
configure:16588: checking for IceConnectionNumber in -lICE
configure:16613: gcc -o conftest -g -O2 -L/usr/X11/lib conftest.c -lICE >&5
configure:16613: $? = 0
configure:16622: result: yes
configure:16933: checking for pkg-config
configure:16951: found /usr/local/bin/pkg-config
configure:16963: result: /usr/local/bin/pkg-config
configure:16988: checking pkg-config is at least version 0.9.0
configure:16991: result: yes
configure:17001: checking for GTK
configure:17008: $PKG_CONFIG --exists --print-errors "gtk+-$gtk_version"
configure:17011: $? = 0
configure:17025: $PKG_CONFIG --exists --print-errors "gtk+-$gtk_version"
configure:17028: $? = 0
configure:17066: result: yes
configure:17154: checking for GDK_PIXBUF
configure:17161: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0"
configure:17164: $? = 0
configure:17178: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0"
configure:17181: $? = 0
configure:17219: result: yes
configure:17225: $PKG_CONFIG --exists --print-errors "gdk-pixbuf-2.0 >= 2.14"
configure:17228: $? = 0
configure:17232: checking for GIO
configure:17239: $PKG_CONFIG --exists --print-errors "gio-2.0"
configure:17242: $? = 0
configure:17256: $PKG_CONFIG --exists --print-errors "gio-2.0"
configure:17259: $? = 0
configure:17317: result: yes
configure:17327: checking for gdk-pixbuf-config
configure:17357: result: no
configure:17530: checking for FT
configure:17537: $PKG_CONFIG --exists --print-errors "freetype2"
configure:17540: $? = 0
configure:17554: $PKG_CONFIG --exists --print-errors "freetype2"
configure:17557: $? = 0
configure:17595: result: yes
configure:17719: checking for pow in -lm
configure:17744: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:28:6: warning: incompatible redeclaration of library function 'pow' [-Wincompatible-library-redeclaration]
char pow ();
^
conftest.c:28:6: note: 'pow' is a builtin with type 'double (double, double)'
1 warning generated.
configure:17744: $? = 0
configure:17753: result: yes
configure:18063: checking regex.h usability
configure:18063: gcc -c -g -O2 conftest.c >&5
configure:18063: $? = 0
configure:18063: result: yes
configure:18063: checking regex.h presence
configure:18063: gcc -E conftest.c
configure:18063: $? = 0
configure:18063: result: yes
configure:18063: checking for regex.h
configure:18063: result: yes
configure:18104: checking for FRIBIDI
configure:18111: $PKG_CONFIG --exists --print-errors "fribidi"
configure:18114: $? = 0
configure:18128: $PKG_CONFIG --exists --print-errors "fribidi"
configure:18131: $? = 0
configure:18169: result: yes
configure:18754: checking for HB
configure:18761: $PKG_CONFIG --exists --print-errors "harfbuzz"
configure:18764: $? = 0
configure:18778: $PKG_CONFIG --exists --print-errors "harfbuzz"
configure:18781: $? = 0
configure:18819: result: yes
configure:18829: checking hb-coretext.h usability
configure:18829: gcc -c -g -O2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include conftest.c >&5
configure:18829: $? = 0
configure:18829: result: yes
configure:18829: checking hb-coretext.h presence
configure:18829: gcc -E -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include conftest.c
configure:18829: $? = 0
configure:18829: result: yes
configure:18829: checking for hb-coretext.h
configure:18829: result: yes
configure:18977: checking for SSH2
configure:18984: $PKG_CONFIG --exists --print-errors "libssh2"
Package libssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libssl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libssl', required by 'libssh2', not found
configure:18987: $? = 1
configure:19001: $PKG_CONFIG --exists --print-errors "libssh2"
Package libssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `libssl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libssl', required by 'libssh2', not found
configure:19004: $? = 1
configure:19018: result: no
Package 'libssl', required by 'libssh2', not found
configure:19158: checking for VTE
configure:19165: $PKG_CONFIG --exists --print-errors "vte-2.91"
Package vte-2.91 was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte-2.91.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte-2.91' found
configure:19168: $? = 1
configure:19182: $PKG_CONFIG --exists --print-errors "vte-2.91"
Package vte-2.91 was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte-2.91.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte-2.91' found
configure:19185: $? = 1
configure:19199: result: no
No package 'vte-2.91' found
configure:19232: checking for VTE
configure:19239: $PKG_CONFIG --exists --print-errors "vte-2.90"
Package vte-2.90 was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte-2.90.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte-2.90' found
configure:19242: $? = 1
configure:19256: $PKG_CONFIG --exists --print-errors "vte-2.90"
Package vte-2.90 was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte-2.90.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte-2.90' found
configure:19259: $? = 1
configure:19273: result: no
No package 'vte-2.90' found
configure:19421: checking whether build environment is sane
configure:19476: result: yes
configure:19624: checking for a thread-safe mkdir -p
configure:19663: result: /usr/local/bin/gmkdir -p
configure:19666: checking whether make sets $(MAKE)
configure:19688: result: yes
configure:19718: checking for style of include used by make
configure:19746: result: GNU
configure:19780: checking whether make supports nested variables
configure:19797: result: yes
configure:19883: checking dependency style of gcc
configure:19994: result: none
configure:20011: checking dependency style of g++
configure:20122: result: none
configure:20188: checking locale.h usability
configure:20188: gcc -c -g -O2 conftest.c >&5
configure:20188: $? = 0
configure:20188: result: yes
configure:20188: checking locale.h presence
configure:20188: gcc -E conftest.c
configure:20188: $? = 0
configure:20188: result: yes
configure:20188: checking for locale.h
configure:20188: result: yes
configure:20199: checking for LC_MESSAGES
configure:20215: gcc -o conftest -g -O2 conftest.c >&5
configure:20215: $? = 0
configure:20223: result: yes
configure:20241: checking for CFPreferencesCopyAppValue
configure:20259: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:29:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
CFPreferencesCopyAppValue(NULL, NULL)
~~~~ ^
conftest.c:29:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
CFPreferencesCopyAppValue(NULL, NULL)
~~~~^
2 warnings generated.
configure:20259: $? = 0
configure:20268: result: yes
configure:20275: checking for CFLocaleCopyCurrent
configure:20293: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
configure:20293: $? = 0
configure:20302: result: yes
configure:20316: checking libintl.h usability
configure:20316: gcc -c -g -O2 conftest.c >&5
conftest.c:60:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^~~~~~~~~~~
1 error generated.
configure:20316: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "mlterm"
| #define VERSION "3.8.7"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libintl.h>
configure:20316: result: no
configure:20316: checking libintl.h presence
configure:20316: gcc -E conftest.c
conftest.c:27:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^~~~~~~~~~~
1 error generated.
configure:20316: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "mlterm"
| #define VERSION "3.8.7"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
| #include <libintl.h>
configure:20316: result: no
configure:20316: checking for libintl.h
configure:20316: result: no
configure:21120: checking for SDL
configure:21127: $PKG_CONFIG --exists --print-errors "sdl2"
configure:21130: $? = 0
configure:21144: $PKG_CONFIG --exists --print-errors "sdl2"
configure:21147: $? = 0
configure:21185: result: yes
configure:21267: checking for SDLTTF
configure:21274: $PKG_CONFIG --exists --print-errors "SDL2_ttf"
Package SDL2_ttf was not found in the pkg-config search path.
Perhaps you should add the directory containing `SDL2_ttf.pc'
to the PKG_CONFIG_PATH environment variable
No package 'SDL2_ttf' found
configure:21277: $? = 1
configure:21291: $PKG_CONFIG --exists --print-errors "SDL2_ttf"
Package SDL2_ttf was not found in the pkg-config search path.
Perhaps you should add the directory containing `SDL2_ttf.pc'
to the PKG_CONFIG_PATH environment variable
No package 'SDL2_ttf' found
configure:21294: $? = 1
configure:21308: result: no
No package 'SDL2_ttf' found
configure:21605: checking for IIIMCF
configure:21612: $PKG_CONFIG --exists --print-errors "iiimf-lib-client"
Package iiimf-lib-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `iiimf-lib-client.pc'
to the PKG_CONFIG_PATH environment variable
No package 'iiimf-lib-client' found
configure:21615: $? = 1
configure:21629: $PKG_CONFIG --exists --print-errors "iiimf-lib-client"
Package iiimf-lib-client was not found in the pkg-config search path.
Perhaps you should add the directory containing `iiimf-lib-client.pc'
to the PKG_CONFIG_PATH environment variable
No package 'iiimf-lib-client' found
configure:21632: $? = 1
configure:21646: result: no
No package 'iiimf-lib-client' found
configure:21723: checking for iiimcf_create_context in -liiimcf
configure:21748: gcc -o conftest -g -O2 conftest.c -liiimcf >&5
ld: library not found for -liiimcf
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:21748: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "mlterm"
| #define VERSION "3.8.7"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char iiimcf_create_context ();
| int
| main ()
| {
| return iiimcf_create_context ();
| ;
| return 0;
| }
configure:21757: result: no
configure:22376: checking canna/jrkanji.h usability
configure:22376: gcc -c -g -O2 conftest.c >&5
conftest.c:60:10: fatal error: 'canna/jrkanji.h' file not found
#include <canna/jrkanji.h>
^~~~~~~~~~~~~~~~~
1 error generated.
configure:22376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "mlterm"
| #define VERSION "3.8.7"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <canna/jrkanji.h>
configure:22376: result: no
configure:22376: checking canna/jrkanji.h presence
configure:22376: gcc -E conftest.c
conftest.c:27:10: fatal error: 'canna/jrkanji.h' file not found
#include <canna/jrkanji.h>
^~~~~~~~~~~~~~~~~
1 error generated.
configure:22376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "mlterm"
| #define VERSION "3.8.7"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
| #include <canna/jrkanji.h>
configure:22376: result: no
configure:22376: checking for canna/jrkanji.h
configure:22376: result: no
configure:22411: checking wnn/jllib.h usability
configure:22411: gcc -c -g -O2 conftest.c >&5
conftest.c:60:10: fatal error: 'wnn/jllib.h' file not found
#include <wnn/jllib.h>
^~~~~~~~~~~~~
1 error generated.
configure:22411: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "mlterm"
| #define VERSION "3.8.7"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <wnn/jllib.h>
configure:22411: result: no
configure:22411: checking wnn/jllib.h presence
configure:22411: gcc -E conftest.c
conftest.c:27:10: fatal error: 'wnn/jllib.h' file not found
#include <wnn/jllib.h>
^~~~~~~~~~~~~
1 error generated.
configure:22411: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "mlterm"
| #define VERSION "3.8.7"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
| #include <wnn/jllib.h>
configure:22411: result: no
configure:22411: checking for wnn/jllib.h
configure:22411: result: no
configure:22564: checking for undefined symbol
configure:22571: result: supported
configure:22608: checking for gettext in -lintl
configure:22633: gcc -o conftest -g -O2 conftest.c -lintl >&5
ld: library not found for -lintl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:22633: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "mlterm"
| #define VERSION "3.8.7"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gettext ();
| int
| main ()
| {
| return gettext ();
| ;
| return 0;
| }
configure:22642: result: no
configure:22852: checking that generated files are newer than configure
configure:22858: result: done
configure:22885: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on crystalslate.local
config.status:1319: creating Makefile
config.status:1319: creating vtemu/Makefile
config.status:1319: creating vtemu/libctl/Makefile
config.status:1319: creating uitoolkit/libtype/Makefile
config.status:1427: WARNING: 'uitoolkit/libtype/Makefile.in' seems to ignore the --datarootdir setting
config.status:1319: creating uitoolkit/Makefile
config.status:1427: WARNING: 'uitoolkit/Makefile.in' seems to ignore the --datarootdir setting
config.status:1319: creating main/Makefile
config.status:1427: WARNING: 'main/Makefile.in' seems to ignore the --datarootdir setting
config.status:1319: creating man/Makefile
config.status:1427: WARNING: 'man/Makefile.in' seems to ignore the --datarootdir setting
config.status:1319: creating etc/Makefile
config.status:1319: creating java/Makefile
config.status:1319: creating libvterm/Makefile
config.status:1319: creating main/version.h
config.status:1319: creating inputmethod/skk/Makefile
config.status:1319: creating inputmethod/kbd/Makefile
config.status:1319: creating tool/registobmp/Makefile
config.status:1319: creating contrib/tool/mlterm-menu/Makefile
config.status:1427: WARNING: 'contrib/tool/mlterm-menu/Makefile.in' seems to ignore the --datarootdir setting
config.status:1319: creating contrib/tool/mlcc/Makefile
config.status:1427: WARNING: 'contrib/tool/mlcc/Makefile.in' seems to ignore the --datarootdir setting
config.status:1319: creating tool/mlconfig/Makefile
config.status:1427: WARNING: 'tool/mlconfig/Makefile.in' seems to ignore the --datarootdir setting
config.status:1319: creating tool/mlconfig/po/Makefile.in
config.status:1427: WARNING: 'tool/mlconfig/po/Makefile.in.in' seems to ignore the --datarootdir setting
config.status:1319: creating tool/mlclient/Makefile
config.status:1319: creating uitoolkit/libotl/Makefile
config.status:1427: WARNING: 'uitoolkit/libotl/Makefile.in' seems to ignore the --datarootdir setting
config.status:1319: creating common/c_config.h
config.status:1500: common/c_config.h is unchanged
config.status:1548: executing libtool commands
config.status:1548: executing depfiles commands
config.status:1548: executing default-1 commands
configure:25369: === configuring in baselib (/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/baselib)
configure:25432: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT' '--with-gui=subdir' '--without-funcs-mlterm-unuse' '--disable-ind' '--disable-fribidi' '--without-tools' --cache-file=/dev/null --srcdir=.
configure:25369: === configuring in encodefilter (/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/encodefilter)
configure:25432: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT' '--with-gui=subdir' '--without-funcs-mlterm-unuse' '--disable-ind' '--disable-fribidi' '--without-tools' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin18.2.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FCITX_CFLAGS_set=
ac_cv_env_FCITX_CFLAGS_value=
ac_cv_env_FCITX_LIBS_set=
ac_cv_env_FCITX_LIBS_value=
ac_cv_env_FONTCONFIG_CFLAGS_set=
ac_cv_env_FONTCONFIG_CFLAGS_value=
ac_cv_env_FONTCONFIG_LIBS_set=
ac_cv_env_FONTCONFIG_LIBS_value=
ac_cv_env_FRIBIDI_CFLAGS_set=
ac_cv_env_FRIBIDI_CFLAGS_value=
ac_cv_env_FRIBIDI_LIBS_set=
ac_cv_env_FRIBIDI_LIBS_value=
ac_cv_env_FT_CFLAGS_set=
ac_cv_env_FT_CFLAGS_value=
ac_cv_env_FT_LIBS_set=
ac_cv_env_FT_LIBS_value=
ac_cv_env_GDK_PIXBUF_CFLAGS_set=
ac_cv_env_GDK_PIXBUF_CFLAGS_value=
ac_cv_env_GDK_PIXBUF_LIBS_set=
ac_cv_env_GDK_PIXBUF_LIBS_value=
ac_cv_env_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_LIBS_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_HB_CFLAGS_set=
ac_cv_env_HB_CFLAGS_value=
ac_cv_env_HB_LIBS_set=
ac_cv_env_HB_LIBS_value=
ac_cv_env_IBUS_CFLAGS_set=
ac_cv_env_IBUS_CFLAGS_value=
ac_cv_env_IBUS_LIBS_set=
ac_cv_env_IBUS_LIBS_value=
ac_cv_env_IIIMCF_CFLAGS_set=
ac_cv_env_IIIMCF_CFLAGS_value=
ac_cv_env_IIIMCF_LIBS_set=
ac_cv_env_IIIMCF_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_M17NLIB_CFLAGS_set=
ac_cv_env_M17NLIB_CFLAGS_value=
ac_cv_env_M17NLIB_LIBS_set=
ac_cv_env_M17NLIB_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SCIM_CFLAGS_set=
ac_cv_env_SCIM_CFLAGS_value=
ac_cv_env_SCIM_LIBS_set=
ac_cv_env_SCIM_LIBS_value=
ac_cv_env_SDL2_CFLAGS_set=
ac_cv_env_SDL2_CFLAGS_value=
ac_cv_env_SDL2_LIBS_set=
ac_cv_env_SDL2_LIBS_value=
ac_cv_env_SDLTTF_CFLAGS_set=
ac_cv_env_SDLTTF_CFLAGS_value=
ac_cv_env_SDLTTF_LIBS_set=
ac_cv_env_SDLTTF_LIBS_value=
ac_cv_env_SDL_CFLAGS_set=
ac_cv_env_SDL_CFLAGS_value=
ac_cv_env_SDL_LIBS_set=
ac_cv_env_SDL_LIBS_value=
ac_cv_env_SSH2_CFLAGS_set=
ac_cv_env_SSH2_CFLAGS_value=
ac_cv_env_SSH2_LIBS_set=
ac_cv_env_SSH2_LIBS_value=
ac_cv_env_UIM_CFLAGS_set=
ac_cv_env_UIM_CFLAGS_value=
ac_cv_env_UIM_LIBS_set=
ac_cv_env_UIM_LIBS_value=
ac_cv_env_VTE_CFLAGS_set=
ac_cv_env_VTE_CFLAGS_value=
ac_cv_env_VTE_LIBS_set=
ac_cv_env_VTE_LIBS_value=
ac_cv_env_XFT_CFLAGS_set=
ac_cv_env_XFT_CFLAGS_value=
ac_cv_env_XFT_LIBS_set=
ac_cv_env_XFT_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes ac_x_includes='\''/usr/X11/include'\'' ac_x_libraries='\''/usr/X11/lib'\'''
ac_cv_header_canna_jrkanji_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_hb_coretext_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=no
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wnn_jllib_h=no
ac_cv_host=x86_64-apple-darwin18.2.0
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_iiimcf_iiimcf_create_context=no
ac_cv_lib_intl_gettext=no
ac_cv_lib_m_pow=yes
ac_cv_lib_socket_connect=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/local/bin/ginstall -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/usr/local/bin/gmkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_PKG_CONFIG=pkg-config
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_val_LC_MESSAGES=yes
gt_cv_func_CFLocaleCopyCurrent=yes
gt_cv_func_CFPreferencesCopyAppValue=yes
gt_cv_have_gettext=no
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
ml_cv_is_posix=yes
ml_cv_lib_path='/lib/*'
pkg_cv_FRIBIDI_CFLAGS=-I/usr/local/Cellar/fribidi/1.0.5/include/fribidi
pkg_cv_FRIBIDI_LIBS='-L/usr/local/Cellar/fribidi/1.0.5/lib -lfribidi'
pkg_cv_FT_CFLAGS=-I/usr/local/opt/freetype/include/freetype2
pkg_cv_FT_LIBS='-L/usr/local/opt/freetype/lib -lfreetype'
pkg_cv_GDK_PIXBUF_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include'
pkg_cv_GDK_PIXBUF_LIBS='-L/usr/local/Cellar/gdk-pixbuf/2.38.0/lib -L/usr/local/Cellar/glib/2.58.2/lib -L/usr/local/opt/gettext/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
pkg_cv_GIO_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include'
pkg_cv_GIO_LIBS='-L/usr/local/Cellar/glib/2.58.2/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
pkg_cv_GTK_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include'
pkg_cv_GTK_LIBS='-L/usr/local/Cellar/gtk+3/3.24.3/lib -L/usr/local/Cellar/pango/1.42.4_1/lib -L/usr/local/Cellar/atk/2.30.0/lib -L/usr/local/Cellar/cairo/1.16.0/lib -L/usr/local/Cellar/gdk-pixbuf/2.38.0/lib -L/usr/local/Cellar/glib/2.58.2/lib -L/usr/local/opt/gettext/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
pkg_cv_HB_CFLAGS='-I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include'
pkg_cv_HB_LIBS='-L/usr/local/Cellar/harfbuzz/2.3.0/lib -lharfbuzz'
pkg_cv_SDL_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/SDL2'
pkg_cv_SDL_LIBS='-L/usr/local/lib -lSDL2'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/script/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/script/missing autoconf'
AUTOHEADER='${SHELL} /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/script/missing autoheader'
AUTOMAKE='${SHELL} /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/script/missing automake-1.15'
AWK='gawk'
BRLAPI_CFLAGS=''
BRLAPI_LIBS=''
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CANNA_CFLAGS=''
CANNA_LIBS=''
CATALOGS=''
CATOBJEXT='NONE'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CHANGE_DATE='2018-10-27'
COCOAOBJ='cocoa.o'
COCOA_LIBS='-framework Foundation -framework Cocoa'
CPP='gcc -E'
CPPFLAGS=''
CTL_CFLAGS=''
CTL_LIBS='libctl_bidi.la '
CTL_LIBS_FOR_PROG=''
CTL_LIBS_FOR_VTE=''
CTL_LOADER_OBJ='vt_ctl_loader.o'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATHW='echo'
CYGPATH_W='echo'
DATADIRNAME=''
DEB_CFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEXPORT=''
DLLTOOL='dlltool'
DL_LIBS_IM=''
DL_LIBS_SB=''
DL_SELF=''
DND_CFLAGS=''
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EMOJI_CFLAGS=''
EMOJI_LIBS=''
EXEEXT=''
FCITX_CFLAGS=''
FCITX_LIBS=''
FGREP='/usr/bin/grep -F'
FONTCONFIG_CFLAGS=''
FONTCONFIG_LIBS=''
FRIBIDI_CFLAGS='-I/usr/local/Cellar/fribidi/1.0.5/include/fribidi'
FRIBIDI_LIBS='-L/usr/local/Cellar/fribidi/1.0.5/lib -lfribidi'
FT_CFLAGS='-I/usr/local/opt/freetype/include/freetype2'
FT_LIBS='-L/usr/local/opt/freetype/lib -lfreetype'
GDK_PIXBUF_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -D_REENTRANT -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include'
GDK_PIXBUF_LIBS='-L/usr/local/Cellar/gdk-pixbuf/2.38.0/lib -L/usr/local/Cellar/glib/2.58.2/lib -L/usr/local/opt/gettext/lib -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -L/usr/local/Cellar/glib/2.58.2/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
GIO_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include'
GIO_LIBS='-L/usr/local/Cellar/glib/2.58.2/lib -L/usr/local/opt/gettext/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
GMOFILES=''
GMSGFMT=''
GREP='/usr/bin/grep'
GTK_CFLAGS='-D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include'
GTK_LIBS='-L/usr/local/Cellar/gtk+3/3.24.3/lib -L/usr/local/Cellar/pango/1.42.4_1/lib -L/usr/local/Cellar/atk/2.30.0/lib -L/usr/local/Cellar/cairo/1.16.0/lib -L/usr/local/Cellar/gdk-pixbuf/2.38.0/lib -L/usr/local/Cellar/glib/2.58.2/lib -L/usr/local/opt/gettext/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation'
GUI='quartz'
GUI_CFLAGS='-DUSE_QUARTZ'
HB_CFLAGS='-I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include'
HB_LIBS='-L/usr/local/Cellar/harfbuzz/2.3.0/lib -lharfbuzz'
IBUS_CFLAGS=''
IBUS_LIBS=''
IIIMCF_CFLAGS=''
IIIMCF_LIBS=''
IMAGELIB_CFLAGS=''
IMAGELIB_LIBS=''
IMAGE_CFLAGS=''
IM_CFLAGS='-DUSE_IM_PLUGIN'
IND_CFLAGS='-DNOT_CONVERT_TO_ISCII'
IND_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_OPT='-m 755'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTL_LIBS=''
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='${top_builddir}/libtool'
LIPO='lipo'
LMEF='${top_builddir}/encodefilter/src/libmef.la'
LMLTERM_CORE='libmlterm_coreotl.la'
LN_S='ln -s'
LPOBL='${top_builddir}/baselib/src/libpobl.la'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
M17NLIB_CFLAGS=''
M17NLIB_LIBS=''
MAIN_OBJ_SUFFIX=''
MAKEINFO='${SHELL} /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/script/missing makeinfo'
MAKE_DIRS='vtemu vtemu/libctl uitoolkit/libtype uitoolkit main man etc inputmethod/skk inputmethod/kbd tool/registobmp contrib/tool/mlterm-menu contrib/tool/mlcc tool/mlconfig tool/mlclient uitoolkit/libotl '
MANIFEST_TOOL=':'
MATH_CFLAGS=''
MATH_LIBS='-lm'
MEF_CFLAGS='-I${top_builddir}/encodefilter/include'
MKDIR_P='/usr/local/bin/gmkdir -p'
MKINSTALLDIRS='script/mkinstalldirs'
MLIMGLOADER_LIB=''
MSGFMT=''
MSGFMT_OPTS=''
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
NODL_OBJ=''
NO_UNDEFINED_FLAG=''
OBJDUMP='objdump'
OBJEXT='o'
OPT_CFLAGS=''
OTOOL64=':'
OTOOL='otool'
OT_LAYOUT_CFLAGS='-I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT'
OT_LAYOUT_LIBS='-L/usr/local/Cellar/harfbuzz/2.3.0/lib -lharfbuzz'
OT_LAYOUT_LIBS_FOR_PROG=''
OT_LAYOUT_OBJ='hb.o'
PACKAGE='mlterm'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POBL_CFLAGS='-I${top_builddir}/baselib/include'
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PROG=''
PTHREAD_LIB=''
RANLIB='ranlib'
REGEX_CFLAGS='-DHAVE_REGEX'
SB_CFLAGS=''
SCIM_CFLAGS=''
SCIM_LIBS=''
SDL2GUI=''
SDL2_CFLAGS=''
SDL2_LIBS=''
SDLTTF_CFLAGS=''
SDLTTF_LIBS=''
SDL_CFLAGS='-D_THREAD_SAFE -I/usr/local/include/SDL2 '
SDL_LIBS='-L/usr/local/lib -lSDL2 '
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SIXEL_CFLAGS=''
SIXEL_LIBS=''
SKK_LIBS=''
SOCK_LIBS=''
SSH2_CFLAGS=''
SSH2_LIBS=''
SSH2_LIBS_FOR_PROG=''
STRIP='strip'
SUBSYSTEM='-Wl,--subsystem,console'
TOOLS_CFLAGS=''
TYPE_CFLAGS='-DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE'
TYPE_LIBS=''
TYPE_LIBS_FOR_PROG=''
TYPE_LIBS_FOR_VTE=''
TYPE_LOADER_OBJ='ui_type_loader.o'
UIM_CFLAGS=''
UIM_LIBS=''
USE_NLS='yes'
UTMP_CFLAGS=''
VERSION='3.8.7'
VT52_CFLAGS=''
VTE_ABI=''
VTE_CFLAGS=''
VTE_LIBS=''
VT_NORM_CFLAGS='-DUSE_NORMALIZE'
VT_NORM_OBJ='vt_normalize.o'
VT_PTY_OBJ='vt_pty_unix.o'
WIN32TAG=''
WNN_CFLAGS=''
WNN_LIBS=''
XCRUN=''
XFT_CFLAGS=''
XFT_LIBS=''
XGETTEXT=':'
XMKMF=''
XUTF8_CFLAGS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin18.2.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin18.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
fribidi_config=''
have_gdk_pixbuf1=''
host='x86_64-apple-darwin18.2.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin18.2.0'
host_vendor='apple'
htmldir='${docdir}'
imlib2_config=''
imlib_config=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/script/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libotf_config=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
m17n_config=''
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sdl2_config=''
sharedstatedir='${prefix}/com'
subdirs=' baselib encodefilter'
sysconfdir='${prefix}/etc'
target_alias=''
xft_config=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define PACKAGE "mlterm"
#define VERSION "3.8.7"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
#define HAVE_CFLOCALECOPYCURRENT 1
configure: exit 0
<@_@>:mlterm-3.8.7$ make install
/Applications/Xcode.app/Contents/Developer/usr/bin/make all
# "cd baselib" and "cd encodefilter" must be enclosed by () because it may not return
# to the at the next line.
if [ -f baselib/Makefile ]; then (cd baselib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[3]: Nothing to be done for `all'.
if [ -f encodefilter/Makefile ]; then (cd encodefilter ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
# "cd ${dir}" must be enclosed by () because it may not return
# to the at the next line.
for dir in src module ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all'.
(for dir in vtemu vtemu/libctl uitoolkit/libtype uitoolkit main man etc inputmethod/skk inputmethod/kbd tool/registobmp contrib/tool/mlterm-menu contrib/tool/mlcc tool/mlconfig tool/mlclient uitoolkit/libotl ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done) && \
if test "all" != "clean" ; then touch BUILD_SUCCESS ; else rm -f BUILD_SUCCESS ; fi
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
no such a target
no such a target
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all'.
gcc -g -O2 -c main.c
gcc -o mlclient main.o
cp mlclient mlclientx
../../libtool --mode=compile gcc -I../../baselib/include -DUSE_QUARTZ -g -O2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -I/usr/local/include -c hb.c
libtool: compile: gcc -I../../baselib/include -DUSE_QUARTZ -g -O2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -I/usr/local/include -c hb.c -fno-common -DPIC -o .libs/hb.o
libtool: compile: gcc -I../../baselib/include -DUSE_QUARTZ -g -O2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -I/usr/local/include -c hb.c -o hb.o >/dev/null 2>&1
../../libtool --mode=link gcc -o libotl-quartz.la hb.lo -rpath /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm \
-module -avoid-version -L/usr/local/Cellar/harfbuzz/2.3.0/lib -lharfbuzz ../../baselib/src/libpobl.la -L/usr/local/lib -R/usr/local/lib
libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libotl-quartz.so -bundle .libs/hb.o -L/usr/local/Cellar/harfbuzz/2.3.0/lib -lharfbuzz ../../baselib/src/.libs/libpobl.dylib -ldl -L/usr/local/lib
libtool: link: ar cru .libs/libotl-quartz.a hb.o
libtool: link: ranlib .libs/libotl-quartz.a
libtool: link: ( cd ".libs" && rm -f "libotl-quartz.la" && ln -s "../libotl-quartz.la" "libotl-quartz.la" )
if [ -f baselib/Makefile ]; then (cd baselib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make install-la) ; fi
cd src ; /Applications/Xcode.app/Contents/Developer/usr/bin/make install-la
../libtool --mode=install /usr/local/bin/ginstall -c libpobl.la /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib
libtool: install: /usr/local/bin/ginstall -c .libs/libpobl.1.dylib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libpobl.1.dylib
libtool: install: (cd /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib && { ln -s -f libpobl.1.dylib libpobl.dylib || { rm -f libpobl.dylib && ln -s libpobl.1.dylib libpobl.dylib; }; })
libtool: install: /usr/local/bin/ginstall -c .libs/libpobl.lai /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libpobl.la
libtool: install: /usr/local/bin/ginstall -c .libs/libpobl.a /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libpobl.a
libtool: install: chmod 644 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libpobl.a
libtool: install: ranlib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libpobl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libpobl.a(bl_langinfo.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libpobl.a(bl_time.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libpobl.a(bl_unistd.o) has no symbols
if [ -f encodefilter/Makefile ]; then (cd encodefilter ; /Applications/Xcode.app/Contents/Developer/usr/bin/make install-la) ; fi
# "cd ${dir}" must be enclosed by () because it may not return
# to the at the next line.
for dir in src module ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make install-la) || exit ; done
../libtool --mode=install /usr/local/bin/ginstall -c *.la /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib
libtool: install: /usr/local/bin/ginstall -c .libs/libmef.2.dylib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmef.2.dylib
libtool: install: (cd /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib && { ln -s -f libmef.2.dylib libmef.dylib || { rm -f libmef.dylib && ln -s libmef.2.dylib libmef.dylib; }; })
libtool: install: /usr/local/bin/ginstall -c .libs/libmef.lai /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmef.la
libtool: install: /usr/local/bin/ginstall -c .libs/libmef.a /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmef.a
libtool: install: chmod 644 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmef.a
libtool: install: ranlib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmef.a
../libtool --mode=install /usr/local/bin/ginstall -c libmef_jajp.la libmef_kokr.la libmef_zh.la libmef_8bits.la /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_jajp.so /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_jajp.so
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_jajp.lai /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_jajp.la
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_kokr.so /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_kokr.so
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_kokr.lai /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_kokr.la
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_zh.so /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_zh.so
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_zh.lai /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_zh.la
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_8bits.so /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_8bits.so
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_8bits.lai /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_8bits.la
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_jajp.a /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_jajp.a
libtool: install: chmod 644 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_jajp.a
libtool: install: ranlib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_jajp.a
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_kokr.a /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_kokr.a
libtool: install: chmod 644 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_kokr.a
libtool: install: ranlib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_kokr.a
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_zh.a /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_zh.a
libtool: install: chmod 644 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_zh.a
libtool: install: ranlib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_zh.a
libtool: install: /usr/local/bin/ginstall -c .libs/libmef_8bits.a /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_8bits.a
libtool: install: chmod 644 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_8bits.a
libtool: install: ranlib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef/libmef_8bits.a
for dir in vtemu vtemu/libctl uitoolkit/libtype uitoolkit main man etc inputmethod/skk inputmethod/kbd tool/registobmp contrib/tool/mlterm-menu contrib/tool/mlcc tool/mlconfig tool/mlclient uitoolkit/libotl ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make install) || exit BUILD_SUCCESS ; done
if test "`echo libmlterm_coreotl.la|grep .la`" != "" ; then \
../libtool --mode=install /usr/local/bin/ginstall -c libmlterm_coreotl.la /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib ; \
fi
libtool: install: /usr/local/bin/ginstall -c .libs/libmlterm_coreotl.dylib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmlterm_coreotl.dylib
libtool: install: /usr/local/bin/ginstall -c .libs/libmlterm_coreotl.lai /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmlterm_coreotl.la
libtool: install: /usr/local/bin/ginstall -c .libs/libmlterm_coreotl.a /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmlterm_coreotl.a
libtool: install: chmod 644 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmlterm_coreotl.a
libtool: install: ranlib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmlterm_coreotl.a
if test "`echo libctl_bidi.la |grep .la`" != "" ; then \
../../libtool --mode=install /usr/local/bin/ginstall -c libctl_bidi.la /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm ; \
fi
libtool: install: /usr/local/bin/ginstall -c .libs/libctl_bidi.so /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libctl_bidi.so
libtool: install: /usr/local/bin/ginstall -c .libs/libctl_bidi.lai /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libctl_bidi.la
libtool: install: /usr/local/bin/ginstall -c .libs/libctl_bidi.a /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libctl_bidi.a
libtool: install: chmod 644 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libctl_bidi.a
libtool: install: ranlib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libctl_bidi.a
if test "" != "" ; then \
../../libtool --mode=install /usr/local/bin/ginstall -c -m 755 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm ; \
fi
make[1]: Nothing to be done for `install'.
if test "quartz" = "console" ; then \
../libtool --mode=install /usr/local/bin/ginstall -c /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin ; \
../libtool --mode=install /usr/local/bin/ginstall -c -m 755 mlterm /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec/mlterm ; \
else \
../libtool --mode=install /usr/local/bin/ginstall -c -m 755 mlterm /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin ; \
fi
libtool: install: /usr/local/bin/ginstall -c -m 755 .libs/mlterm /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin/mlterm
/usr/local/bin/ginstall -c -m 644 ../man/mlterm.1 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/man/man1
/usr/local/bin/ginstall -c -m 644 ../man/mlclient.1 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/man/man1
for file in font vfont tfont font-fb aafont vaafont taafont color termcap key xim main ; do /usr/local/bin/ginstall -c -m 644 ../etc/${file} /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc/mlterm/${file} ; done
# for file in ; do /usr/local/bin/ginstall -c -m 644 ../etc/${file} /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc/mlterm/${file} ; done
if test "font.cocoa" != "" ; then /usr/local/bin/ginstall -c -m 644 ../etc/font.cocoa /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc/mlterm/font ; fi
../../libtool --mode=install /usr/local/bin/ginstall -c libim-skk.la /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm
libtool: install: /usr/local/bin/ginstall -c .libs/libim-skk.so /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libim-skk.so
libtool: install: /usr/local/bin/ginstall -c .libs/libim-skk.lai /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libim-skk.la
libtool: install: /usr/local/bin/ginstall -c .libs/libim-skk.a /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libim-skk.a
libtool: install: chmod 644 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libim-skk.a
libtool: install: ranlib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libim-skk.a
../../libtool --mode=install /usr/local/bin/ginstall -c libim-kbd.la /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm
libtool: install: /usr/local/bin/ginstall -c .libs/libim-kbd.so /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libim-kbd.so
libtool: install: /usr/local/bin/ginstall -c .libs/libim-kbd.lai /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libim-kbd.la
libtool: install: /usr/local/bin/ginstall -c .libs/libim-kbd.a /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libim-kbd.a
libtool: install: chmod 644 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libim-kbd.a
libtool: install: ranlib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm/libim-kbd.a
../../libtool --mode=install /usr/local/bin/ginstall -c registobmp /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec/mlterm
libtool: install: /usr/local/bin/ginstall -c registobmp /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec/mlterm/registobmp
../../../libtool --mode=install /usr/local/bin/ginstall -c -m 755 mlterm-menu /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec/mlterm
libtool: install: /usr/local/bin/ginstall -c -m 755 .libs/mlterm-menu /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec/mlterm/mlterm-menu
/usr/local/bin/ginstall -c -m 644 ../../../contrib/tool/mlterm-menu/menu /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc/mlterm
/usr/local/bin/ginstall -c -m 755 mlcc /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin
/usr/local/bin/ginstall -c -m 644 ../../../contrib/tool/mlcc/mlcc.1 /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/man/man1
../../libtool --mode=install /usr/local/bin/ginstall -c -m 755 mlconfig /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec/mlterm
libtool: install: /usr/local/bin/ginstall -c -m 755 .libs/mlconfig /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec/mlterm/mlconfig
cd po ; /Applications/Xcode.app/Contents/Developer/usr/bin/make install
/Applications/Xcode.app/Contents/Developer/usr/bin/make mlconfig.pot-update
: --default-domain=mlconfig --directory=../../.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
--copyright-holder='Free Software Foundation, Inc.'
test ! -f mlconfig.po || { \
if test -f ./mlconfig.pot; then \
sed -f remove-potcdate.sed < ./mlconfig.pot > mlconfig.1po && \
sed -f remove-potcdate.sed < mlconfig.po > mlconfig.2po && \
if cmp mlconfig.1po mlconfig.2po >/dev/null 2>&1; then \
rm -f mlconfig.1po mlconfig.2po mlconfig.po; \
else \
rm -f mlconfig.1po mlconfig.2po ./mlconfig.pot && \
mv mlconfig.po ./mlconfig.pot; \
fi; \
else \
mv mlconfig.po ./mlconfig.pot; \
fi; \
}
msgmerge --update ar.po mlconfig.pot
/bin/sh: msgmerge: command not found
make[2]: *** [ar.po] Error 127
make[1]: *** [install] Error 2
/bin/sh: line 0: exit: BUILD_SUCCESS: numeric argument required
make: *** [install] Error 255
<X_X>:mlterm-3.8.7$ make
# "cd baselib" and "cd encodefilter" must be enclosed by () because it may not return
# to the at the next line.
if [ -f baselib/Makefile ]; then (cd baselib ; /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 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_debug.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_debug.c -fno-common -DPIC -o .libs/bl_debug.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_debug.c -o bl_debug.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_map.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_map.c -fno-common -DPIC -o .libs/bl_map.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_map.c -o bl_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_args.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_args.c -fno-common -DPIC -o .libs/bl_args.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_args.c -o bl_args.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_mem.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_mem.c -fno-common -DPIC -o .libs/bl_mem.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_mem.c -o bl_mem.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_conf.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_conf.c -fno-common -DPIC -o .libs/bl_conf.o
bl_conf.c:146:3: warning: comparison of distinct pointer types ('int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') and 'int (*)(int, u_int)'
(aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_set(result, conf->conf_entries, key, entry);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./bl_map.h:141:30: note: expanded from macro 'bl_map_set'
if ((map)->hash_func == bl_map_hash_int || (map)->hash_func == bl_map_hash_int_fast) { \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
bl_conf.c:146:3: warning: comparison of distinct pointer types ('int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') and 'int (*)(int, u_int)'
(aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_set(result, conf->conf_entries, key, entry);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./bl_map.h:141:69: note: expanded from macro 'bl_map_set'
if ((map)->hash_func == bl_map_hash_int || (map)->hash_func == bl_map_hash_int_fast) { \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
bl_conf.c:146:3: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') from 'int (int, u_int)'
(aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_set(result, conf->conf_entries, key, entry);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./bl_map.h:143:30: note: expanded from macro 'bl_map_set'
(map)->hash_func = bl_map_hash_int; \
^ ~~~~~~~~~~~~~~~
bl_conf.c:146:3: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') from 'int (int, u_int)'
(aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_set(result, conf->conf_entries, key, entry);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./bl_map.h:146:30: note: expanded from macro 'bl_map_set'
(map)->hash_func = bl_map_hash_int_fast; \
^ ~~~~~~~~~~~~~~~~~~~~
bl_conf.c:208:3: warning: comparison of distinct pointer types ('int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') and 'int (*)(int, u_int)'
(aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_new_with_size(char *, bl_conf_entry_t *, conf->conf_entries, bl_map_hash_str,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./bl_map.h:50:21: note: expanded from macro 'bl_map_new_with_size'
if (__hash_func == bl_map_hash_int) { \
~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
bl_conf.c:208:3: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') from 'int (int, u_int)'
(aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_new_with_size(char *, bl_conf_entry_t *, conf->conf_entries, bl_map_hash_str,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./bl_map.h:52:26: note: expanded from macro 'bl_map_new_with_size'
(map)->hash_func = bl_map_hash_int; \
^ ~~~~~~~~~~~~~~~
bl_conf.c:208:3: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') from 'int (int, u_int)'
(aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_new_with_size(char *, bl_conf_entry_t *, conf->conf_entries, bl_map_hash_str,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./bl_map.h:55:26: note: expanded from macro 'bl_map_new_with_size'
(map)->hash_func = bl_map_hash_int_fast; \
^ ~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_conf.c -o bl_conf.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_file.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_file.c -fno-common -DPIC -o .libs/bl_file.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_file.c -o bl_file.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_path.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_path.c -fno-common -DPIC -o .libs/bl_path.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_path.c -o bl_path.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_conf_io.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_conf_io.c -fno-common -DPIC -o .libs/bl_conf_io.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_conf_io.c -o bl_conf_io.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_str.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_str.c -fno-common -DPIC -o .libs/bl_str.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_str.c -o bl_str.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_cycle_index.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_cycle_index.c -fno-common -DPIC -o .libs/bl_cycle_index.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_cycle_index.c -o bl_cycle_index.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_langinfo.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_langinfo.c -fno-common -DPIC -o .libs/bl_langinfo.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_langinfo.c -o bl_langinfo.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_time.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_time.c -fno-common -DPIC -o .libs/bl_time.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_time.c -o bl_time.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_locale.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_locale.c -fno-common -DPIC -o .libs/bl_locale.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_locale.c -o bl_locale.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_privilege.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_privilege.c -fno-common -DPIC -o .libs/bl_privilege.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_privilege.c -o bl_privilege.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_unistd.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_unistd.c -fno-common -DPIC -o .libs/bl_unistd.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_unistd.c -o bl_unistd.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_sig_child.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_sig_child.c -fno-common -DPIC -o .libs/bl_sig_child.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_sig_child.c -o bl_sig_child.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_dialog.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_dialog.c -fno-common -DPIC -o .libs/bl_dialog.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_dialog.c -o bl_dialog.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_dlfcn.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_dlfcn.c -fno-common -DPIC -o .libs/bl_dlfcn.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_dlfcn.c -o bl_dlfcn.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_pty_streams.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_pty_streams.c -fno-common -DPIC -o .libs/bl_pty_streams.o
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_pty_streams.c -o bl_pty_streams.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_utmp_sysv.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_utmp_sysv.c -fno-common -DPIC -o .libs/bl_utmp_sysv.o
bl_utmp_sysv.c:92:13: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
tty_num = tty + 4;
^ ~~~~~~~
1 warning generated.
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_utmp_sysv.c -o bl_utmp_sysv.o >/dev/null 2>&1
../libtool --mode=compile gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_dlfcn_dl.c
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_dlfcn_dl.c -fno-common -DPIC -o .libs/bl_dlfcn_dl.o
bl_dlfcn_dl.c:51:20: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
if ((strcmp((p = dirpath + strlen(dirpath) - 4), "mef/") == 0 ||
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: gcc -g -O2 -DUSE_UTMPX -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -I. -c bl_dlfcn_dl.c -o bl_dlfcn_dl.o >/dev/null 2>&1
../libtool --mode=link gcc -ldl -o libpobl.la bl_debug.lo bl_map.lo bl_args.lo bl_mem.lo bl_conf.lo bl_file.lo bl_path.lo bl_conf_io.lo bl_str.lo bl_cycle_index.lo bl_langinfo.lo bl_time.lo bl_locale.lo bl_privilege.lo bl_unistd.lo bl_sig_child.lo bl_dialog.lo bl_dlfcn.lo bl_pty_streams.lo bl_utmp_sysv.lo bl_dlfcn_dl.lo -rpath /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib \
-version-info 1:0:0
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libpobl.1.dylib .libs/bl_debug.o .libs/bl_map.o .libs/bl_args.o .libs/bl_mem.o .libs/bl_conf.o .libs/bl_file.o .libs/bl_path.o .libs/bl_conf_io.o .libs/bl_str.o .libs/bl_cycle_index.o .libs/bl_langinfo.o .libs/bl_time.o .libs/bl_locale.o .libs/bl_privilege.o .libs/bl_unistd.o .libs/bl_sig_child.o .libs/bl_dialog.o .libs/bl_dlfcn.o .libs/bl_pty_streams.o .libs/bl_utmp_sysv.o .libs/bl_dlfcn_dl.o -ldl -install_name /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libpobl.1.dylib -compatibility_version 2 -current_version 2.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libpobl.dylib" && ln -s "libpobl.1.dylib" "libpobl.dylib")
libtool: link: ar cru .libs/libpobl.a bl_debug.o bl_map.o bl_args.o bl_mem.o bl_conf.o bl_file.o bl_path.o bl_conf_io.o bl_str.o bl_cycle_index.o bl_langinfo.o bl_time.o bl_locale.o bl_privilege.o bl_unistd.o bl_sig_child.o bl_dialog.o bl_dlfcn.o bl_pty_streams.o bl_utmp_sysv.o bl_dlfcn_dl.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpobl.a(bl_langinfo.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpobl.a(bl_time.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpobl.a(bl_unistd.o) has no symbols
libtool: link: ranlib .libs/libpobl.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpobl.a(bl_langinfo.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpobl.a(bl_time.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpobl.a(bl_unistd.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libpobl.la" && ln -s "../libpobl.la" "libpobl.la" )
mkdir -p ../include/pobl
for file in bl_debug.h bl_map.h bl_args.h bl_mem.h bl_conf.h bl_file.h bl_path.h bl_conf_io.h bl_str.h bl_cycle_index.h bl_langinfo.h bl_time.h bl_locale.h bl_privilege.h bl_unistd.h bl_sig_child.h bl_dialog.h bl_dlfcn.h bl_slist.h bl_types.h bl_util.h bl_def.h bl_net.h bl_pty.h bl_utmp.h bl_dlfcn.h ; do \
if test -f ${file} ; \
then cp ${file} ../include/pobl ; \
else cp ../src/${file} ../include/pobl ; \
fi \
done
cp bl_config.h ../include/pobl
touch collect-headers
if [ -f encodefilter/Makefile ]; then (cd encodefilter ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) ; fi
# "cd ${dir}" must be enclosed by () because it may not return
# to the at the next line.
for dir in src module ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_parser.c -fno-common -DPIC -o .libs/ef_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_parser.c -o ef_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022_parser.c -fno-common -DPIC -o .libs/ef_iso2022_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022_parser.c -o ef_iso2022_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso8859_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso8859_parser.c -fno-common -DPIC -o .libs/ef_iso8859_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso8859_parser.c -o ef_iso8859_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_xct_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_xct_parser.c -fno-common -DPIC -o .libs/ef_xct_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_xct_parser.c -o ef_xct_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_eucjp_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_eucjp_parser.c -fno-common -DPIC -o .libs/ef_eucjp_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_eucjp_parser.c -o ef_eucjp_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euckr_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euckr_parser.c -fno-common -DPIC -o .libs/ef_euckr_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euckr_parser.c -o ef_euckr_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euccn_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euccn_parser.c -fno-common -DPIC -o .libs/ef_euccn_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euccn_parser.c -o ef_euccn_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022jp_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022jp_parser.c -fno-common -DPIC -o .libs/ef_iso2022jp_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022jp_parser.c -o ef_iso2022jp_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022kr_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022kr_parser.c -fno-common -DPIC -o .libs/ef_iso2022kr_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022kr_parser.c -o ef_iso2022kr_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_sjis_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_sjis_parser.c -fno-common -DPIC -o .libs/ef_sjis_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_sjis_parser.c -o ef_sjis_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_big5_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_big5_parser.c -fno-common -DPIC -o .libs/ef_big5_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_big5_parser.c -o ef_big5_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euctw_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euctw_parser.c -fno-common -DPIC -o .libs/ef_euctw_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euctw_parser.c -o ef_euctw_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf16_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf16_parser.c -fno-common -DPIC -o .libs/ef_utf16_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf16_parser.c -o ef_utf16_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022cn_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022cn_parser.c -fno-common -DPIC -o .libs/ef_iso2022cn_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022cn_parser.c -o ef_iso2022cn_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_hz_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_hz_parser.c -fno-common -DPIC -o .libs/ef_hz_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_hz_parser.c -o ef_hz_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf8_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf8_parser.c -fno-common -DPIC -o .libs/ef_utf8_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf8_parser.c -o ef_utf8_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_johab_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_johab_parser.c -fno-common -DPIC -o .libs/ef_johab_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_johab_parser.c -o ef_johab_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_8bit_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_8bit_parser.c -fno-common -DPIC -o .libs/ef_8bit_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_8bit_parser.c -o ef_8bit_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf32_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf32_parser.c -fno-common -DPIC -o .libs/ef_utf32_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf32_parser.c -o ef_utf32_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_codepoint_parser.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_codepoint_parser.c -fno-common -DPIC -o .libs/ef_codepoint_parser.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_codepoint_parser.c -o ef_codepoint_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso8859_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso8859_conv.c -fno-common -DPIC -o .libs/ef_iso8859_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso8859_conv.c -o ef_iso8859_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022_conv.c -fno-common -DPIC -o .libs/ef_iso2022_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022_conv.c -o ef_iso2022_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022jp_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022jp_conv.c -fno-common -DPIC -o .libs/ef_iso2022jp_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022jp_conv.c -o ef_iso2022jp_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022kr_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022kr_conv.c -fno-common -DPIC -o .libs/ef_iso2022kr_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022kr_conv.c -o ef_iso2022kr_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_sjis_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_sjis_conv.c -fno-common -DPIC -o .libs/ef_sjis_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_sjis_conv.c -o ef_sjis_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf8_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf8_conv.c -fno-common -DPIC -o .libs/ef_utf8_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf8_conv.c -o ef_utf8_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_big5_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_big5_conv.c -fno-common -DPIC -o .libs/ef_big5_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_big5_conv.c -o ef_big5_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euctw_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euctw_conv.c -fno-common -DPIC -o .libs/ef_euctw_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euctw_conv.c -o ef_euctw_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022cn_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022cn_conv.c -fno-common -DPIC -o .libs/ef_iso2022cn_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_iso2022cn_conv.c -o ef_iso2022cn_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_hz_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_hz_conv.c -fno-common -DPIC -o .libs/ef_hz_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_hz_conv.c -o ef_hz_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf16_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf16_conv.c -fno-common -DPIC -o .libs/ef_utf16_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf16_conv.c -o ef_utf16_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_eucjp_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_eucjp_conv.c -fno-common -DPIC -o .libs/ef_eucjp_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_eucjp_conv.c -o ef_eucjp_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euckr_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euckr_conv.c -fno-common -DPIC -o .libs/ef_euckr_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euckr_conv.c -o ef_euckr_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euccn_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euccn_conv.c -fno-common -DPIC -o .libs/ef_euccn_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_euccn_conv.c -o ef_euccn_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_johab_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_johab_conv.c -fno-common -DPIC -o .libs/ef_johab_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_johab_conv.c -o ef_johab_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_8bit_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_8bit_conv.c -fno-common -DPIC -o .libs/ef_8bit_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_8bit_conv.c -o ef_8bit_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_xct_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_xct_conv.c -fno-common -DPIC -o .libs/ef_xct_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_xct_conv.c -o ef_xct_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf32_conv.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf32_conv.c -fno-common -DPIC -o .libs/ef_utf32_conv.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_utf32_conv.c -o ef_utf32_conv.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_map.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_map.c -fno-common -DPIC -o .libs/ef_ucs4_map.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_map.c -o ef_ucs4_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_locale_ucs4_map.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_locale_ucs4_map.c -fno-common -DPIC -o .libs/ef_locale_ucs4_map.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_locale_ucs4_map.c -o ef_locale_ucs4_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_zh_cn_map.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_zh_cn_map.c -fno-common -DPIC -o .libs/ef_zh_cn_map.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_zh_cn_map.c -o ef_zh_cn_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_zh_tw_map.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_zh_tw_map.c -fno-common -DPIC -o .libs/ef_zh_tw_map.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_zh_tw_map.c -o ef_zh_tw_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_zh_hk_map.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_zh_hk_map.c -fno-common -DPIC -o .libs/ef_zh_hk_map.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_zh_hk_map.c -o ef_zh_hk_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ko_kr_map.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ko_kr_map.c -fno-common -DPIC -o .libs/ef_ko_kr_map.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ko_kr_map.c -o ef_ko_kr_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_viet_map.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_viet_map.c -fno-common -DPIC -o .libs/ef_viet_map.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_viet_map.c -o ef_viet_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ja_jp_map.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ja_jp_map.c -fno-common -DPIC -o .libs/ef_ja_jp_map.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ja_jp_map.c -o ef_ja_jp_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ru_map.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ru_map.c -fno-common -DPIC -o .libs/ef_ru_map.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ru_map.c -o ef_ru_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_uk_map.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_uk_map.c -fno-common -DPIC -o .libs/ef_uk_map.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_uk_map.c -o ef_uk_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_tg_map.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_tg_map.c -fno-common -DPIC -o .libs/ef_tg_map.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_tg_map.c -o ef_tg_map.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_char.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_char.c -fno-common -DPIC -o .libs/ef_char.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_char.c -o ef_char.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_sjis_env.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_sjis_env.c -fno-common -DPIC -o .libs/ef_sjis_env.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_sjis_env.c -o ef_sjis_env.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_tblfunc_loader.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_tblfunc_loader.c -fno-common -DPIC -o .libs/ef_tblfunc_loader.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_tblfunc_loader.c -o ef_tblfunc_loader.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs_property.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs_property.c -fno-common -DPIC -o .libs/ef_ucs_property.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs_property.c -o ef_ucs_property.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_jisx0208_1983_property.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_jisx0208_1983_property.c -fno-common -DPIC -o .libs/ef_jisx0208_1983_property.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_jisx0208_1983_property.c -o ef_jisx0208_1983_property.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_jisx0213_2000_property.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_jisx0213_2000_property.c -fno-common -DPIC -o .libs/ef_jisx0213_2000_property.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_jisx0213_2000_property.c -o ef_jisx0213_2000_property.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_iso8859.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_iso8859.c -fno-common -DPIC -o .libs/ef_ucs4_iso8859.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_iso8859.c -o ef_ucs4_iso8859.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_viscii.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_viscii.c -fno-common -DPIC -o .libs/ef_ucs4_viscii.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_viscii.c -o ef_ucs4_viscii.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_tcvn5712_1.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_tcvn5712_1.c -fno-common -DPIC -o .libs/ef_ucs4_tcvn5712_1.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_tcvn5712_1.c -o ef_ucs4_tcvn5712_1.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_koi8.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_koi8.c -fno-common -DPIC -o .libs/ef_ucs4_koi8.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_koi8.c -o ef_ucs4_koi8.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_georgian_ps.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_georgian_ps.c -fno-common -DPIC -o .libs/ef_ucs4_georgian_ps.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_georgian_ps.c -o ef_ucs4_georgian_ps.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_cp125x.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_cp125x.c -fno-common -DPIC -o .libs/ef_ucs4_cp125x.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_cp125x.c -o ef_ucs4_cp125x.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_iscii.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_iscii.c -fno-common -DPIC -o .libs/ef_ucs4_iscii.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_iscii.c -o ef_ucs4_iscii.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0201.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0201.c -fno-common -DPIC -o .libs/ef_ucs4_jisx0201.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0201.c -o ef_ucs4_jisx0201.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0208.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0208.c -fno-common -DPIC -o .libs/ef_ucs4_jisx0208.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0208.c -o ef_ucs4_jisx0208.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0212.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0212.c -fno-common -DPIC -o .libs/ef_ucs4_jisx0212.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0212.c -o ef_ucs4_jisx0212.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0213.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0213.c -fno-common -DPIC -o .libs/ef_ucs4_jisx0213.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_jisx0213.c -o ef_ucs4_jisx0213.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_ksc5601.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_ksc5601.c -fno-common -DPIC -o .libs/ef_ucs4_ksc5601.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_ksc5601.c -o ef_ucs4_ksc5601.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_uhc.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_uhc.c -fno-common -DPIC -o .libs/ef_ucs4_uhc.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_uhc.c -o ef_ucs4_uhc.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_johab.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_johab.c -fno-common -DPIC -o .libs/ef_ucs4_johab.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_johab.c -o ef_ucs4_johab.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_gb2312.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_gb2312.c -fno-common -DPIC -o .libs/ef_ucs4_gb2312.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_gb2312.c -o ef_ucs4_gb2312.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_gbk.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_gbk.c -fno-common -DPIC -o .libs/ef_ucs4_gbk.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_gbk.c -o ef_ucs4_gbk.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_big5.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_big5.c -fno-common -DPIC -o .libs/ef_ucs4_big5.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_big5.c -o ef_ucs4_big5.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_cns11643.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_cns11643.c -fno-common -DPIC -o .libs/ef_ucs4_cns11643.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_ucs4_cns11643.c -o ef_ucs4_cns11643.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_gb18030_2000_intern.c
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_gb18030_2000_intern.c -fno-common -DPIC -o .libs/ef_gb18030_2000_intern.o
libtool: compile: gcc -I../../baselib/include -g -O2 -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -I/usr/local/include -c ef_gb18030_2000_intern.c -o ef_gb18030_2000_intern.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmef.la ef_parser.lo ef_iso2022_parser.lo ef_iso8859_parser.lo ef_xct_parser.lo ef_eucjp_parser.lo ef_euckr_parser.lo ef_euccn_parser.lo ef_iso2022jp_parser.lo ef_iso2022kr_parser.lo ef_sjis_parser.lo ef_big5_parser.lo ef_euctw_parser.lo ef_utf16_parser.lo ef_iso2022cn_parser.lo ef_hz_parser.lo ef_utf8_parser.lo ef_johab_parser.lo ef_8bit_parser.lo ef_utf32_parser.lo ef_codepoint_parser.lo ef_iso8859_conv.lo ef_iso2022_conv.lo ef_iso2022jp_conv.lo ef_iso2022kr_conv.lo ef_sjis_conv.lo ef_utf8_conv.lo ef_big5_conv.lo ef_euctw_conv.lo ef_iso2022cn_conv.lo ef_hz_conv.lo ef_utf16_conv.lo ef_eucjp_conv.lo ef_euckr_conv.lo ef_euccn_conv.lo ef_johab_conv.lo ef_8bit_conv.lo ef_xct_conv.lo ef_utf32_conv.lo ef_ucs4_map.lo ef_locale_ucs4_map.lo ef_zh_cn_map.lo ef_zh_tw_map.lo ef_zh_hk_map.lo ef_ko_kr_map.lo ef_viet_map.lo ef_ja_jp_map.lo ef_ru_map.lo ef_uk_map.lo ef_tg_map.lo ef_char.lo ef_sjis_env.lo ef_tblfunc_loader.lo ef_ucs_property.lo ef_jisx0208_1983_property.lo ef_jisx0213_2000_property.lo ef_ucs4_iso8859.lo ef_ucs4_viscii.lo ef_ucs4_tcvn5712_1.lo ef_ucs4_koi8.lo ef_ucs4_georgian_ps.lo ef_ucs4_cp125x.lo ef_ucs4_iscii.lo ef_ucs4_jisx0201.lo ef_ucs4_jisx0208.lo ef_ucs4_jisx0212.lo ef_ucs4_jisx0213.lo ef_ucs4_ksc5601.lo ef_ucs4_uhc.lo ef_ucs4_johab.lo ef_ucs4_gb2312.lo ef_ucs4_gbk.lo ef_ucs4_big5.lo ef_ucs4_cns11643.lo ef_gb18030_2000_intern.lo -rpath /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib \
-version-info 2:0:0
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libmef.2.dylib .libs/ef_parser.o .libs/ef_iso2022_parser.o .libs/ef_iso8859_parser.o .libs/ef_xct_parser.o .libs/ef_eucjp_parser.o .libs/ef_euckr_parser.o .libs/ef_euccn_parser.o .libs/ef_iso2022jp_parser.o .libs/ef_iso2022kr_parser.o .libs/ef_sjis_parser.o .libs/ef_big5_parser.o .libs/ef_euctw_parser.o .libs/ef_utf16_parser.o .libs/ef_iso2022cn_parser.o .libs/ef_hz_parser.o .libs/ef_utf8_parser.o .libs/ef_johab_parser.o .libs/ef_8bit_parser.o .libs/ef_utf32_parser.o .libs/ef_codepoint_parser.o .libs/ef_iso8859_conv.o .libs/ef_iso2022_conv.o .libs/ef_iso2022jp_conv.o .libs/ef_iso2022kr_conv.o .libs/ef_sjis_conv.o .libs/ef_utf8_conv.o .libs/ef_big5_conv.o .libs/ef_euctw_conv.o .libs/ef_iso2022cn_conv.o .libs/ef_hz_conv.o .libs/ef_utf16_conv.o .libs/ef_eucjp_conv.o .libs/ef_euckr_conv.o .libs/ef_euccn_conv.o .libs/ef_johab_conv.o .libs/ef_8bit_conv.o .libs/ef_xct_conv.o .libs/ef_utf32_conv.o .libs/ef_ucs4_map.o .libs/ef_locale_ucs4_map.o .libs/ef_zh_cn_map.o .libs/ef_zh_tw_map.o .libs/ef_zh_hk_map.o .libs/ef_ko_kr_map.o .libs/ef_viet_map.o .libs/ef_ja_jp_map.o .libs/ef_ru_map.o .libs/ef_uk_map.o .libs/ef_tg_map.o .libs/ef_char.o .libs/ef_sjis_env.o .libs/ef_tblfunc_loader.o .libs/ef_ucs_property.o .libs/ef_jisx0208_1983_property.o .libs/ef_jisx0213_2000_property.o .libs/ef_ucs4_iso8859.o .libs/ef_ucs4_viscii.o .libs/ef_ucs4_tcvn5712_1.o .libs/ef_ucs4_koi8.o .libs/ef_ucs4_georgian_ps.o .libs/ef_ucs4_cp125x.o .libs/ef_ucs4_iscii.o .libs/ef_ucs4_jisx0201.o .libs/ef_ucs4_jisx0208.o .libs/ef_ucs4_jisx0212.o .libs/ef_ucs4_jisx0213.o .libs/ef_ucs4_ksc5601.o .libs/ef_ucs4_uhc.o .libs/ef_ucs4_johab.o .libs/ef_ucs4_gb2312.o .libs/ef_ucs4_gbk.o .libs/ef_ucs4_big5.o .libs/ef_ucs4_cns11643.o .libs/ef_gb18030_2000_intern.o -install_name /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmef.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libmef.dylib" && ln -s "libmef.2.dylib" "libmef.dylib")
libtool: link: ar cru .libs/libmef.a ef_parser.o ef_iso2022_parser.o ef_iso8859_parser.o ef_xct_parser.o ef_eucjp_parser.o ef_euckr_parser.o ef_euccn_parser.o ef_iso2022jp_parser.o ef_iso2022kr_parser.o ef_sjis_parser.o ef_big5_parser.o ef_euctw_parser.o ef_utf16_parser.o ef_iso2022cn_parser.o ef_hz_parser.o ef_utf8_parser.o ef_johab_parser.o ef_8bit_parser.o ef_utf32_parser.o ef_codepoint_parser.o ef_iso8859_conv.o ef_iso2022_conv.o ef_iso2022jp_conv.o ef_iso2022kr_conv.o ef_sjis_conv.o ef_utf8_conv.o ef_big5_conv.o ef_euctw_conv.o ef_iso2022cn_conv.o ef_hz_conv.o ef_utf16_conv.o ef_eucjp_conv.o ef_euckr_conv.o ef_euccn_conv.o ef_johab_conv.o ef_8bit_conv.o ef_xct_conv.o ef_utf32_conv.o ef_ucs4_map.o ef_locale_ucs4_map.o ef_zh_cn_map.o ef_zh_tw_map.o ef_zh_hk_map.o ef_ko_kr_map.o ef_viet_map.o ef_ja_jp_map.o ef_ru_map.o ef_uk_map.o ef_tg_map.o ef_char.o ef_sjis_env.o ef_tblfunc_loader.o ef_ucs_property.o ef_jisx0208_1983_property.o ef_jisx0213_2000_property.o ef_ucs4_iso8859.o ef_ucs4_viscii.o ef_ucs4_tcvn5712_1.o ef_ucs4_koi8.o ef_ucs4_georgian_ps.o ef_ucs4_cp125x.o ef_ucs4_iscii.o ef_ucs4_jisx0201.o ef_ucs4_jisx0208.o ef_ucs4_jisx0212.o ef_ucs4_jisx0213.o ef_ucs4_ksc5601.o ef_ucs4_uhc.o ef_ucs4_johab.o ef_ucs4_gb2312.o ef_ucs4_gbk.o ef_ucs4_big5.o ef_ucs4_cns11643.o ef_gb18030_2000_intern.o
libtool: link: ranlib .libs/libmef.a
libtool: link: ( cd ".libs" && rm -f "libmef.la" && ln -s "../libmef.la" "libmef.la" )
mkdir -p ../include/mef
for file in ef_parser.h ef_iso2022_parser.h ef_iso8859_parser.h ef_xct_parser.h ef_eucjp_parser.h ef_euckr_parser.h ef_euccn_parser.h ef_iso2022jp_parser.h ef_iso2022kr_parser.h ef_sjis_parser.h ef_big5_parser.h ef_euctw_parser.h ef_utf16_parser.h ef_iso2022cn_parser.h ef_hz_parser.h ef_utf8_parser.h ef_johab_parser.h ef_8bit_parser.h ef_utf32_parser.h ef_codepoint_parser.h ef_iso8859_conv.h ef_iso2022_conv.h ef_iso2022jp_conv.h ef_iso2022kr_conv.h ef_sjis_conv.h ef_utf8_conv.h ef_big5_conv.h ef_euctw_conv.h ef_iso2022cn_conv.h ef_hz_conv.h ef_utf16_conv.h ef_eucjp_conv.h ef_euckr_conv.h ef_euccn_conv.h ef_johab_conv.h ef_8bit_conv.h ef_xct_conv.h ef_utf32_conv.h ef_ucs4_map.h ef_locale_ucs4_map.h ef_zh_cn_map.h ef_zh_tw_map.h ef_zh_hk_map.h ef_ko_kr_map.h ef_viet_map.h ef_ja_jp_map.h ef_ru_map.h ef_uk_map.h ef_tg_map.h ef_char.h ef_sjis_env.h ef_property.h ef_ucs_property.h ef_charset.h ef_conv.h ; do \
if test -f ${file} ; \
then cp ${file} ../include/mef ; \
else cp ../src/${file} ../include/mef ; \
fi \
done
touch collect-headers
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_jisx0208.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_jisx0208.c -fno-common -DPIC -o .libs/ef_ucs4_jisx0208.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_jisx0208.c -o ef_ucs4_jisx0208.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_jisx0212.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_jisx0212.c -fno-common -DPIC -o .libs/ef_ucs4_jisx0212.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_jisx0212.c -o ef_ucs4_jisx0212.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_jisx0213.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_jisx0213.c -fno-common -DPIC -o .libs/ef_ucs4_jisx0213.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_jisx0213.c -o ef_ucs4_jisx0213.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmef_jajp.la ef_ucs4_jisx0208.lo ef_ucs4_jisx0212.lo ef_ucs4_jisx0213.lo \
-rpath /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef -module -avoid-version
libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libmef_jajp.so -bundle .libs/ef_ucs4_jisx0208.o .libs/ef_ucs4_jisx0212.o .libs/ef_ucs4_jisx0213.o
libtool: link: ar cru .libs/libmef_jajp.a ef_ucs4_jisx0208.o ef_ucs4_jisx0212.o ef_ucs4_jisx0213.o
libtool: link: ranlib .libs/libmef_jajp.a
libtool: link: ( cd ".libs" && rm -f "libmef_jajp.la" && ln -s "../libmef_jajp.la" "libmef_jajp.la" )
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_uhc.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_uhc.c -fno-common -DPIC -o .libs/ef_ucs4_uhc.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_uhc.c -o ef_ucs4_uhc.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_uhc_johab.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_uhc_johab.c -fno-common -DPIC -o .libs/ef_uhc_johab.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_uhc_johab.c -o ef_uhc_johab.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmef_kokr.la ef_ucs4_uhc.lo ef_uhc_johab.lo \
-rpath /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef -module -avoid-version
libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libmef_kokr.so -bundle .libs/ef_ucs4_uhc.o .libs/ef_uhc_johab.o
libtool: link: ar cru .libs/libmef_kokr.a ef_ucs4_uhc.o ef_uhc_johab.o
libtool: link: ranlib .libs/libmef_kokr.a
libtool: link: ( cd ".libs" && rm -f "libmef_kokr.la" && ln -s "../libmef_kokr.la" "libmef_kokr.la" )
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_gbk.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_gbk.c -fno-common -DPIC -o .libs/ef_ucs4_gbk.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_gbk.c -o ef_ucs4_gbk.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_big5.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_big5.c -fno-common -DPIC -o .libs/ef_ucs4_big5.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_big5.c -o ef_ucs4_big5.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_cns11643.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_cns11643.c -fno-common -DPIC -o .libs/ef_ucs4_cns11643.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_cns11643.c -o ef_ucs4_cns11643.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmef_zh.la ef_ucs4_gbk.lo ef_ucs4_big5.lo ef_ucs4_cns11643.lo \
-rpath /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef -module -avoid-version
libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libmef_zh.so -bundle .libs/ef_ucs4_gbk.o .libs/ef_ucs4_big5.o .libs/ef_ucs4_cns11643.o
libtool: link: ar cru .libs/libmef_zh.a ef_ucs4_gbk.o ef_ucs4_big5.o ef_ucs4_cns11643.o
libtool: link: ranlib .libs/libmef_zh.a
libtool: link: ( cd ".libs" && rm -f "libmef_zh.la" && ln -s "../libmef_zh.la" "libmef_zh.la" )
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_cp125x.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_cp125x.c -fno-common -DPIC -o .libs/ef_ucs4_cp125x.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_cp125x.c -o ef_ucs4_cp125x.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_koi8.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_koi8.c -fno-common -DPIC -o .libs/ef_ucs4_koi8.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_koi8.c -o ef_ucs4_koi8.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_georgian_ps.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_georgian_ps.c -fno-common -DPIC -o .libs/ef_ucs4_georgian_ps.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_georgian_ps.c -o ef_ucs4_georgian_ps.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_iso8859.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_iso8859.c -fno-common -DPIC -o .libs/ef_ucs4_iso8859.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_iso8859.c -o ef_ucs4_iso8859.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_tcvn5712_1.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_tcvn5712_1.c -fno-common -DPIC -o .libs/ef_ucs4_tcvn5712_1.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_tcvn5712_1.c -o ef_ucs4_tcvn5712_1.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_viscii.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_viscii.c -fno-common -DPIC -o .libs/ef_ucs4_viscii.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_viscii.c -o ef_ucs4_viscii.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_iscii.c
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_iscii.c -fno-common -DPIC -o .libs/ef_ucs4_iscii.o
libtool: compile: gcc -I../../baselib/include -g -O2 -I/usr/local/include -c ef_ucs4_iscii.c -o ef_ucs4_iscii.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmef_8bits.la ef_ucs4_cp125x.lo ef_ucs4_koi8.lo ef_ucs4_georgian_ps.lo ef_ucs4_iso8859.lo ef_ucs4_tcvn5712_1.lo ef_ucs4_viscii.lo ef_ucs4_iscii.lo \
-rpath /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mef -module -avoid-version
libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libmef_8bits.so -bundle .libs/ef_ucs4_cp125x.o .libs/ef_ucs4_koi8.o .libs/ef_ucs4_georgian_ps.o .libs/ef_ucs4_iso8859.o .libs/ef_ucs4_tcvn5712_1.o .libs/ef_ucs4_viscii.o .libs/ef_ucs4_iscii.o
libtool: link: ar cru .libs/libmef_8bits.a ef_ucs4_cp125x.o ef_ucs4_koi8.o ef_ucs4_georgian_ps.o ef_ucs4_iso8859.o ef_ucs4_tcvn5712_1.o ef_ucs4_viscii.o ef_ucs4_iscii.o
libtool: link: ranlib .libs/libmef_8bits.a
libtool: link: ( cd ".libs" && rm -f "libmef_8bits.la" && ln -s "../libmef_8bits.la" "libmef_8bits.la" )
(for dir in vtemu vtemu/libctl uitoolkit/libtype uitoolkit main man etc inputmethod/skk inputmethod/kbd tool/registobmp contrib/tool/mlterm-menu contrib/tool/mlcc tool/mlconfig tool/mlclient uitoolkit/libotl ; do (cd ${dir} ; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit ; done) && \
if test "all" != "clean" ; then touch BUILD_SUCCESS ; else rm -f BUILD_SUCCESS ; fi
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_char.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_char.c -fno-common -DPIC -o .libs/vt_char.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_char.c -o vt_char.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_str.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_str.c -fno-common -DPIC -o .libs/vt_str.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_str.c -o vt_str.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_line.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_line.c -fno-common -DPIC -o .libs/vt_line.o
vt_line.c:1481:53: warning: passing 'u_int32_t *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with
different sign [-Wpointer-sign]
char_index = (*bidi_func)(line, char_index, meet_pos_info);
^~~~~~~~~~~~~
1 warning generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_line.c -o vt_line.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_model.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_model.c -fno-common -DPIC -o .libs/vt_model.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_model.c -o vt_model.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_ot_layout.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_ot_layout.c -fno-common -DPIC -o .libs/vt_ot_layout.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_ot_layout.c -o vt_ot_layout.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_normalize.m
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_normalize.m -fno-common -DPIC -o .libs/vt_normalize.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_normalize.m -o vt_normalize.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_ctl_loader.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_ctl_loader.c -fno-common -DPIC -o .libs/vt_ctl_loader.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_ctl_loader.c -o vt_ctl_loader.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmlterm_coreotl.la vt_char.lo vt_str.lo vt_line.lo vt_model.lo vt_ot_layout.lo vt_normalize.lo vt_ctl_loader.lo \
-rpath /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib -avoid-version ../baselib/src/libpobl.la
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libmlterm_coreotl.dylib .libs/vt_char.o .libs/vt_str.o .libs/vt_line.o .libs/vt_model.o .libs/vt_ot_layout.o .libs/vt_normalize.o .libs/vt_ctl_loader.o ../baselib/src/.libs/libpobl.dylib -ldl -install_name /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libmlterm_coreotl.dylib -Wl,-single_module
libtool: link: ar cru .libs/libmlterm_coreotl.a vt_char.o vt_str.o vt_line.o vt_model.o vt_ot_layout.o vt_normalize.o vt_ctl_loader.o
libtool: link: ranlib .libs/libmlterm_coreotl.a
libtool: link: ( cd ".libs" && rm -f "libmlterm_coreotl.la" && ln -s "../libmlterm_coreotl.la" "libmlterm_coreotl.la" )
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_char_encoding.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_char_encoding.c -fno-common -DPIC -o .libs/vt_char_encoding.o
vt_char_encoding.c:358:30: 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);
^~~~~~~~~~
vt_char_encoding.c:377:30: 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.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_char_encoding.c -o vt_char_encoding.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_color.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_color.c -fno-common -DPIC -o .libs/vt_color.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_color.c -o vt_color.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_edit.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_edit.c -fno-common -DPIC -o .libs/vt_edit.o
vt_edit.c:630:32: warning: passing 'int *' to parameter of type 'u_int *' (aka 'unsigned int *') converts between pointers to integer types with different
sign [-Wpointer-sign]
CURSOR_LINE(edit), &edit->cursor.col_in_char, edit->cursor.col, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~
./vt_line.h:114:58: note: passing argument to parameter 'cols_rest' here
int vt_convert_col_to_char_index(vt_line_t *line, u_int *cols_rest, int col, int flag);
^
vt_edit.c:1189:31: warning: incompatible pointer types assigning to 'vt_char_t *' (aka 'struct vt_char *') from 'vt_protect_store_t *'
(aka 'struct vt_protect_store *') [-Wincompatible-pointer-types]
dst = save->chars = save + 1;
^ ~~~~~~~~
2 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_edit.c -o vt_edit.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_edit_util.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_edit_util.c -fno-common -DPIC -o .libs/vt_edit_util.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_edit_util.c -o vt_edit_util.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_edit_scroll.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_edit_scroll.c -fno-common -DPIC -o .libs/vt_edit_scroll.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_edit_scroll.c -o vt_edit_scroll.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_cursor.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_cursor.c -fno-common -DPIC -o .libs/vt_cursor.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_cursor.c -o vt_cursor.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_logical_visual.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_logical_visual.c -fno-common -DPIC -o .libs/vt_logical_visual.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_logical_visual.c -o vt_logical_visual.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_logs.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_logs.c -fno-common -DPIC -o .libs/vt_logs.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_logs.c -o vt_logs.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_screen.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_screen.c -fno-common -DPIC -o .libs/vt_screen.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_screen.c -o vt_screen.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_shape.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_shape.c -fno-common -DPIC -o .libs/vt_shape.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_shape.c -o vt_shape.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_str_parser.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_str_parser.c -fno-common -DPIC -o .libs/vt_str_parser.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_str_parser.c -o vt_str_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_term.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_term.c -fno-common -DPIC -o .libs/vt_term.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_term.c -o vt_term.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_parser.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_parser.c -fno-common -DPIC -o .libs/vt_parser.o
vt_parser.c:349:15: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
sprintf(p, area_table[count].min == area_table[count].max ? "U+%x" : "U+%x-%x",
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~
vt_parser.c:351: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]
p += strlen(p);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:359:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char [1]' converts between pointers to integer types with different sign
[-Wpointer-sign]
value = "";
^ ~~
vt_parser.c:362:27: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_response_config(pty, key, value, to_menu);
^~~
./vt_pty.h:65:49: note: passing argument to parameter 'key' here
void vt_response_config(vt_pty_ptr_t pty, char *key, char *value, int to_menu);
^
vt_parser.c:362:32: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_response_config(pty, key, value, to_menu);
^~~~~
./vt_pty.h:65:60: note: passing argument to parameter 'value' here
void vt_response_config(vt_pty_ptr_t pty, char *key, char *value, int to_menu);
^
vt_parser.c:1483:30: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
(*parser->set_str)(parser, src, len);
^~~
vt_parser.c:1505:32: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
(*parser->set_str)(parser, src, len);
^~~
vt_parser.c:1506:48: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
len = vt_char_encoding_convert_with_parser(dst, num_chars * UTF_MAX_SIZE, dst_encoding,
^~~
./vt_char_encoding.h:125:53: note: passing argument to parameter 'dst' here
size_t vt_char_encoding_convert_with_parser(u_char *dst, size_t dst_len,
^
vt_parser.c:1525:23: warning: assigning to 'char *' from 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign
[-Wpointer-sign]
vt_parser->win_name = name;
^ ~~~~
vt_parser.c:1542:24: warning: assigning to 'char *' from 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign
[-Wpointer-sign]
vt_parser->icon_name = name;
^ ~~~~
vt_parser.c:1609:37: warning: passing 'char [29]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:1638:37: warning: passing 'char [29]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:1650:37: warning: passing 'char [29]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:1688:36: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
len = vt_char_encoding_convert(p, len * UTF_MAX_SIZE, dst_encoding,
^
./vt_char_encoding.h:122:41: note: passing argument to parameter 'dst' here
size_t vt_char_encoding_convert(u_char *dst, size_t dst_len, vt_char_encoding_t dst_encoding,
^
vt_parser.c:1689:36: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
title, len, src_encoding);
^~~~~
./vt_char_encoding.h:123:41: note: passing argument to parameter 'src' here
u_char *src, size_t src_len, vt_char_encoding_t src_encoding);
^
vt_parser.c:1705:35: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:1710:35: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, pre, 3);
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:1711:35: warning: passing 'char [3]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, "\x1b\\", 2);
^~~~~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:1784:37: warning: passing 'char [64]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:1815:39: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, p + 2 - seq);
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:1912:35: warning: passing 'char [5127]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:2259: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 (strncmp(p, "\x1d\x38k @\x1f", 6) == 0) {
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:84:26: note: passing argument to
parameter '__s1' here
int strncmp(const char *__s1, const char *__s2, size_t __n);
^
vt_parser.c:2849:37: warning: passing 'char [37]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:2866:37: warning: passing 'char [35]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:2876:22: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
while ((p = strchr(pt, ';'))) {
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:76:26: note: passing argument to
parameter '__s' here
char *strchr(const char *__s, int __c);
^
vt_parser.c:2888:33: 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 = vt_get_color(pt)) != VT_UNKNOWN_COLOR) {
^~
./vt_color.h:87:37: note: passing argument to parameter 'name' here
vt_color_t vt_get_color(const char *name);
^
vt_parser.c:2894: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))) {
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:39:31: note: expanded from macro
'alloca'
#define alloca(size) __alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:40:41: note: expanded from macro
'__alloca'
#define __alloca(size) __builtin_alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:2904:8: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
pt = next;
^ ~~~~
vt_parser.c:2925:22: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
while ((p = strchr(pt, ';'))) {
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:76:26: note: passing argument to
parameter '__s' here
char *strchr(const char *__s, int __c);
^
vt_parser.c:2944:8: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
pt = next;
^ ~~~~
vt_parser.c:2952: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]
if ((next = strchr(pt, ';'))) {
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:76:26: note: passing argument to
parameter '__s' here
char *strchr(const char *__s, int __c);
^
vt_parser.c:2957:18: 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) {
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:2968: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(vt_parser, key, pt, 0);
^~
vt_parser.c:2496:81: note: passing argument to parameter 'val' here
static void config_protocol_set_simple(vt_parser_t *vt_parser, char *key, char *val,
^
vt_parser.c:2976:8: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
pt = next;
^ ~~~~
vt_parser.c:2998:28: warning: incompatible pointer types passing 'u_char **' (aka 'unsigned char **') to parameter of type 'char **'
[-Wincompatible-pointer-types]
while ((p = bl_str_sep(&pt, ";"))) {
^~~
../baselib/include/pobl/bl_str.h:14:40: note: expanded from macro 'bl_str_sep'
#define bl_str_sep(strp, delim) strsep(strp, delim)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:165:21: note: passing argument to
parameter '__stringp' here
char *strsep(char **__stringp, const char *__delim);
^
vt_parser.c:2998:15: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
while ((p = bl_str_sep(&pt, ";"))) {
^ ~~~~~~~~~~~~~~~~~~~~
vt_parser.c:3004:22: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
color = atoi(p);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:135:23: note: passing argument to
parameter here
int atoi(const char *);
^
vt_parser.c:3023: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]
if ((p = strchr(encoded, ';'))) {
^~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:76:26: note: passing argument to
parameter '__s' here
char *strchr(const char *__s, int __c);
^
vt_parser.c:3023:12: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
if ((p = strchr(encoded, ';'))) {
^ ~~~~~~~~~~~~~~~~~~~~
vt_parser.c:3028:15: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char [3]' converts between pointers to integer types with different sign
[-Wpointer-sign]
targets = "s0";
^ ~~~~
vt_parser.c:3031: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)) ||
^~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3032:35: 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 = vt_base64_decode(decoded, encoded, e_len)) == 0 || !(str = vt_str_new(d_len))) {
^~~~~~~
./vt_util.h:12:31: note: passing argument to parameter 'decoded' here
size_t vt_base64_decode(char *decoded, const char *encoded, size_t e_len);
^
vt_parser.c:3032: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]
(d_len = vt_base64_decode(decoded, encoded, e_len)) == 0 || !(str = vt_str_new(d_len))) {
^~~~~~~
./vt_util.h:12:52: note: passing argument to parameter 'encoded' here
size_t vt_base64_decode(char *decoded, const char *encoded, size_t e_len);
^
vt_parser.c:3064:12: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
unlink(vt_parser->macros[id].str);
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/unistd.h:493:25: note: passing argument to
parameter here
int unlink(const char *);
^
vt_parser.c:3095:16: 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(hex) / 2 + 1;
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3121: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]
if ((p = strchr(hex + 1, ';'))) {
^~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:76:26: note: passing argument to
parameter '__s' here
char *strchr(const char *__s, int __c);
^
vt_parser.c:3121:18: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
if ((p = strchr(hex + 1, ';'))) {
^ ~~~~~~~~~~~~~~~~~~~~
vt_parser.c:3123:35: 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 ((rep_count = atoi(hex + 1)) > 1) {
^~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:135:23: note: passing argument to
parameter here
int atoi(const char *);
^
vt_parser.c:3143:25: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
strncpy(text + count, rep_beg, rep_len);
^~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_string.h:124:28: note: expanded from
macro 'strncpy'
__builtin___strncpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
^~~~
vt_parser.c:3143:39: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
strncpy(text + count, rep_beg, rep_len);
^~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_string.h:124:34: note: expanded from
macro 'strncpy'
__builtin___strncpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
^~~~~~~~~~~
vt_parser.c:3185: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]
ps[num++] = atoi(param);
^~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:135:23: note: passing argument to
parameter here
int atoi(const char *);
^
vt_parser.c:3226:33: 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 == 'q' && (strrchr(p, 0x9c) || ((p = strrchr(p, '\\')) && *(p - 1) == '\x1b'))) {
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:87:27: note: passing argument to
parameter '__s' here
char *strrchr(const char *__s, int __c);
^
vt_parser.c:3226:59: 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 == 'q' && (strrchr(p, 0x9c) || ((p = strrchr(p, '\\')) && *(p - 1) == '\x1b'))) {
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:87:27: note: passing argument to
parameter '__s' here
char *strrchr(const char *__s, int __c);
^
vt_parser.c:3226:49: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
if (*p == 'q' && (strrchr(p, 0x9c) || ((p = strrchr(p, '\\')) && *(p - 1) == '\x1b'))) {
^ ~~~~~~~~~~~~~~~~
vt_parser.c:3238:60: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
fwrite(vt_parser->macros[ps[0]].str, 1, strlen(vt_parser->macros[ps[0]].str), fp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3242:42: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
vt_parser->macros[ps[0]].str = path;
^ ~~~~
vt_parser.c:3254:43: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_parser->macros[ps[0]].str = strdup(data);
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:117:26: note: passing argument to
parameter '__s1' here
char *strdup(const char *__s1);
^
vt_parser.c:3254:34: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
vt_parser->macros[ps[0]].str = strdup(data);
^ ~~~~~~~~~~~~
vt_parser.c:3265:31: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
show_picture(vt_parser, vt_parser->macros[id].str, 0, 0, 0, 0, 0, 0, 0, 3);
^~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:1952:56: note: passing argument to parameter 'file_path' here
static void show_picture(vt_parser_t *vt_parser, char *file_path, int clip_beg_col,
^
vt_parser.c:3270:29: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
strlen(vt_parser->macros[id].str), 0, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3278:37: 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 ((response = alloca(5 + strlen(key) + 1 + strlen(value) * 2 + 3))) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:39:31: note: expanded from macro
'alloca'
#define alloca(size) __alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:40:41: note: expanded from macro
'__alloca'
#define __alloca(size) __builtin_alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3278: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]
if ((response = alloca(5 + strlen(key) + 1 + strlen(value) * 2 + 3))) {
^~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:39:31: note: expanded from macro
'alloca'
#define alloca(size) __alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:40:41: note: expanded from macro
'__alloca'
#define __alloca(size) __builtin_alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3281:13: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
sprintf(response, "\x1bP1+r%s=", key);
^~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~
vt_parser.c:3282: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]
for (dst = response + strlen(response); *value; value++, dst += 2) {
^~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3288:12: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
strcpy(dst, "\x1b\\");
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_string.h:83:27: note: expanded from
macro 'strcpy'
__builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
^~~~
vt_parser.c:3290:43: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(pty, response, strlen(response));
^~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3305: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]
if ((deckey = alloca(strlen(key) / 2 + 1))) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:39:31: note: expanded from macro
'alloca'
#define alloca(size) __alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:40:41: note: expanded from macro
'__alloca'
#define __alloca(size) __builtin_alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3313:10: 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]
{"%1", "khlp", SPKEY_F15, 0},
^~~~
vt_parser.c:3313:16: 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]
{"%1", "khlp", SPKEY_F15, 0},
^~~~~~
vt_parser.c:3314:10: 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]
{"#1", "kHLP", SPKEY_F15, 2},
^~~~
vt_parser.c:3314:16: 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]
{"#1", "kHLP", SPKEY_F15, 2},
^~~~~~
vt_parser.c:3315:10: 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]
{"@0", "kfnd", SPKEY_FIND, 0},
^~~~
vt_parser.c:3315:16: 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]
{"@0", "kfnd", SPKEY_FIND, 0},
^~~~~~
vt_parser.c:3316:10: 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]
{"*0", "kFND", SPKEY_FIND, 2},
^~~~
vt_parser.c:3316:16: 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]
{"*0", "kFND", SPKEY_FIND, 2},
^~~~~~
vt_parser.c:3317:10: 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]
{"*6", "kslt", SPKEY_SELECT, 0},
^~~~
vt_parser.c:3317:16: 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]
{"*6", "kslt", SPKEY_SELECT, 0},
^~~~~~
vt_parser.c:3318:10: 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]
{"#6", "kSLT", SPKEY_SELECT, 2},
^~~~
vt_parser.c:3318:16: 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]
{"#6", "kSLT", SPKEY_SELECT, 2},
^~~~~~
vt_parser.c:3320:10: 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]
{"kh", "khome", SPKEY_HOME, 0},
^~~~
vt_parser.c:3320:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [6]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"kh", "khome", SPKEY_HOME, 0},
^~~~~~~
vt_parser.c:3321:10: 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]
{"#2", "kHOM", SPKEY_HOME, 2},
^~~~
vt_parser.c:3321:16: 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]
{"#2", "kHOM", SPKEY_HOME, 2},
^~~~~~
vt_parser.c:3322:10: 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]
{"@7", "kend", SPKEY_END, 0},
^~~~
vt_parser.c:3322:16: 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]
{"@7", "kend", SPKEY_END, 0},
^~~~~~
vt_parser.c:3323:10: 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]
{"*7", "kEND", SPKEY_END, 2},
^~~~
vt_parser.c:3323:16: 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]
{"*7", "kEND", SPKEY_END, 2},
^~~~~~
vt_parser.c:3325:10: 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]
{"kl", "kcub1", SPKEY_LEFT, 0},
^~~~
vt_parser.c:3325:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [6]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"kl", "kcub1", SPKEY_LEFT, 0},
^~~~~~~
vt_parser.c:3326:10: 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]
{"kr", "kcuf1", SPKEY_RIGHT, 0},
^~~~
vt_parser.c:3326:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [6]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"kr", "kcuf1", SPKEY_RIGHT, 0},
^~~~~~~
vt_parser.c:3327:10: 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]
{"ku", "kcuu1", SPKEY_UP, 0},
^~~~
vt_parser.c:3327:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [6]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"ku", "kcuu1", SPKEY_UP, 0},
^~~~~~~
vt_parser.c:3328:10: 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]
{"kd", "kcud1", SPKEY_DOWN, 0},
^~~~
vt_parser.c:3328:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [6]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"kd", "kcud1", SPKEY_DOWN, 0},
^~~~~~~
vt_parser.c:3330:10: 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]
{"#4", "kLFT", SPKEY_LEFT, 2},
^~~~
vt_parser.c:3330:16: 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]
{"#4", "kLFT", SPKEY_LEFT, 2},
^~~~~~
vt_parser.c:3331:10: 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]
{"%i", "kRIT", SPKEY_RIGHT, 2},
^~~~
vt_parser.c:3331:16: 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]
{"%i", "kRIT", SPKEY_RIGHT, 2},
^~~~~~
vt_parser.c:3332:10: 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]
{"kF", "kind", SPKEY_DOWN, 2},
^~~~
vt_parser.c:3332:16: 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]
{"kF", "kind", SPKEY_DOWN, 2},
^~~~~~
vt_parser.c:3333:10: 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]
{"kR", "kri", SPKEY_UP, 2},
^~~~
vt_parser.c:3333:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"kR", "kri", SPKEY_UP, 2},
^~~~~
vt_parser.c:3335:10: 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]
{"k1", "kf1", SPKEY_F1, 0},
^~~~
vt_parser.c:3335:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"k1", "kf1", SPKEY_F1, 0},
^~~~~
vt_parser.c:3336:10: 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]
{"k2", "kf2", SPKEY_F2, 0},
^~~~
vt_parser.c:3336:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"k2", "kf2", SPKEY_F2, 0},
^~~~~
vt_parser.c:3337:10: 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]
{"k3", "kf3", SPKEY_F3, 0},
^~~~
vt_parser.c:3337:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"k3", "kf3", SPKEY_F3, 0},
^~~~~
vt_parser.c:3338:10: 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]
{"k4", "kf4", SPKEY_F4, 0},
^~~~
vt_parser.c:3338:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"k4", "kf4", SPKEY_F4, 0},
^~~~~
vt_parser.c:3339:10: 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]
{"k5", "kf5", SPKEY_F5, 0},
^~~~
vt_parser.c:3339:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"k5", "kf5", SPKEY_F5, 0},
^~~~~
vt_parser.c:3340:10: 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]
{"k6", "kf6", SPKEY_F6, 0},
^~~~
vt_parser.c:3340:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"k6", "kf6", SPKEY_F6, 0},
^~~~~
vt_parser.c:3341:10: 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]
{"k7", "kf7", SPKEY_F7, 0},
^~~~
vt_parser.c:3341:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"k7", "kf7", SPKEY_F7, 0},
^~~~~
vt_parser.c:3342:10: 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]
{"k8", "kf8", SPKEY_F8, 0},
^~~~
vt_parser.c:3342:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"k8", "kf8", SPKEY_F8, 0},
^~~~~
vt_parser.c:3343:10: 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]
{"k9", "kf9", SPKEY_F9, 0},
^~~~
vt_parser.c:3343:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"k9", "kf9", SPKEY_F9, 0},
^~~~~
vt_parser.c:3344:10: 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]
{"k;", "kf10", SPKEY_F10, 0},
^~~~
vt_parser.c:3344:16: 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]
{"k;", "kf10", SPKEY_F10, 0},
^~~~~~
vt_parser.c:3346:10: 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]
{"F1", "kf11", SPKEY_F11, 0},
^~~~
vt_parser.c:3346:16: 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]
{"F1", "kf11", SPKEY_F11, 0},
^~~~~~
vt_parser.c:3347:10: 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]
{"F2", "kf12", SPKEY_F12, 0},
^~~~
vt_parser.c:3347:16: 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]
{"F2", "kf12", SPKEY_F12, 0},
^~~~~~
vt_parser.c:3348:10: 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]
{"F3", "kf13", SPKEY_F13, 0},
^~~~
vt_parser.c:3348:16: 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]
{"F3", "kf13", SPKEY_F13, 0},
^~~~~~
vt_parser.c:3349:10: 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]
{"F4", "kf14", SPKEY_F14, 0},
^~~~
vt_parser.c:3349:16: 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]
{"F4", "kf14", SPKEY_F14, 0},
^~~~~~
vt_parser.c:3350:10: 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]
{"F5", "kf15", SPKEY_F15, 0},
^~~~
vt_parser.c:3350:16: 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]
{"F5", "kf15", SPKEY_F15, 0},
^~~~~~
vt_parser.c:3351:10: 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]
{"F6", "kf16", SPKEY_F16, 0},
^~~~
vt_parser.c:3351:16: 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]
{"F6", "kf16", SPKEY_F16, 0},
^~~~~~
vt_parser.c:3352:10: 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]
{"F7", "kf17", SPKEY_F17, 0},
^~~~
vt_parser.c:3352:16: 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]
{"F7", "kf17", SPKEY_F17, 0},
^~~~~~
vt_parser.c:3353:10: 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]
{"F8", "kf18", SPKEY_F18, 0},
^~~~
vt_parser.c:3353:16: 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]
{"F8", "kf18", SPKEY_F18, 0},
^~~~~~
vt_parser.c:3354:10: 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]
{"F9", "kf19", SPKEY_F19, 0},
^~~~
vt_parser.c:3354:16: 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]
{"F9", "kf19", SPKEY_F19, 0},
^~~~~~
vt_parser.c:3355:10: 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]
{"FA", "kf20", SPKEY_F20, 0},
^~~~
vt_parser.c:3355:16: 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]
{"FA", "kf20", SPKEY_F20, 0},
^~~~~~
vt_parser.c:3356:10: 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]
{"FB", "kf21", SPKEY_F21, 0},
^~~~
vt_parser.c:3356:16: 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]
{"FB", "kf21", SPKEY_F21, 0},
^~~~~~
vt_parser.c:3357:10: 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]
{"FC", "kf22", SPKEY_F22, 0},
^~~~
vt_parser.c:3357:16: 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]
{"FC", "kf22", SPKEY_F22, 0},
^~~~~~
vt_parser.c:3358:10: 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]
{"FD", "kf23", SPKEY_F23, 0},
^~~~
vt_parser.c:3358:16: 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]
{"FD", "kf23", SPKEY_F23, 0},
^~~~~~
vt_parser.c:3359:10: 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]
{"FE", "kf24", SPKEY_F24, 0},
^~~~
vt_parser.c:3359:16: 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]
{"FE", "kf24", SPKEY_F24, 0},
^~~~~~
vt_parser.c:3360:10: 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]
{"FF", "kf25", SPKEY_F25, 0},
^~~~
vt_parser.c:3360:16: 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]
{"FF", "kf25", SPKEY_F25, 0},
^~~~~~
vt_parser.c:3361:10: 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]
{"FG", "kf26", SPKEY_F26, 0},
^~~~
vt_parser.c:3361:16: 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]
{"FG", "kf26", SPKEY_F26, 0},
^~~~~~
vt_parser.c:3362:10: 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]
{"FH", "kf27", SPKEY_F27, 0},
^~~~
vt_parser.c:3362:16: 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]
{"FH", "kf27", SPKEY_F27, 0},
^~~~~~
vt_parser.c:3363:10: 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]
{"FI", "kf28", SPKEY_F28, 0},
^~~~
vt_parser.c:3363:16: 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]
{"FI", "kf28", SPKEY_F28, 0},
^~~~~~
vt_parser.c:3364:10: 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]
{"FJ", "kf29", SPKEY_F29, 0},
^~~~
vt_parser.c:3364:16: 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]
{"FJ", "kf29", SPKEY_F29, 0},
^~~~~~
vt_parser.c:3365:10: 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]
{"FK", "kf30", SPKEY_F30, 0},
^~~~
vt_parser.c:3365:16: 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]
{"FK", "kf30", SPKEY_F30, 0},
^~~~~~
vt_parser.c:3366:10: 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]
{"FL", "kf31", SPKEY_F31, 0},
^~~~
vt_parser.c:3366:16: 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]
{"FL", "kf31", SPKEY_F31, 0},
^~~~~~
vt_parser.c:3367:10: 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]
{"FM", "kf32", SPKEY_F32, 0},
^~~~
vt_parser.c:3367:16: 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]
{"FM", "kf32", SPKEY_F32, 0},
^~~~~~
vt_parser.c:3368:10: 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]
{"FN", "kf33", SPKEY_F33, 0},
^~~~
vt_parser.c:3368:16: 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]
{"FN", "kf33", SPKEY_F33, 0},
^~~~~~
vt_parser.c:3369:10: 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]
{"FO", "kf34", SPKEY_F34, 0},
^~~~
vt_parser.c:3369:16: 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]
{"FO", "kf34", SPKEY_F34, 0},
^~~~~~
vt_parser.c:3370:10: 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]
{"FP", "kf35", SPKEY_F35, 0},
^~~~
vt_parser.c:3370:16: 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]
{"FP", "kf35", SPKEY_F35, 0},
^~~~~~
vt_parser.c:3371:10: 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]
{"FQ", "kf36", SPKEY_F36, 0},
^~~~
vt_parser.c:3371:16: 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]
{"FQ", "kf36", SPKEY_F36, 0},
^~~~~~
vt_parser.c:3372:10: 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]
{"FR", "kf37", SPKEY_F37, 0},
^~~~
vt_parser.c:3372:16: 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]
{"FR", "kf37", SPKEY_F37, 0},
^~~~~~
vt_parser.c:3374:10: 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]
{"K1", "ka1", SPKEY_KP_HOME, 0},
^~~~
vt_parser.c:3374:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"K1", "ka1", SPKEY_KP_HOME, 0},
^~~~~
vt_parser.c:3375:10: 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]
{"K4", "kc1", SPKEY_KP_END, 0},
^~~~
vt_parser.c:3375:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"K4", "kc1", SPKEY_KP_END, 0},
^~~~~
vt_parser.c:3376:10: 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]
{"K3", "ka3", SPKEY_KP_PRIOR, 0},
^~~~
vt_parser.c:3376:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"K3", "ka3", SPKEY_KP_PRIOR, 0},
^~~~~
vt_parser.c:3377:10: 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]
{"K5", "kc3", SPKEY_KP_NEXT, 0},
^~~~
vt_parser.c:3377:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"K5", "kc3", SPKEY_KP_NEXT, 0},
^~~~~
vt_parser.c:3378:10: 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]
{"kB", "kcbt", SPKEY_ISO_LEFT_TAB, 0},
^~~~
vt_parser.c:3378:16: 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]
{"kB", "kcbt", SPKEY_ISO_LEFT_TAB, 0},
^~~~~~
vt_parser.c:3380:10: 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]
{"kD", "kdch1", SPKEY_DELETE, 0},
^~~~
vt_parser.c:3380:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [6]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"kD", "kdch1", SPKEY_DELETE, 0},
^~~~~~~
vt_parser.c:3381:10: 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]
{"kI", "kich1", SPKEY_INSERT, 0},
^~~~
vt_parser.c:3381:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [6]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"kI", "kich1", SPKEY_INSERT, 0},
^~~~~~~
vt_parser.c:3383:10: 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]
{"kN", "knp", SPKEY_NEXT, 0},
^~~~
vt_parser.c:3383:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"kN", "knp", SPKEY_NEXT, 0},
^~~~~
vt_parser.c:3384:10: 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]
{"kP", "kpp", SPKEY_PRIOR, 0},
^~~~
vt_parser.c:3384:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"kP", "kpp", SPKEY_PRIOR, 0},
^~~~~
vt_parser.c:3385:10: 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]
{"%c", "kNXT", SPKEY_NEXT, 2},
^~~~
vt_parser.c:3385:16: 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]
{"%c", "kNXT", SPKEY_NEXT, 2},
^~~~~~
vt_parser.c:3386:10: 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]
{"%e", "kPRV", SPKEY_PRIOR, 2},
^~~~
vt_parser.c:3386:16: 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]
{"%e", "kPRV", SPKEY_PRIOR, 2},
^~~~~~
vt_parser.c:3389:10: 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]
{"kb", "kbs", SPKEY_BACKSPACE, 0},
^~~~
vt_parser.c:3389:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [4]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"kb", "kbs", SPKEY_BACKSPACE, 0},
^~~~~
vt_parser.c:3391:10: 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]
{"Co", "colors", -1, 0},
^~~~
vt_parser.c:3391:16: warning: initializing 'u_char *' (aka 'unsigned char *') with an expression of type 'char [7]' converts between pointers to integer types
with different sign [-Wpointer-sign]
{"Co", "colors", -1, 0},
^~~~~~~~
vt_parser.c:3392:10: 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]
{"TN", "name", -2, 0},
^~~~
vt_parser.c:3392:16: 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]
{"TN", "name", -2, 0},
^~~~~~
vt_parser.c:3405:18: 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(deckey, db[idx].tckey) == 0 || strcmp(deckey, db[idx].tikey) == 0) {
^~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3405: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 (strcmp(deckey, db[idx].tckey) == 0 || strcmp(deckey, db[idx].tikey) == 0) {
^~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:43: note: passing argument to
parameter '__s2' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3405:56: 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(deckey, db[idx].tckey) == 0 || strcmp(deckey, db[idx].tikey) == 0) {
^~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3405:64: 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(deckey, db[idx].tckey) == 0 || strcmp(deckey, db[idx].tikey) == 0) {
^~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:43: note: passing argument to
parameter '__s2' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3407:17: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char [4]' converts between pointers to integer types with different sign
[-Wpointer-sign]
value = "256";
^ ~~~~~
vt_parser.c:3409:17: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char [7]' converts between pointers to integer types with different sign
[-Wpointer-sign]
value = "mlterm";
^ ~~~~~~~~
vt_parser.c:3411:17: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
value = vt_termcap_special_key_to_seq(
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:3427:35: warning: passing 'char [8]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, "\x1bP0+r\x1b\\", 7);
^~~~~~~~~~~~~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3433:35: warning: passing 'char [7]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, "\x1bP1$r0", 6);
^~~~~~~~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3436:37: warning: passing 'char [3]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, ";1", 2);
^~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3440:37: warning: passing 'char [3]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, ";3", 2);
^~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3444:37: warning: passing 'char [3]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, ";4", 2);
^~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3448:37: warning: passing 'char [3]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, ";5", 2);
^~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3452:37: warning: passing 'char [3]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, ";7", 2);
^~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3456:37: warning: passing 'char [3]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, ":8", 2);
^~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3460:37: warning: passing 'char [3]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, ";9", 2);
^~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3464:37: warning: passing 'char [4]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, ";21", 3);
^~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3468:37: warning: passing 'char [4]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, ":53", 3);
^~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3483:35: warning: passing 'char [10]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, color, strlen(color));
^~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3498:35: warning: passing 'char [10]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, color, strlen(color));
^~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3501:35: warning: passing 'char [4]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, "m\x1b\\", 3);
^~~~~~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3509: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]
if (strcmp(key, "\"q") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3511:9: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
val = vt_parser->is_protected ? "1" : "0"; /* Both 0 and 2 => is_protected = 0 */
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:3512: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]
} else if (strcmp(key, "\"p") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3514:9: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char [5]' converts between pointers to integer types with different sign
[-Wpointer-sign]
val = "63;1";
^ ~~~~~~
vt_parser.c:3515: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]
} else if (strcmp(key, "r") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3518:13: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
sprintf(val, "%d;%d", vt_parser->screen->edit->vmargin_beg + 1,
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~
vt_parser.c:3520: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]
} else if (strcmp(key, "s") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3523:13: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
sprintf(val, "%d;%d", vt_parser->screen->edit->hmargin_beg + 1,
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~
vt_parser.c:3525: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]
} else if (strcmp(key, " q") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3531: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]
} else if (strcmp(key, "$}") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3533:9: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
val = vt_status_line_is_focused(vt_parser->screen) ? "1" : "0";
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:3534: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]
} else if (strcmp(key, "$~") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3536:9: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
val = vt_screen_has_status_line(vt_parser->screen) ? "2" : "0";
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:3537: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]
} else if (strcmp(key, "*x") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3539:9: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
val = vt_screen_is_using_rect_attr_select(vt_parser->screen) ? "2" : "1";
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:3540: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]
} else if (strcmp(key, "){") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3543:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char [2]' converts between pointers to integer types with different sign
[-Wpointer-sign]
val = "0";
^ ~~~
vt_parser.c:3545:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char [2]' converts between pointers to integer types with different sign
[-Wpointer-sign]
val = "1";
^ ~~~
vt_parser.c:3547:11: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char [2]' converts between pointers to integer types with different sign
[-Wpointer-sign]
val = "2";
^ ~~~
vt_parser.c:3549: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]
} else if (strcmp(key, "$|") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3552:13: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
sprintf(val, "%d", vt_screen_get_logical_cols(vt_parser->screen));
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~
vt_parser.c:3553: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]
} else if (strcmp(key, "t") == 0 || strcmp(key, "*|") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3553: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]
} else if (strcmp(key, "t") == 0 || strcmp(key, "*|") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3556:13: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
sprintf(val, "%d", vt_screen_get_logical_rows(vt_parser->screen));
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~
vt_parser.c:3557: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]
} else if (strcmp(key, "m") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3562: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]
u_int ps = atoi(key);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:135:23: note: passing argument to
parameter here
int atoi(const char *);
^
vt_parser.c:3564: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]
key += (strlen(key) - 2);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3566:16: 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(key, ",|") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3591:15: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
sprintf(val, "1;%d;%d", colors[0], colors[1]);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~
vt_parser.c:3592: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]
} else if (strcmp(key, ",}") == 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:3597:17: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
sprintf(val, "%d;%d;%d", ps, vt_parser->alt_colors.fg[idx], vt_parser->alt_colors.bg[idx]);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~
vt_parser.c:3613: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 ((seq = alloca(7 + strlen(val) + strlen(key) + 1))) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:39:31: note: expanded from macro
'alloca'
#define alloca(size) __alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:40:41: note: expanded from macro
'__alloca'
#define __alloca(size) __builtin_alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3613: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]
if ((seq = alloca(7 + strlen(val) + strlen(key) + 1))) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:39:31: note: expanded from macro
'alloca'
#define alloca(size) __alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/alloca.h:40:41: note: expanded from macro
'__alloca'
#define __alloca(size) __builtin_alloca(size)
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3614:13: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
sprintf(seq, "\x1bP1$r%s%s\x1b\\", val, key);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~
vt_parser.c:3615:49: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:3621:35: warning: passing 'char [8]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, "\x1bP1$r\x1b\\", 7);
^~~~~~~~~~~~~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:3625:35: warning: passing 'char [8]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, "\x1bP0$r\x1b\\", 7);
^~~~~~~~~~~~~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:4005:37: warning: incompatible pointer types assigning to 'size_t (*)(void *, u_char *, size_t)' (aka 'unsigned long (*)(void *, unsigned char *,
unsigned long)') from 'int (vt_parser_t *, const u_char *, size_t)' (aka 'int (struct vt_parser *, const unsigned char *, unsigned long)')
[-Wincompatible-pointer-types]
vt_parser->pty_hook.pre_write = vt_parser_write_loopback;
^ ~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:4159:35: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:4193:24: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:4202:24: warning: passing 'char [56]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:4320: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;
^~
vt_parser.c:4592:32: 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);
^~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:135:23: note: passing argument to
parameter here
int atoi(const char *);
^
vt_parser.c:4644:45: warning: passing 'char [19]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:4763:43: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:4916:45: warning: passing 'char [18]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:4946:45: warning: passing 'char [8]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, "\x1bP0$s\x1b\\", 7);
^~~~~~~~~~~~~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:5137:45: warning: passing 'char [22]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:5277:45: warning: passing 'char [16]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:5571: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]
vt_write_to_pty(vt_parser->pty, "\x1b[0n", 4);
^~~~~~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:5579: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]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:5636: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]
vt_write_to_pty(vt_parser->pty, "\x1b[1t", 4); /* XXX always non-iconified */
^~~~~~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:5638:43: warning: passing 'char [9]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, "\x1b[3;0;0t", 8);
^~~~~~~~~~~~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:5679:40: 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(vt_parser, pop_from_saved_names(&vt_parser->saved_icon_names));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:1539:35: note: passing argument to parameter 'name' here
u_char *name /* should be malloc'ed or NULL. */
^
vt_parser.c:5683:42: 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(vt_parser, pop_from_saved_names(&vt_parser->saved_win_names));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:1522:37: note: passing argument to parameter 'name' here
u_char *name /* should be malloc'ed or NULL. */
^
vt_parser.c:5706:43: warning: passing 'char [21]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, sizeof(seq) - 1);
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:5796:51: 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 ((pt = parse_title(vt_parser, strdup(pt)))) {
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:117:26: note: passing argument to
parameter '__s1' here
char *strdup(const char *__s1);
^
vt_parser.c:5796:19: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
if ((pt = parse_title(vt_parser, strdup(pt)))) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:5798: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]
set_icon_name(vt_parser, strdup(pt));
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:117:26: note: passing argument to
parameter '__s1' here
char *strdup(const char *__s1);
^
vt_parser.c:5798: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_icon_name(vt_parser, strdup(pt));
^~~~~~~~~~
vt_parser.c:1539:35: note: passing argument to parameter 'name' here
u_char *name /* should be malloc'ed or NULL. */
^
vt_parser.c:5805:51: 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 ((pt = parse_title(vt_parser, strdup(pt)))) {
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:117:26: note: passing argument to
parameter '__s1' here
char *strdup(const char *__s1);
^
vt_parser.c:5805:19: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
if ((pt = parse_title(vt_parser, strdup(pt)))) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:5813:51: 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 ((pt = parse_title(vt_parser, strdup(pt)))) {
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:117:26: note: passing argument to
parameter '__s1' here
char *strdup(const char *__s1);
^
vt_parser.c:5813:19: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
if ((pt = parse_title(vt_parser, strdup(pt)))) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vt_parser.c:5836: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 (strcmp(pt, "?") != 0) /* ?:query rgb */ {
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:77:25: note: passing argument to
parameter '__s1' here
int strcmp(const char *__s1, const char *__s2);
^
vt_parser.c:5839:68: 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(vt_parser, "cursor_bg_color", pt, 1);
^~
vt_parser.c:2496:81: note: passing argument to parameter 'val' here
static void config_protocol_set_simple(vt_parser_t *vt_parser, char *key, char *val,
^
vt_parser.c:5849: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 ((p = strchr(pt, ';'))) {
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:76:26: note: passing argument to
parameter '__s' here
char *strchr(const char *__s, int __c);
^
vt_parser.c:5852: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 ((p = strchr(pt, ':'))) {
^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:76:26: note: passing argument to
parameter '__s' here
char *strchr(const char *__s, int __c);
^
vt_parser.c:5866:63: 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(vt_parser, "wall_picture", pt, 1);
^~
vt_parser.c:2496:81: note: passing argument to parameter 'val' here
static void config_protocol_set_simple(vt_parser_t *vt_parser, char *key, char *val,
^
vt_parser.c:5893:43: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
iterm2_proprietary_set(vt_parser, pt);
^~
vt_parser.c:2586:66: note: passing argument to parameter 'pt' here
static void iterm2_proprietary_set(vt_parser_t *vt_parser, char *pt) {
^
vt_parser.c:5899:40: 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(vt_parser, pt, 0);
^~
vt_parser.c:2367:63: note: passing argument to parameter 'pt' here
static void config_protocol_set(vt_parser_t *vt_parser, char *pt, int save) {
^
vt_parser.c:5903:40: 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(vt_parser, pt, 0, NULL);
^~
vt_parser.c:2514:63: note: passing argument to parameter 'pt' here
static void config_protocol_get(vt_parser_t *vt_parser, char *pt, int to_menu, int *flag) {
^
vt_parser.c:5907:40: 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(vt_parser, pt, 1, NULL);
^~
vt_parser.c:2514:63: note: passing argument to parameter 'pt' here
static void config_protocol_get(vt_parser_t *vt_parser, char *pt, int to_menu, int *flag) {
^
vt_parser.c:5911:40: 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(vt_parser, pt, 1);
^~
vt_parser.c:2367:63: note: passing argument to parameter 'pt' here
static void config_protocol_set(vt_parser_t *vt_parser, char *pt, int save) {
^
vt_parser.c:6007: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]
ps[num] = *p ? atoi(p) : 0;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdlib.h:135:23: note: passing argument to
parameter here
int atoi(const char *);
^
vt_parser.c:6107: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 (sscanf(str_p + 2, "%d;%d;%d;%d", &tmp, &tmp, &pix_width, &pix_height) == 4 &&
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:181:36: note: passing argument to
parameter here
int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3);
^
vt_parser.c:6192:30: 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) == (col_width + 1) * ((line_height + 5) / 6) - 1) {
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:6193:50: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_drcs_add_glyph(font, idx, p, col_width, line_height);
^
./vt_drcs.h:44:67: note: passing argument to parameter 'seq' here
void vt_drcs_add_glyph(vt_drcs_font_t *font, int idx, const char *seq, u_int width, u_int height);
^
vt_parser.c:6269:47: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
set_presentation_state(vt_parser, present);
^~~~~~~
vt_parser.c:1716:66: note: passing argument to parameter 'seq' here
static void set_presentation_state(vt_parser_t *vt_parser, char *seq) {
^
vt_parser.c:6911:39: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, buf, strlen(buf));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:6928:37: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, buf, strlen(buf));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:6951:38: warning: passing 'char *' to parameter of type 'const u_char *' (aka 'const unsigned char *') converts between pointers to integer types
with different sign [-Wpointer-sign]
return write_loopback(vt_parser, buf, len - 2, 0, -1);
^~~
vt_parser.c:6615:65: note: passing argument to parameter 'buf' here
static int write_loopback(vt_parser_t *vt_parser, const u_char *buf, size_t len,
^
vt_parser.c:6955:38: warning: passing 'char *' to parameter of type 'const u_char *' (aka 'const unsigned char *') converts between pointers to integer types
with different sign [-Wpointer-sign]
return write_loopback(vt_parser, buf, len - 1, 1, -1);
^~~
vt_parser.c:6615:65: note: passing argument to parameter 'buf' here
static int write_loopback(vt_parser_t *vt_parser, const u_char *buf, size_t len,
^
vt_parser.c:6969:11: warning: assigning to 'const u_char *' (aka 'const unsigned char *') from 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
buf = new_buf;
^ ~~~~~~~
vt_parser.c:7000:11: warning: assigning to 'const u_char *' (aka 'const unsigned char *') from 'char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
buf = new_buf;
^ ~~~~~~~
vt_parser.c:7562:41: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
response_area_table(vt_parser->pty, key, unicode_noconv_areas, num_unicode_noconv_areas,
^~~
vt_parser.c:337:59: note: passing argument to parameter 'key' here
static void response_area_table(vt_pty_ptr_t pty, u_char *key, area_t *area_table, u_int num,
^
vt_parser.c:7567:41: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
response_area_table(vt_parser->pty, key, full_width_areas, num_full_width_areas, to_menu);
^~~
vt_parser.c:337:59: note: passing argument to parameter 'key' here
static void response_area_table(vt_pty_ptr_t pty, u_char *key, area_t *area_table, u_int num,
^
vt_parser.c:7571:41: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
response_area_table(vt_parser->pty, key, half_width_areas, num_half_width_areas, to_menu);
^~~
vt_parser.c:337:59: note: passing argument to parameter 'key' here
static void response_area_table(vt_pty_ptr_t pty, u_char *key, area_t *area_table, u_int num,
^
vt_parser.c:7940:37: warning: passing 'char [55]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_write_to_pty(vt_parser->pty, seq, strlen(seq));
^~~
./vt_pty.h:61:50: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_ptr_t pty, u_char *buf, size_t len);
^
vt_parser.c:7977:15: 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", (button + key_state) & 0x7f, col, row,
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~
vt_parser.c:7979:24: 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);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
vt_parser.c:7981:15: 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", 0x20 + button + key_state, col, row);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~
vt_parser.c:7982:24: 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);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
319 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_parser.c -o vt_parser.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_term_manager.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_term_manager.c -fno-common -DPIC -o .libs/vt_term_manager.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_term_manager.c -o vt_term_manager.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_bidi.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_bidi.c -fno-common -DPIC -o .libs/vt_bidi.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_bidi.c -o vt_bidi.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_iscii.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_iscii.c -fno-common -DPIC -o .libs/vt_iscii.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_iscii.c -o vt_iscii.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_config_menu.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_config_menu.c -fno-common -DPIC -o .libs/vt_config_menu.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_config_menu.c -o vt_config_menu.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_config_proto.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_config_proto.c -fno-common -DPIC -o .libs/vt_config_proto.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_config_proto.c -o vt_config_proto.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_drcs.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_drcs.c -fno-common -DPIC -o .libs/vt_drcs.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_drcs.c -o vt_drcs.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_pty.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_pty.c -fno-common -DPIC -o .libs/vt_pty.o
vt_pty.c:298:45: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
vt_config_menu_write(&pty->config_menu, res, res_len);
^~~
./vt_config_menu.h:41:65: note: passing argument to parameter 'buf' here
int vt_config_menu_write(vt_config_menu_t *config_menu, u_char *buf, size_t len);
^
vt_pty.c:300:26: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
vt_write_to_pty(pty, res, res_len);
^~~
vt_pty.c:127:47: note: passing argument to parameter 'buf' here
size_t vt_write_to_pty(vt_pty_t *pty, u_char *buf, size_t len /* if 0, flushing buffer. */
^
2 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_pty.c -o vt_pty.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_termcap.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_termcap.c -fno-common -DPIC -o .libs/vt_termcap.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_termcap.c -o vt_termcap.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_line_shape.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_line_shape.c -fno-common -DPIC -o .libs/vt_line_shape.o
vt_line_shape.c:84:12: warning: incompatible pointer types assigning to 'u_int (*)(vt_char_t *, u_int, vt_char_t *, u_int, ctl_info_t)' (aka 'unsigned int
(*)(struct vt_char *, unsigned int, struct vt_char *, unsigned int, union ctl_info)') from 'u_int (vt_char_t *, u_int, vt_char_t *, u_int)' (aka
'unsigned int (struct vt_char *, unsigned int, struct vt_char *, unsigned int)') [-Wincompatible-pointer-types]
func = vt_shape_arabic;
^ ~~~~~~~~~~~~~~~
vt_line_shape.c:91:12: warning: incompatible pointer types assigning to 'u_int (*)(vt_char_t *, u_int, vt_char_t *, u_int, ctl_info_t)' (aka 'unsigned int
(*)(struct vt_char *, unsigned int, struct vt_char *, unsigned int, union ctl_info)') from 'u_int (vt_char_t *, u_int, vt_char_t *, u_int)' (aka
'unsigned int (struct vt_char *, unsigned int, struct vt_char *, unsigned int)') [-Wincompatible-pointer-types]
func = vt_shape_iscii;
^ ~~~~~~~~~~~~~~
2 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_line_shape.c -o vt_line_shape.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_util.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_util.c -fno-common -DPIC -o .libs/vt_util.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_util.c -o vt_util.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c cygfile.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c cygfile.c -fno-common -DPIC -o .libs/cygfile.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c cygfile.c -o cygfile.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_pty_unix.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_pty_unix.c -fno-common -DPIC -o .libs/vt_pty_unix.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DUSE_NORMALIZE -I/usr/local/include -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c vt_pty_unix.c -o vt_pty_unix.o >/dev/null 2>&1
../libtool --mode=link gcc -o libmlterm.a vt_char_encoding.lo vt_color.lo vt_edit.lo vt_edit_util.lo vt_edit_scroll.lo vt_cursor.lo vt_logical_visual.lo vt_logs.lo vt_screen.lo vt_shape.lo vt_str_parser.lo vt_term.lo vt_parser.lo vt_term_manager.lo vt_bidi.lo vt_iscii.lo vt_config_menu.lo vt_config_proto.lo vt_drcs.lo vt_pty.lo vt_termcap.lo vt_line_shape.lo vt_util.lo cygfile.lo vt_pty_unix.lo
libtool: link: ar cru libmlterm.a vt_char_encoding.o vt_color.o vt_edit.o vt_edit_util.o vt_edit_scroll.o vt_cursor.o vt_logical_visual.o vt_logs.o vt_screen.o vt_shape.o vt_str_parser.o vt_term.o vt_parser.o vt_term_manager.o vt_bidi.o vt_iscii.o vt_config_menu.o vt_config_proto.o vt_drcs.o vt_pty.o vt_termcap.o vt_line_shape.o vt_util.o cygfile.o vt_pty_unix.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmlterm.a(cygfile.o) has no symbols
libtool: link: ranlib libmlterm.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libmlterm.a(cygfile.o) has no symbols
../../libtool --mode=compile gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_bidi.c
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_bidi.c -fno-common -DPIC -o .libs/vt_bidi.o
vt_bidi.c:59:52: warning: incompatible pointer types passing 'FriBidiCharType *' to parameter of type 'FriBidiParType *' [-Wincompatible-pointer-types]
fribidi_log2vis(str + cur_pos, size - cur_pos, &type, NULL, order + cur_pos, NULL, NULL);
^~~~~
/usr/local/Cellar/fribidi/1.0.5/include/fribidi/fribidi-deprecated.h:186:19: note: passing argument to parameter 'pbase_dir' here
FriBidiParType *pbase_dir, /* requested and resolved paragraph
^
vt_bidi.c:59:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
fribidi_log2vis(str + cur_pos, size - cur_pos, &type, NULL, order + cur_pos, NULL, NULL);
^~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_bidi.c -o vt_bidi.o >/dev/null 2>&1
../../libtool --mode=compile gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_line_bidi.c
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_line_bidi.c -fno-common -DPIC -o .libs/vt_line_bidi.o
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_line_bidi.c -o vt_line_bidi.o >/dev/null 2>&1
../../libtool --mode=compile gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_shape_bidi.c
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_shape_bidi.c -fno-common -DPIC -o .libs/vt_shape_bidi.o
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_shape_bidi.c -o vt_shape_bidi.o >/dev/null 2>&1
../../libtool --mode=compile gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_functbl_bidi.c
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_functbl_bidi.c -fno-common -DPIC -o .libs/vt_functbl_bidi.o
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c -I../../baselib/include -I../../encodefilter/include -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -DNOT_CONVERT_TO_ISCII -g -O2 -I/usr/local/include -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" vt_functbl_bidi.c -o vt_functbl_bidi.o >/dev/null 2>&1
../../libtool --mode=link gcc -o libctl_bidi.la vt_bidi.lo vt_line_bidi.lo vt_shape_bidi.lo vt_functbl_bidi.lo \
-rpath /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm \
-module -avoid-version ../libmlterm_coreotl.la \
../../baselib/src/libpobl.la -L/usr/local/Cellar/fribidi/1.0.5/lib -lfribidi
libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libctl_bidi.so -bundle .libs/vt_bidi.o .libs/vt_line_bidi.o .libs/vt_shape_bidi.o .libs/vt_functbl_bidi.o ../.libs/libmlterm_coreotl.dylib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/baselib/src/.libs/libpobl.dylib ../../baselib/src/.libs/libpobl.dylib -ldl -L/usr/local/Cellar/fribidi/1.0.5/lib -lfribidi -Wl,-dylib_file -Wl,/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/libpobl.1.dylib:/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/baselib/src/.libs/libpobl.dylib
libtool: link: ar cru .libs/libctl_bidi.a vt_bidi.o vt_line_bidi.o vt_shape_bidi.o vt_functbl_bidi.o
libtool: link: ranlib .libs/libctl_bidi.a
libtool: link: ( cd ".libs" && rm -f "libctl_bidi.la" && ln -s "../libctl_bidi.la" "libctl_bidi.la" )
make[1]: Nothing to be done for `all'.
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_screen_manager.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_screen_manager.c -fno-common -DPIC -o .libs/ui_screen_manager.o
ui_screen_manager.c:172:36: warning: format specifies type 'long' but the argument has type 'Window' (aka 'void *') [-Wformat]
sprintf(wid_env, "WINDOWID=%ld", window);
~~~ ^~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from
macro 'sprintf'
__builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
^~~~~~~~~~~
ui_screen_manager.c:607:53: warning: incompatible integer to pointer conversion passing 'u_int' (aka 'unsigned int') to parameter of type 'Window'
(aka 'void *') [-Wint-conversion]
main_config.app_name, main_config.parent_window)) {
^~~~~~~~~~~~~~~~~~~~~~~~~
./ui_display.h:70:49: note: passing argument to parameter 'parent_window' here
char *app_name, Window parent_window);
^
ui_screen_manager.c:662:27: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_term_write(term, main_config.init_str, strlen(main_config.init_str));
^~~~~~~~~~~~~~~~~~~~
../vtemu/vt_term.h:149:47: note: passing argument to parameter 'buf' here
size_t vt_term_write(vt_term_t *term, u_char *buf, size_t len);
^
3 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_screen_manager.c -o ui_screen_manager.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_event_source.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_event_source.c -fno-common -DPIC -o .libs/ui_event_source.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_event_source.c -o ui_event_source.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_display.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_display.c -fno-common -DPIC -o .libs/ui_display.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_display.c -o ui_display.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_window.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_window.c -fno-common -DPIC -o .libs/ui_window.o
../uitoolkit/quartz/ui_window.c:181:27: warning: comparison between pointer and integer ('Pixmap' (aka 'struct CGImage *') and 'long')
if (win->wall_picture == ParentRelative) {
~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
../uitoolkit/quartz/ui_window.c:400:54: warning: incompatible integer to pointer conversion passing 'long' to parameter of type 'Pixmap'
(aka 'struct CGImage *') [-Wint-conversion]
ui_window_set_wall_picture(win->children[count], ParentRelative, do_expose);
^~~~~~~~~~~~~~
../uitoolkit/quartz/ui_window.c:26:24: note: expanded from macro 'ParentRelative'
#define ParentRelative (1L)
^~~~
../uitoolkit/quartz/ui_window.c:388:57: note: passing argument to parameter 'pic' here
int ui_window_set_wall_picture(ui_window_t *win, Pixmap pic, int do_expose) {
^
../uitoolkit/quartz/ui_window.c:539:37: warning: incompatible integer to pointer conversion passing 'long' to parameter of type 'Pixmap'
(aka 'struct CGImage *') [-Wint-conversion]
ui_window_set_wall_picture(win, ParentRelative, 0);
^~~~~~~~~~~~~~
../uitoolkit/quartz/ui_window.c:26:24: note: expanded from macro 'ParentRelative'
#define ParentRelative (1L)
^~~~
../uitoolkit/quartz/ui_window.c:388:57: note: passing argument to parameter 'pic' here
int ui_window_set_wall_picture(ui_window_t *win, Pixmap pic, int do_expose) {
^
../uitoolkit/quartz/ui_window.c:808:27: warning: comparison between pointer and integer ('Pixmap' (aka 'struct CGImage *') and 'long')
if (win->wall_picture == ParentRelative) {
~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~
../uitoolkit/quartz/ui_window.c:990:45: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer
types with different sign [-Wpointer-sign]
(*win->utf_selection_notified)(win, ((XSelectionNotifyEvent*)event)->data,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../uitoolkit/quartz/ui_window.c:1157:88: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to
integer types with different sign [-Wpointer-sign]
view_draw_string(win->my_window, font, fg_color, x + win->hmargin, y + win->vmargin, str, len);
^~~
../uitoolkit/quartz/cocoa.h:23:94: note: passing argument to parameter 'str' here
void view_draw_string(void *view, ui_font_t *font, ui_color_t *fg_color, int x, int y, char *str,
^
../uitoolkit/quartz/ui_window.c:1203:43: warning: passing 'const char *' to parameter of type 'u_char *' (aka 'unsigned char *') discards qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]
(*win->utf_selection_notified)(win, str, strlen(str));
^~~
../uitoolkit/quartz/ui_window.c:1223:10: 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;
^ ~~~~~~~~~~~~~~
../uitoolkit/quartz/ui_window.c:1227:37: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to
integer types with different sign [-Wpointer-sign]
window_set_title(root->my_window, name);
^~~~
../uitoolkit/quartz/cocoa.h:66:49: note: passing argument to parameter 'title' here
void window_set_title(void *window, const char *title);
^
9 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_window.c -o ui_window.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_screen.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_screen.c -fno-common -DPIC -o .libs/ui_screen.o
ui_screen.c:1129:41: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
ui_set_window_name(&screen->window, name);
^~~~
./ui_window.h:421:51: note: passing argument to parameter 'name' here
void ui_set_window_name(ui_window_t *win, u_char *name);
^
ui_screen.c:1133:39: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
ui_set_icon_name(&screen->window, name);
^~~~
./ui_window.h:423:49: note: passing argument to parameter 'name' here
void ui_set_icon_name(ui_window_t *win, u_char *name);
^
ui_screen.c:1338: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);
^~~~~~~~
ui_screen.c:939:55: note: passing argument to parameter 'str' here
static void write_to_pty(ui_screen_t *screen, u_char *str, /* str may be NULL */
^
ui_screen.c:1380: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);
^~~~~~~~
ui_screen.c:939:55: note: passing argument to parameter 'str' here
static void write_to_pty(ui_screen_t *screen, u_char *str, /* str may be NULL */
^
ui_screen.c:1486:28: 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);
^~~~~~~~~~~
ui_screen.c:939:55: note: passing argument to parameter 'str' here
static void write_to_pty(ui_screen_t *screen, u_char *str, /* str may be NULL */
^
ui_screen.c:1492:28: 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);
^~~~~~~~~~~
ui_screen.c:939:55: note: passing argument to parameter 'str' here
static void write_to_pty(ui_screen_t *screen, u_char *str, /* str may be NULL */
^
ui_screen.c:1828:42: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
vt_term_convert_to(screen->term, key + str_len, key_len - str_len, vt_str_parser) +
^~~~~~~~~~~~~
../vtemu/vt_term.h:135:40: note: expanded from macro 'vt_term_convert_to'
vt_parser_convert_to((term)->parser, dst, len, _parser)
^~~
../vtemu/vt_parser.h:391:61: note: passing argument to parameter 'dst' here
size_t vt_parser_convert_to(vt_parser_t *vt_parser, u_char *dst, size_t len,
^
ui_screen.c:1864:44: warning: passing 'char *' to parameter of type 'const u_char *' (aka 'const unsigned char *') converts between pointers to integer types
with different sign [-Wpointer-sign]
vt_term_write_loopback(screen->term, seq, len - 1);
^~~
../vtemu/vt_term.h:159:44: note: expanded from macro 'vt_term_write_loopback'
vt_parser_write_loopback((term)->parser, buf, len)
^~~
../vtemu/vt_parser.h:374:68: note: passing argument to parameter 'buf' here
int vt_parser_write_loopback(vt_parser_t *vt_parser, const u_char *buf, size_t len);
^
ui_screen.c:1872: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);
^~~
ui_screen.c:939:55: note: passing argument to parameter 'str' here
static void write_to_pty(ui_screen_t *screen, u_char *str, /* str may be NULL */
^
ui_screen.c:2226:30: 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, mod_meta_prefix, strlen(mod_meta_prefix), NULL);
^~~~~~~~~~~~~~~
ui_screen.c:939:55: note: passing argument to parameter 'str' here
static void write_to_pty(ui_screen_t *screen, u_char *str, /* str may be NULL */
^
ui_screen.c:2258:15: warning: result of comparison of constant 4294967295 with expression of type 'vt_special_key_t' (aka 'enum vt_special_key') is always
true [-Wtautological-constant-out-of-range-compare]
if (spkey != -1 && write_special_key(screen, spkey, modcode, is_numlock)) {
~~~~~ ^ ~~
ui_screen.c:2460: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);
^~~~~~~~~~~
ui_screen.c:939:55: note: passing argument to parameter 'str' here
static void write_to_pty(ui_screen_t *screen, u_char *str, /* str may be NULL */
^
ui_screen.c:2506: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);
^~~~~~~~~~~
ui_screen.c:939:55: note: passing argument to parameter 'str' here
static void write_to_pty(ui_screen_t *screen, u_char *str, /* str may be NULL */
^
ui_screen.c:2525: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);
^~~~~~~~~~~
ui_screen.c:939:55: note: passing argument to parameter 'str' here
static void write_to_pty(ui_screen_t *screen, u_char *str, /* str may be NULL */
^
ui_screen.c:2531: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);
^~~~~~~~~~~
ui_screen.c:939:55: note: passing argument to parameter 'str' here
static void write_to_pty(ui_screen_t *screen, u_char *str, /* str may be NULL */
^
ui_screen.c:3343:22: 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) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/regex.h:183:64: note: passing argument to
parameter here
int regexec(const regex_t * __restrict, const char * __restrict, size_t,
^
ui_screen.c:3354: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 (regexec(regex, str, 1, pmatch, 0) != 0) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/regex.h:183:64: note: passing argument to
parameter here
int regexec(const regex_t * __restrict, const char * __restrict, size_t,
^
ui_screen.c:3438: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]
&& regcomp(&regex, pattern, REG_EXTENDED | REG_ICASE) == 0
^~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/regex.h:177:58: note: passing argument to
parameter here
int regcomp(regex_t * __restrict, const char * __restrict, int) __DARWIN_ALIAS(regcomp);
^
ui_screen.c:5459: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]
if (strchr(targets, 'c')) {
^~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:76:26: note: passing argument to
parameter '__s' here
char *strchr(const char *__s, int __c);
^
ui_screen.c:5463:22: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with
different sign [-Wpointer-sign]
} else if (!strchr(targets, 's') && strchr(targets, 'p')) {
^~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:76:26: note: passing argument to
parameter '__s' here
char *strchr(const char *__s, int __c);
^
ui_screen.c:5463: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]
} else if (!strchr(targets, 's') && strchr(targets, 'p')) {
^~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:76:26: note: passing argument to
parameter '__s' here
char *strchr(const char *__s, int __c);
^
ui_screen.c:5883:31: warning: incompatible pointer types passing 'u_int (ui_font_t *, u_int32_t *, u_int, int8_t *, u_int8_t *, u_int32_t *, u_int32_t *,
u_int, const char *, const char *)' (aka 'unsigned int (struct ui_font *, unsigned int *, unsigned int, signed char *, unsigned char *, unsigned int *,
unsigned int *, unsigned int, const char *, const char *)') to parameter of type 'u_int (*)(void *, u_int32_t *, u_int, int8_t *, u_int8_t *, u_int32_t
*, u_int32_t *, u_int, const char *, const char *)' (aka 'unsigned int (*)(void *, unsigned int *, unsigned int, signed char *, unsigned char *,
unsigned int *, unsigned int *, unsigned int, const char *, const char *)') [-Wincompatible-pointer-types]
vt_ot_layout_set_shape_func(ui_convert_text_to_glyphs, ot_layout_get_ot_layout_font);
^~~~~~~~~~~~~~~~~~~~~~~~~
../vtemu/vt_ot_layout.h:33:42: note: passing argument to parameter 'func1' here
void vt_ot_layout_set_shape_func(u_int (*func1)(void *, u_int32_t *, u_int, int8_t *, u_int8_t *,
^
ui_screen.c:5883:58: warning: incompatible pointer types passing 'void *(vt_term_t *, vt_font_t)' (aka 'void *(struct vt_term *, enum vt_font)') to parameter
of type 'void *(*)(void *, vt_font_t)' (aka 'void *(*)(void *, enum vt_font)') [-Wincompatible-pointer-types]
vt_ot_layout_set_shape_func(ui_convert_text_to_glyphs, ot_layout_get_ot_layout_font);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../vtemu/vt_ot_layout.h:36:42: note: passing argument to parameter 'func2' here
void *(*func2)(void *, vt_font_t));
^
ui_screen.c:5974:42: warning: incompatible pointer types assigning to 'void (*)(void *, u_char *)' (aka 'void (*)(void *, unsigned char *)') from
'void (ui_window_t *, u_char *)' (aka 'void (struct ui_window *, unsigned char *)') [-Wincompatible-pointer-types]
screen->xterm_listener.set_window_name = ui_set_window_name;
^ ~~~~~~~~~~~~~~~~~~
ui_screen.c:5975:40: warning: incompatible pointer types assigning to 'void (*)(void *, u_char *)' (aka 'void (*)(void *, unsigned char *)') from
'void (ui_window_t *, u_char *)' (aka 'void (struct ui_window *, unsigned char *)') [-Wincompatible-pointer-types]
screen->xterm_listener.set_icon_name = ui_set_icon_name;
^ ~~~~~~~~~~~~~~~~
ui_screen.c:5994:32: warning: incompatible pointer types assigning to 'int (*)(void *, char *)' from 'int (ui_screen_t *, char *)'
(aka 'int (struct ui_screen *, char *)') [-Wincompatible-pointer-types]
screen->config_listener.exec = ui_screen_exec_cmd;
^ ~~~~~~~~~~~~~~~~~~
ui_screen.c:5995:31: warning: incompatible pointer types assigning to 'int (*)(void *, char *, char *, char *)' from
'int (ui_screen_t *, char *, char *, char *)' (aka 'int (struct ui_screen *, char *, char *, char *)') [-Wincompatible-pointer-types]
screen->config_listener.set = ui_screen_set_config;
^ ~~~~~~~~~~~~~~~~~~~~
ui_screen.c:6178:39: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
ui_set_window_name(&screen->window, vt_term_window_name(screen->term));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../vtemu/vt_term.h:290:35: note: expanded from macro 'vt_term_window_name'
#define vt_term_window_name(term) vt_get_window_name((term)->parser)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../vtemu/vt_parser.h:398:39: note: expanded from macro 'vt_get_window_name'
#define vt_get_window_name(vt_parser) ((vt_parser)->win_name)
^~~~~~~~~~~~~~~~~~~~~~~
./ui_window.h:421:51: note: passing argument to parameter 'name' here
void ui_set_window_name(ui_window_t *win, u_char *name);
^
ui_screen.c:6179:37: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
ui_set_icon_name(&screen->window, vt_term_icon_name(screen->term));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../vtemu/vt_term.h:292:33: note: expanded from macro 'vt_term_icon_name'
#define vt_term_icon_name(term) vt_get_icon_name((term)->parser)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../vtemu/vt_parser.h:400:37: note: expanded from macro 'vt_get_icon_name'
#define vt_get_icon_name(vt_parser) ((vt_parser)->icon_name)
^~~~~~~~~~~~~~~~~~~~~~~~
./ui_window.h:423:49: note: passing argument to parameter 'name' here
void ui_set_icon_name(ui_window_t *win, u_char *name);
^
ui_screen.c:6435:40: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
*(p + vt_char_encoding_convert(p, len - 1, VT_UTF8, arg, strlen(arg), encoding)) = '\0';
^
../vtemu/vt_char_encoding.h:122:41: note: passing argument to parameter 'dst' here
size_t vt_char_encoding_convert(u_char *dst, size_t dst_len, vt_char_encoding_t dst_encoding,
^
ui_screen.c:6435:61: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
*(p + vt_char_encoding_convert(p, len - 1, VT_UTF8, arg, strlen(arg), encoding)) = '\0';
^~~
../vtemu/vt_char_encoding.h:123:41: note: passing argument to parameter 'src' here
u_char *src, size_t src_len, vt_char_encoding_t src_encoding);
^
ui_screen.c:6442:27: 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);
^~~
ui_screen.c:3427:53: note: passing argument to parameter 'pattern' here
static int search_find(ui_screen_t *screen, u_char *pattern, int backward) {
^
ui_screen.c:6444:27: 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);
^~~
ui_screen.c:3427:53: note: passing argument to parameter 'pattern' here
static int search_find(ui_screen_t *screen, u_char *pattern, int backward) {
^
33 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_screen.c -o ui_screen.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_xic.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_xic.c -fno-common -DPIC -o .libs/ui_xic.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_xic.c -o ui_xic.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_color_manager.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_color_manager.c -fno-common -DPIC -o .libs/ui_color_manager.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_color_manager.c -o ui_color_manager.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_font_manager.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_font_manager.c -fno-common -DPIC -o .libs/ui_font_manager.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_font_manager.c -o ui_font_manager.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_picture.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_picture.c -fno-common -DPIC -o .libs/ui_picture.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_picture.c -o ui_picture.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_font.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_font.c -fno-common -DPIC -o .libs/ui_font.o
../uitoolkit/quartz/ui_font.c:195:15: warning: incompatible pointer types assigning to 'XFontStruct *' from 'ui_font_t *' (aka 'struct ui_font *')
[-Wincompatible-pointer-types]
font->xfont = font + 1;
^ ~~~~~~~~
../uitoolkit/quartz/ui_font.c:441:43: warning: incompatible pointer types passing 'u_int16_t [2]' to parameter of type 'u_char *' (aka 'unsigned char *')
[-Wincompatible-pointer-types]
if ((len = ui_convert_ucs4_to_utf16(utf16, ch) / 2) > 0) {
^~~~~
../uitoolkit/quartz/../ui_font.h:143:41: note: passing argument to parameter 'utf16' here
size_t ui_convert_ucs4_to_utf16(u_char *utf16, u_int32_t ucs4);
^
2 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_font.c -o ui_font.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_color.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_color.c -fno-common -DPIC -o .libs/ui_color.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_color.c -o ui_color.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_selection.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_selection.c -fno-common -DPIC -o .libs/ui_selection.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_selection.c -o ui_selection.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_font_config.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_font_config.c -fno-common -DPIC -o .libs/ui_font_config.o
ui_font_config.c:196:3: warning: comparison of distinct pointer types ('int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') and
'int (*)(int, u_int)' (aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_set(result, table, font, fontname);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:141:30: note: expanded from macro 'bl_map_set'
if ((map)->hash_func == bl_map_hash_int || (map)->hash_func == bl_map_hash_int_fast) { \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
ui_font_config.c:196:3: warning: comparison of distinct pointer types ('int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') and
'int (*)(int, u_int)' (aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_set(result, table, font, fontname);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:141:69: note: expanded from macro 'bl_map_set'
if ((map)->hash_func == bl_map_hash_int || (map)->hash_func == bl_map_hash_int_fast) { \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
ui_font_config.c:196:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_set(result, table, font, fontname);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:143:30: note: expanded from macro 'bl_map_set'
(map)->hash_func = bl_map_hash_int; \
^ ~~~~~~~~~~~~~~~
ui_font_config.c:196:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_set(result, table, font, fontname);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:146:30: note: expanded from macro 'bl_map_set'
(map)->hash_func = bl_map_hash_int_fast; \
^ ~~~~~~~~~~~~~~~~~~~~
ui_font_config.c:220:53: warning: result of comparison of constant 'UNKNOWN_CS' (4294967295) with expression of type 'vt_font_t' (aka 'enum vt_font') is
always true [-Wtautological-constant-out-of-range-compare]
(font = vt_get_unicode_area_font(min, max)) != UNKNOWN_CS) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
ui_font_config.c:367:31: warning: result of comparison of constant 'UNKNOWN_CS' (4294967295) with expression of type 'vt_font_t' (aka 'enum vt_font') is
always false [-Wtautological-constant-out-of-range-compare]
if ((font = parse_key(key)) == UNKNOWN_CS) {
~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
ui_font_config.c:701:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_new_with_size(vt_font_t, char *, font_config->font_name_table, bl_map_hash_int,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:52:26: note: expanded from macro 'bl_map_new_with_size'
(map)->hash_func = bl_map_hash_int; \
^ ~~~~~~~~~~~~~~~
ui_font_config.c:701:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_new_with_size(vt_font_t, char *, font_config->font_name_table, bl_map_hash_int,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:55:26: note: expanded from macro 'bl_map_new_with_size'
(map)->hash_func = bl_map_hash_int_fast; \
^ ~~~~~~~~~~~~~~~~~~~~
ui_font_config.c:701:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_new_with_size(vt_font_t, char *, font_config->font_name_table, bl_map_hash_int,
^ ~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:58:24: note: expanded from macro 'bl_map_new_with_size'
(map)->hash_func = __hash_func; \
^ ~~~~~~~~~~~
ui_font_config.c:701:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, vt_font_t)' (aka 'int (*)(enum vt_font, enum vt_font)') from
'int (int, int)' [-Wincompatible-pointer-types]
bl_map_new_with_size(vt_font_t, char *, font_config->font_name_table, bl_map_hash_int,
^
../baselib/include/pobl/bl_map.h:60:25: note: expanded from macro 'bl_map_new_with_size'
(map)->compare_func = __compare_func; \
^ ~~~~~~~~~~~~~~
ui_font_config.c:1010:43: warning: result of comparison of constant 'UNKNOWN_CS' (4294967295) with expression of type 'vt_font_t' (aka 'enum vt_font') is
always true [-Wtautological-constant-out-of-range-compare]
(font = parse_key(pair->value + 1)) != UNKNOWN_CS) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
ui_font_config.c:1115:35: warning: result of comparison of constant 'UNKNOWN_CS' (4294967295) with expression of type 'vt_font_t' (aka 'enum vt_font') is
always false [-Wtautological-constant-out-of-range-compare]
if ((font = parse_key(font_cs)) == UNKNOWN_CS) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
12 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_font_config.c -o ui_font_config.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_main_config.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_main_config.c -fno-common -DPIC -o .libs/ui_main_config.o
ui_main_config.c:1354:24: warning: incompatible pointer types passing 'char **' to parameter of type 'char *'; dereference with *
[-Wincompatible-pointer-types]
value = strcpy(main_config->cmd_argv + argc + 1, value);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*(
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_string.h:83:27: note: expanded from
macro 'strcpy'
__builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
^~~~
ui_main_config.c:1355:53: warning: passing 'u_int *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with
different sign [-Wpointer-sign]
_bl_arg_str_to_array(main_config->cmd_argv, &argc, value);
^~~~~
../baselib/include/pobl/bl_args.h:20:47: note: passing argument to parameter 'argc' here
char** _bl_arg_str_to_array(char **argv, int *argc, char *args);
^
2 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_main_config.c -o ui_main_config.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_shortcut.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_shortcut.c -fno-common -DPIC -o .libs/ui_shortcut.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_shortcut.c -o ui_shortcut.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_bel_mode.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_bel_mode.c -fno-common -DPIC -o .libs/ui_bel_mode.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_bel_mode.c -o ui_bel_mode.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_sb_mode.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_sb_mode.c -fno-common -DPIC -o .libs/ui_sb_mode.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_sb_mode.c -o ui_sb_mode.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_mod_meta_mode.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_mod_meta_mode.c -fno-common -DPIC -o .libs/ui_mod_meta_mode.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_mod_meta_mode.c -o ui_mod_meta_mode.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_font_cache.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_font_cache.c -fno-common -DPIC -o .libs/ui_font_cache.o
ui_font_cache.c:45:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_new_with_size(vt_font_t, ui_font_t*, uifont_table, bl_map_hash_int,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:52:26: note: expanded from macro 'bl_map_new_with_size'
(map)->hash_func = bl_map_hash_int; \
^ ~~~~~~~~~~~~~~~
ui_font_cache.c:45:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_new_with_size(vt_font_t, ui_font_t*, uifont_table, bl_map_hash_int,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:55:26: note: expanded from macro 'bl_map_new_with_size'
(map)->hash_func = bl_map_hash_int_fast; \
^ ~~~~~~~~~~~~~~~~~~~~
ui_font_cache.c:45:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_new_with_size(vt_font_t, ui_font_t*, uifont_table, bl_map_hash_int,
^ ~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:58:24: note: expanded from macro 'bl_map_new_with_size'
(map)->hash_func = __hash_func; \
^ ~~~~~~~~~~~
ui_font_cache.c:45:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, vt_font_t)' (aka 'int (*)(enum vt_font, enum vt_font)') from
'int (int, int)' [-Wincompatible-pointer-types]
bl_map_new_with_size(vt_font_t, ui_font_t*, uifont_table, bl_map_hash_int,
^
../baselib/include/pobl/bl_map.h:60:25: note: expanded from macro 'bl_map_new_with_size'
(map)->compare_func = __compare_func; \
^ ~~~~~~~~~~~~~~
ui_font_cache.c:220:5: warning: comparison of distinct pointer types ('int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') and
'int (*)(int, u_int)' (aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_set(result, font_cache->uifont_table, NORMAL_FONT_OF(font_cache->usascii_font_cs),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:141:30: note: expanded from macro 'bl_map_set'
if ((map)->hash_func == bl_map_hash_int || (map)->hash_func == bl_map_hash_int_fast) { \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
ui_font_cache.c:220:5: warning: comparison of distinct pointer types ('int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') and
'int (*)(int, u_int)' (aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_set(result, font_cache->uifont_table, NORMAL_FONT_OF(font_cache->usascii_font_cs),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:141:69: note: expanded from macro 'bl_map_set'
if ((map)->hash_func == bl_map_hash_int || (map)->hash_func == bl_map_hash_int_fast) { \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
ui_font_cache.c:220:5: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_set(result, font_cache->uifont_table, NORMAL_FONT_OF(font_cache->usascii_font_cs),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:143:30: note: expanded from macro 'bl_map_set'
(map)->hash_func = bl_map_hash_int; \
^ ~~~~~~~~~~~~~~~
ui_font_cache.c:220:5: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_set(result, font_cache->uifont_table, NORMAL_FONT_OF(font_cache->usascii_font_cs),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:146:30: note: expanded from macro 'bl_map_set'
(map)->hash_func = bl_map_hash_int_fast; \
^ ~~~~~~~~~~~~~~~~~~~~
ui_font_cache.c:354:3: warning: comparison of distinct pointer types ('int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') and
'int (*)(int, u_int)' (aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_set(result, font_cache->uifont_table, font, uifont);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:141:30: note: expanded from macro 'bl_map_set'
if ((map)->hash_func == bl_map_hash_int || (map)->hash_func == bl_map_hash_int_fast) { \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
ui_font_cache.c:354:3: warning: comparison of distinct pointer types ('int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') and
'int (*)(int, u_int)' (aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_set(result, font_cache->uifont_table, font, uifont);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:141:69: note: expanded from macro 'bl_map_set'
if ((map)->hash_func == bl_map_hash_int || (map)->hash_func == bl_map_hash_int_fast) { \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
ui_font_cache.c:354:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_set(result, font_cache->uifont_table, font, uifont);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:143:30: note: expanded from macro 'bl_map_set'
(map)->hash_func = bl_map_hash_int; \
^ ~~~~~~~~~~~~~~~
ui_font_cache.c:354:3: warning: incompatible pointer types assigning to 'int (*)(vt_font_t, u_int)' (aka 'int (*)(enum vt_font, unsigned int)') from
'int (int, u_int)' (aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_set(result, font_cache->uifont_table, font, uifont);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../baselib/include/pobl/bl_map.h:146:30: note: expanded from macro 'bl_map_set'
(map)->hash_func = bl_map_hash_int_fast; \
^ ~~~~~~~~~~~~~~~~~~~~
12 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_font_cache.c -o ui_font_cache.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_draw_str.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_draw_str.c -fno-common -DPIC -o .libs/ui_draw_str.o
ui_draw_str.c:813:47: warning: incompatible pointer types passing 'XChar2b [2]' to parameter of type 'u_char *' (aka 'unsigned char *')
[-Wincompatible-pointer-types]
if ((len = ui_convert_ucs4_to_utf16(xch, ch_code) / 2) == 0) {
^~~
./ui_font.h:143:41: note: passing argument to parameter 'utf16' here
size_t ui_convert_ucs4_to_utf16(u_char *utf16, u_int32_t ucs4);
^
ui_draw_str.c:917:34: warning: incompatible pointer types assigning to 'u_int32_t *' (aka 'unsigned int *') from 'char **' [-Wincompatible-pointer-types]
if (!(str2b = str = pic_glyphs = drcs_glyphs =
^ ~~~~~~~~~~~~~
ui_draw_str.c:917:21: 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 =
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_draw_str.c:917:15: warning: incompatible pointer types assigning to 'XChar2b *' from 'u_char *' (aka 'unsigned char *') [-Wincompatible-pointer-types]
if (!(str2b = str = pic_glyphs = drcs_glyphs =
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ui_draw_str.c:943:44: warning: incompatible pointer types passing 'XChar2b *' to parameter of type 'u_char *' (aka 'unsigned char *')
[-Wincompatible-pointer-types]
str_len += (ui_convert_ucs4_to_utf16(str2b + str_len, ch_code) / 2);
^~~~~~~~~~~~~~~
./ui_font.h:143:41: note: passing argument to parameter 'utf16' here
size_t ui_convert_ucs4_to_utf16(u_char *utf16, u_int32_t ucs4);
^
5 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_draw_str.c -o ui_draw_str.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_gc.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_gc.c -fno-common -DPIC -o .libs/ui_gc.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_gc.c -o ui_gc.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_color_cache.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_color_cache.c -fno-common -DPIC -o .libs/ui_color_cache.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_color_cache.c -o ui_color_cache.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_dnd.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_dnd.c -fno-common -DPIC -o .libs/ui_dnd.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_dnd.c -o ui_dnd.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_scrollbar.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_scrollbar.c -fno-common -DPIC -o .libs/ui_scrollbar.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_scrollbar.c -o ui_scrollbar.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_layout.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_layout.c -fno-common -DPIC -o .libs/ui_layout.o
ui_layout.c:28:39: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
ui_set_window_name(&screen->window, vt_term_window_name(screen->term));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../vtemu/vt_term.h:290:35: note: expanded from macro 'vt_term_window_name'
#define vt_term_window_name(term) vt_get_window_name((term)->parser)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../vtemu/vt_parser.h:398:39: note: expanded from macro 'vt_get_window_name'
#define vt_get_window_name(vt_parser) ((vt_parser)->win_name)
^~~~~~~~~~~~~~~~~~~~~~~
./ui_window.h:421:51: note: passing argument to parameter 'name' here
void ui_set_window_name(ui_window_t *win, u_char *name);
^
ui_layout.c:29:37: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
ui_set_icon_name(&screen->window, vt_term_icon_name(screen->term));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../vtemu/vt_term.h:292:33: note: expanded from macro 'vt_term_icon_name'
#define vt_term_icon_name(term) vt_get_icon_name((term)->parser)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../vtemu/vt_parser.h:400:37: note: expanded from macro 'vt_get_icon_name'
#define vt_get_icon_name(vt_parser) ((vt_parser)->icon_name)
^~~~~~~~~~~~~~~~~~~~~~~~
./ui_window.h:423:49: note: passing argument to parameter 'name' here
void ui_set_icon_name(ui_window_t *win, u_char *name);
^
2 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_layout.c -o ui_layout.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_sb_view_factory.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_sb_view_factory.c -fno-common -DPIC -o .libs/ui_sb_view_factory.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_sb_view_factory.c -o ui_sb_view_factory.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_simple_sb_view.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_simple_sb_view.c -fno-common -DPIC -o .libs/ui_simple_sb_view.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_simple_sb_view.c -o ui_simple_sb_view.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_imagelib.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_imagelib.c -fno-common -DPIC -o .libs/ui_imagelib.o
../uitoolkit/quartz/ui_imagelib.c:209:11: warning: incompatible integer to pointer conversion assigning to 'PixmapMask' (aka 'struct CGImage *') from 'long'
[-Wint-conversion]
*mask = 1L; /* dummy */
^ ~~
1 warning generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_imagelib.c -o ui_imagelib.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_connect_dialog.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_connect_dialog.c -fno-common -DPIC -o .libs/ui_connect_dialog.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_connect_dialog.c -o ui_connect_dialog.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_type_engine.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_type_engine.c -fno-common -DPIC -o .libs/ui_type_engine.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_type_engine.c -o ui_type_engine.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_im.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_im.c -fno-common -DPIC -o .libs/ui_im.o
ui_im.c:28:50: warning: incompatible pointer types initializing 'int (*)(vt_char_t *, u_int32_t, ef_charset_t, int, int, vt_color_t, vt_color_t, int, int,
int, int, int)' (aka 'int (*)(struct vt_char *, unsigned int, enum ef_charset, int, int, enum vt_color, enum vt_color, int, int, int, int, int)') with
an expression of type 'void (vt_char_t *, u_int32_t, ef_charset_t, int, int, vt_color_t, vt_color_t, int, int, int, int, int)' (aka 'void (struct
vt_char *, unsigned int, enum ef_charset, int, int, enum vt_color, enum vt_color, int, int, int, int, int)') [-Wincompatible-pointer-types]
vt_str_init, vt_str_delete, vt_char_combine, vt_char_set, vt_get_char_encoding_name,
^~~~~~~~~~~
ui_im.c:29:27: warning: incompatible pointer types initializing 'int (*)(void *, ef_char_t *)' (aka 'int (*)(void *, struct ef_char *)') with an expression of
type 'int (vt_parser_t *, ef_char_t *)' (aka 'int (struct vt_parser *, struct ef_char *)') [-Wincompatible-pointer-types]
vt_get_char_encoding, vt_convert_to_internal_ch, vt_isciikey_state_new,
^~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_im.c -o ui_im.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_im_candidate_screen.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_im_candidate_screen.c -fno-common -DPIC -o .libs/ui_im_candidate_screen.o
ui_im_candidate_screen.c:300:19: warning: passing 'u_char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
bl_snprintf(digit, MAX_NUM_OF_DIGITS + 1, "%c%c ", cand_screen->candidates[i].info & 0xff,
^~~~~
../baselib/include/pobl/bl_str.h:27:23: note: passing argument to parameter 'str' here
int bl_snprintf(char *str, size_t size, const char *format, ...);
^
ui_im_candidate_screen.c:303:19: warning: passing 'u_char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
bl_snprintf(digit, MAX_NUM_OF_DIGITS + 1, "%i ", i - top + 1);
^~~~~
../baselib/include/pobl/bl_str.h:27:23: note: passing argument to parameter 'str' here
int bl_snprintf(char *str, size_t size, const char *format, ...);
^
ui_im_candidate_screen.c:368:23: warning: passing 'u_char [12]' to parameter of type 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
len = bl_snprintf(navi, MAX_NUM_OF_DIGITS * 2 + 2, "%d/%d", cand_screen->index + 1,
^~~~
../baselib/include/pobl/bl_str.h:27:23: note: passing argument to parameter 'str' here
int bl_snprintf(char *str, size_t size, const char *format, ...);
^
ui_im_candidate_screen.c:453:21: warning: passing 'u_char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
bl_snprintf(digit, MAX_NUM_OF_DIGITS + 1, "%c%c.", cand_screen->candidates[i].info, byte2);
^~~~~
../baselib/include/pobl/bl_str.h:27:23: note: passing argument to parameter 'str' here
int bl_snprintf(char *str, size_t size, const char *format, ...);
^
ui_im_candidate_screen.c:456:21: warning: passing 'u_char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
bl_snprintf(digit, MAX_NUM_OF_DIGITS + 1, "%c.", cand_screen->candidates[i].info);
^~~~~
../baselib/include/pobl/bl_str.h:27:23: note: passing argument to parameter 'str' here
int bl_snprintf(char *str, size_t size, const char *format, ...);
^
ui_im_candidate_screen.c:459:19: warning: passing 'u_char [5]' to parameter of type 'char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
bl_snprintf(digit, MAX_NUM_OF_DIGITS + 1, "%i.", i - top + 1);
^~~~~
../baselib/include/pobl/bl_str.h:27:23: note: passing argument to parameter 'str' here
int bl_snprintf(char *str, size_t size, const char *format, ...);
^
ui_im_candidate_screen.c:671:42: 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));
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
ui_im_candidate_screen.c:700:42: 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));
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
8 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_im_candidate_screen.c -o ui_im_candidate_screen.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_brltty.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_brltty.c -fno-common -DPIC -o .libs/ui_brltty.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_brltty.c -o ui_brltty.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_selection_encoding.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_selection_encoding.c -fno-common -DPIC -o .libs/ui_selection_encoding.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_selection_encoding.c -o ui_selection_encoding.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_emoji.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_emoji.c -fno-common -DPIC -o .libs/ui_emoji.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ui_emoji.c -o ui_emoji.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui.c -fno-common -DPIC -o .libs/ui.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui.c -o ui.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/cocoa.m
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/cocoa.m -fno-common -DPIC -o .libs/cocoa.o
../uitoolkit/quartz/cocoa.m:45:32: warning: 'color' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:45:32: note: introduce a parameter name to make 'color' part of the selector
../uitoolkit/quartz/cocoa.m:45:37: note: or insert whitespace before ':' to use 'color' as parameter name and have an empty entry in the selector
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:45:43: warning: 'x' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:45:43: note: introduce a parameter name to make 'x' part of the selector
../uitoolkit/quartz/cocoa.m:45:44: note: or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:45:50: warning: 'y' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:45:50: note: introduce a parameter name to make 'y' part of the selector
../uitoolkit/quartz/cocoa.m:45:51: note: or insert whitespace before ':' to use 'y' as parameter name and have an empty entry in the selector
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:45:59: warning: 'width' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:45:59: note: introduce a parameter name to make 'width' part of the selector
../uitoolkit/quartz/cocoa.m:45:64: note: or insert whitespace before ':' to use 'width' as parameter name and have an empty entry in the selector
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:46:37: warning: 'color' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2;
^
../uitoolkit/quartz/cocoa.m:46:37: note: introduce a parameter name to make 'color' part of the selector
../uitoolkit/quartz/cocoa.m:46:42: note: or insert whitespace before ':' to use 'color' as parameter name and have an empty entry in the selector
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2;
^
../uitoolkit/quartz/cocoa.m:46:48: warning: 'x1' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2;
^
../uitoolkit/quartz/cocoa.m:46:48: note: introduce a parameter name to make 'x1' part of the selector
../uitoolkit/quartz/cocoa.m:46:50: note: or insert whitespace before ':' to use 'x1' as parameter name and have an empty entry in the selector
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2;
^
../uitoolkit/quartz/cocoa.m:46:56: warning: 'y1' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2;
^
../uitoolkit/quartz/cocoa.m:46:56: note: introduce a parameter name to make 'y1' part of the selector
../uitoolkit/quartz/cocoa.m:46:58: note: or insert whitespace before ':' to use 'y1' as parameter name and have an empty entry in the selector
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2;
^
../uitoolkit/quartz/cocoa.m:46:64: warning: 'x2' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2;
^
../uitoolkit/quartz/cocoa.m:46:64: note: introduce a parameter name to make 'x2' part of the selector
../uitoolkit/quartz/cocoa.m:46:66: note: or insert whitespace before ':' to use 'x2' as parameter name and have an empty entry in the selector
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2;
^
../uitoolkit/quartz/cocoa.m:57:22: warning: 'x' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:57:22: note: introduce a parameter name to make 'x' part of the selector
../uitoolkit/quartz/cocoa.m:57:23: note: or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:57:29: warning: 'y' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:57:29: note: introduce a parameter name to make 'y' part of the selector
../uitoolkit/quartz/cocoa.m:57:30: note: or insert whitespace before ':' to use 'y' as parameter name and have an empty entry in the selector
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:57:38: warning: 'width' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:57:38: note: introduce a parameter name to make 'width' part of the selector
../uitoolkit/quartz/cocoa.m:57:43: note: or insert whitespace before ':' to use 'width' as parameter name and have an empty entry in the selector
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height;
^
../uitoolkit/quartz/cocoa.m:333:42: warning: passing 'const char *' to parameter of type 'u_char *' (aka 'unsigned char *') discards qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]
(*utf8_parser->set_str)(utf8_parser, preedit_text, strlen(preedit_text));
^~~~~~~~~~~~
../uitoolkit/quartz/cocoa.m:1263:32: warning: 'color' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1263:32: note: introduce a parameter name to make 'color' part of the selector
../uitoolkit/quartz/cocoa.m:1263:37: note: or insert whitespace before ':' to use 'color' as parameter name and have an empty entry in the selector
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1263:43: warning: 'x' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1263:43: note: introduce a parameter name to make 'x' part of the selector
../uitoolkit/quartz/cocoa.m:1263:44: note: or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1263:50: warning: 'y' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1263:50: note: introduce a parameter name to make 'y' part of the selector
../uitoolkit/quartz/cocoa.m:1263:51: note: or insert whitespace before ':' to use 'y' as parameter name and have an empty entry in the selector
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1263:59: warning: 'width' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1263:59: note: introduce a parameter name to make 'width' part of the selector
../uitoolkit/quartz/cocoa.m:1263:64: note: or insert whitespace before ':' to use 'width' as parameter name and have an empty entry in the selector
- (void)fillWith:(ui_color_t *)color:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1288:37: warning: 'color' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2 {
^
../uitoolkit/quartz/cocoa.m:1288:37: note: introduce a parameter name to make 'color' part of the selector
../uitoolkit/quartz/cocoa.m:1288:42: note: or insert whitespace before ':' to use 'color' as parameter name and have an empty entry in the selector
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2 {
^
../uitoolkit/quartz/cocoa.m:1288:48: warning: 'x1' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2 {
^
../uitoolkit/quartz/cocoa.m:1288:48: note: introduce a parameter name to make 'x1' part of the selector
../uitoolkit/quartz/cocoa.m:1288:50: note: or insert whitespace before ':' to use 'x1' as parameter name and have an empty entry in the selector
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2 {
^
../uitoolkit/quartz/cocoa.m:1288:56: warning: 'y1' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2 {
^
../uitoolkit/quartz/cocoa.m:1288:56: note: introduce a parameter name to make 'y1' part of the selector
../uitoolkit/quartz/cocoa.m:1288:58: note: or insert whitespace before ':' to use 'y1' as parameter name and have an empty entry in the selector
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2 {
^
../uitoolkit/quartz/cocoa.m:1288:64: warning: 'x2' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2 {
^
../uitoolkit/quartz/cocoa.m:1288:64: note: introduce a parameter name to make 'x2' part of the selector
../uitoolkit/quartz/cocoa.m:1288:66: note: or insert whitespace before ':' to use 'x2' as parameter name and have an empty entry in the selector
- (void)drawRectFrame:(ui_color_t *)color:(int)x1:(int)y1:(int)x2:(int)y2 {
^
../uitoolkit/quartz/cocoa.m:1375:22: warning: 'x' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1375:22: note: introduce a parameter name to make 'x' part of the selector
../uitoolkit/quartz/cocoa.m:1375:23: note: or insert whitespace before ':' to use 'x' as parameter name and have an empty entry in the selector
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1375:29: warning: 'y' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1375:29: note: introduce a parameter name to make 'y' part of the selector
../uitoolkit/quartz/cocoa.m:1375:30: note: or insert whitespace before ':' to use 'y' as parameter name and have an empty entry in the selector
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1375:38: warning: 'width' used as the name of the previous parameter rather than as part of the selector [-Wmissing-selector-name]
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:1375:38: note: introduce a parameter name to make 'width' part of the selector
../uitoolkit/quartz/cocoa.m:1375:43: note: or insert whitespace before ':' to use 'width' as parameter name and have an empty entry in the selector
- (void)setClip:(int)x:(int)y:(u_int)width:(u_int)height {
^
../uitoolkit/quartz/cocoa.m:409:59: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with
NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations]
[self registerForDraggedTypes:[NSArray arrayWithObjects:NSFilenamesPboardType,
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:323:32: note:
'NSFilenamesPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType NS_DEPRECATED_MAC(10_0, 10_14, "Create multiple pasteboard items with NSPasteboardTypeFileURL or ...
^
../uitoolkit/quartz/cocoa.m:425:51: warning: 'NSKeyDownMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
[NSEvent addLocalMonitorForEventsMatchingMask:NSKeyDownMask
^~~~~~~~~~~~~
NSEventMaskKeyDown
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:144:26: note:
'NSKeyDownMask' has been explicitly marked deprecated here
static const NSEventMask NSKeyDownMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventMaskKeyDown", 10_0, 10_12) = NSEventMaskKeyDown;
^
../uitoolkit/quartz/cocoa.m:552:32: warning: 'scrollerWidth' is deprecated: first deprecated in macOS 10.7 - Use +scrollerWidthForControlSize:scrollerStyle:
instead [-Wdeprecated-declarations]
u_int sb_width = [NSScroller scrollerWidth];
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:155:1: note:
'scrollerWidth' has been explicitly marked deprecated here
+ (CGFloat)scrollerWidth NS_DEPRECATED_MAC(10_0, 10_7, "Use +scrollerWidthForControlSize:scrollerStyle: instead");
^
../uitoolkit/quartz/cocoa.m:569:13: warning: 'setFloatValue:knobProportion:' is deprecated: first deprecated in macOS 10.5 [-Wdeprecated-declarations]
[scroller setFloatValue:0.0 knobProportion:1.0]; /* Deprecated since 10.6 */
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:159:1: note:
'setFloatValue:knobProportion:' has been explicitly marked deprecated here
- (void)setFloatValue:(float)value knobProportion:(CGFloat)proportion NS_DEPRECATED_MAC(10_0, 10_5);
^
../uitoolkit/quartz/cocoa.m:592:20: warning: 'useOptimizedDrawing:' is deprecated: first deprecated in macOS 10.10 - This method does not do anything and
should not be called. [-Wdeprecated-declarations]
[[self window] useOptimizedDrawing:YES];
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:917:1: note:
'useOptimizedDrawing:' has been explicitly marked deprecated here
- (void)useOptimizedDrawing:(BOOL)flag NS_DEPRECATED_MAC(10_0, 10_10, "This method does not do anything and should not be called.");
^
../uitoolkit/quartz/cocoa.m:643:10: warning: 'NSScrollerDecrementLine' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
case NSScrollerDecrementLine:
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:24:5: note:
'NSScrollerDecrementLine' has been explicitly marked deprecated here
NSScrollerDecrementLine NS_ENUM_DEPRECATED_MAC(10_0, 10_14) = 4,
^
../uitoolkit/quartz/cocoa.m:651:10: warning: 'NSScrollerIncrementLine' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
case NSScrollerIncrementLine:
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:25:5: note:
'NSScrollerIncrementLine' has been explicitly marked deprecated here
NSScrollerIncrementLine NS_ENUM_DEPRECATED_MAC(10_0, 10_14) = 5,
^
../uitoolkit/quartz/cocoa.m:672:45: warning: 'graphicsPort' is deprecated: first deprecated in macOS 10.14 [-Wdeprecated-declarations]
ctx = [[NSGraphicsContext currentContext] graphicsPort];
^~~~~~~~~~~~
CGContext
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:111:28: note:
property 'graphicsPort' is declared deprecated here
@property (readonly) void *graphicsPort NS_RETURNS_INNER_POINTER NS_DEPRECATED_WITH_REPLACEMENT_MAC("CGContext", 10_0, 10_14);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphicsContext.h:111:28: note:
'graphicsPort' has been explicitly marked deprecated here
../uitoolkit/quartz/cocoa.m:827:16: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note:
'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagShift", 10_0, 10_12) = NSEventMod...
^
../uitoolkit/quartz/cocoa.m:827:33: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagControl", 10_0, 10_12) = NSEventM...
^
../uitoolkit/quartz/cocoa.m:827:52: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note:
'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagOption", 10_0, 10_12) = NSEventMo...
^
../uitoolkit/quartz/cocoa.m:828:21: warning: 'NSLeftMouseDown' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (event.type == NSLeftMouseDown) {
^~~~~~~~~~~~~~~
NSEventTypeLeftMouseDown
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:65:26: note:
'NSLeftMouseDown' has been explicitly marked deprecated here
static const NSEventType NSLeftMouseDown NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventTypeLeftMouseDown", 10_0, 10_12) = NSEventTypeLeftMouseDown;
^
../uitoolkit/quartz/cocoa.m:848:16: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note:
'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagShift", 10_0, 10_12) = NSEventMod...
^
../uitoolkit/quartz/cocoa.m:848:33: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagControl", 10_0, 10_12) = NSEventM...
^
../uitoolkit/quartz/cocoa.m:848:52: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note:
'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagOption", 10_0, 10_12) = NSEventMo...
^
../uitoolkit/quartz/cocoa.m:849:21: warning: 'NSLeftMouseUp' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (event.type == NSLeftMouseUp) {
^~~~~~~~~~~~~
NSEventTypeLeftMouseUp
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:66:26: note:
'NSLeftMouseUp' has been explicitly marked deprecated here
static const NSEventType NSLeftMouseUp NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventTypeLeftMouseUp", 10_0, 10_12) = NSEventTypeLeftMouseUp;
^
../uitoolkit/quartz/cocoa.m:868:16: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note:
'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagShift", 10_0, 10_12) = NSEventMod...
^
../uitoolkit/quartz/cocoa.m:868:33: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagControl", 10_0, 10_12) = NSEventM...
^
../uitoolkit/quartz/cocoa.m:868:52: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note:
'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagOption", 10_0, 10_12) = NSEventMo...
^
../uitoolkit/quartz/cocoa.m:884:16: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note:
'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagShift", 10_0, 10_12) = NSEventMod...
^
../uitoolkit/quartz/cocoa.m:884:33: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagControl", 10_0, 10_12) = NSEventM...
^
../uitoolkit/quartz/cocoa.m:884:52: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note:
'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagOption", 10_0, 10_12) = NSEventMo...
^
../uitoolkit/quartz/cocoa.m:901:21: warning: 'NSLeftMouseDragged' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (event.type == NSLeftMouseDragged) {
^~~~~~~~~~~~~~~~~~
NSEventTypeLeftMouseDragged
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:70:26: note:
'NSLeftMouseDragged' has been explicitly marked deprecated here
static const NSEventType NSLeftMouseDragged NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventTypeLeftMouseDragged", 10_0, 10_12) = NSEventTypeLeftMouseDragged;
^
../uitoolkit/quartz/cocoa.m:902:17: warning: 'NSLeftMouseDownMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
mev.state = Button1Mask;
^~~~~~~~~~~
NSEventMaskLeftMouseDown
../uitoolkit/quartz/../quartz/ui.h:351:21: note: expanded from macro 'Button1Mask'
#define Button1Mask NSLeftMouseDownMask
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:135:26: note:
'NSLeftMouseDownMask' has been explicitly marked deprecated here
static const NSEventMask NSLeftMouseDownMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventMaskLeftMouseDown", 10_0, 10_12) = NSEventMaskLeftM...
^
../uitoolkit/quartz/cocoa.m:904:17: warning: 'NSRightMouseDownMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
mev.state = Button3Mask;
^~~~~~~~~~~
NSEventMaskRightMouseDown
../uitoolkit/quartz/../quartz/ui.h:353:21: note: expanded from macro 'Button3Mask'
#define Button3Mask NSRightMouseDownMask
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:137:26: note:
'NSRightMouseDownMask' has been explicitly marked deprecated here
static const NSEventMask NSRightMouseDownMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventMaskRightMouseDown", 10_0, 10_12) = NSEventMaskRigh...
^
../uitoolkit/quartz/cocoa.m:918:15: warning: 'NSRightMouseDownMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
mev.state = Button3Mask;
^~~~~~~~~~~
NSEventMaskRightMouseDown
../uitoolkit/quartz/../quartz/ui.h:353:21: note: expanded from macro 'Button3Mask'
#define Button3Mask NSRightMouseDownMask
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:137:26: note:
'NSRightMouseDownMask' has been explicitly marked deprecated here
static const NSEventMask NSRightMouseDownMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventMaskRightMouseDown", 10_0, 10_12) = NSEventMaskRigh...
^
../uitoolkit/quartz/cocoa.m:956:21: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note:
'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagShift", 10_0, 10_12) = NSEventMod...
^
../uitoolkit/quartz/cocoa.m:956:38: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagControl", 10_0, 10_12) = NSEventM...
^
../uitoolkit/quartz/cocoa.m:956:57: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note:
'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagOption", 10_0, 10_12) = NSEventMo...
^
../uitoolkit/quartz/cocoa.m:958:23: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note:
'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagShift", 10_0, 10_12) = NSEventMod...
^
../uitoolkit/quartz/cocoa.m:958:40: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagControl", 10_0, 10_12) = NSEventM...
^
../uitoolkit/quartz/cocoa.m:958:59: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(NSShiftKeyMask | NSControlKeyMask | NSAlternateKeyMask);
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note:
'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagOption", 10_0, 10_12) = NSEventMo...
^
../uitoolkit/quartz/cocoa.m:979:23: warning: 'NSFlagsChanged' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if ([event type] == NSFlagsChanged) {
^~~~~~~~~~~~~~
NSEventTypeFlagsChanged
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:76:26: note:
'NSFlagsChanged' has been explicitly marked deprecated here
static const NSEventType NSFlagsChanged NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventTypeFlagsChanged", 10_0, 10_12) = NSEventTypeFlagsChanged;
^
../uitoolkit/quartz/cocoa.m:986:30: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
currentShiftMask = flags & NSShiftKeyMask;
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note:
'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagShift", 10_0, 10_12) = NSEventMod...
^
../uitoolkit/quartz/cocoa.m:991:31: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (markedText || !(flags & NSAlternateKeyMask) ||
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note:
'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagOption", 10_0, 10_12) = NSEventMo...
^
../uitoolkit/quartz/cocoa.m:992:16: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
(flags & NSControlKeyMask)) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagControl", 10_0, 10_12) = NSEventM...
^
../uitoolkit/quartz/cocoa.m:1002:26: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
kev.state = flags & (NSShiftKeyMask | NSControlKeyMask |
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note:
'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagShift", 10_0, 10_12) = NSEventMod...
^
../uitoolkit/quartz/cocoa.m:1002:43: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
kev.state = flags & (NSShiftKeyMask | NSControlKeyMask |
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagControl", 10_0, 10_12) = NSEventM...
^
../uitoolkit/quartz/cocoa.m:1003:26: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSAlternateKeyMask | NSCommandKeyMask);
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note:
'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagOption", 10_0, 10_12) = NSEventMo...
^
../uitoolkit/quartz/cocoa.m:1003:47: warning: 'NSCommandKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSAlternateKeyMask | NSCommandKeyMask);
^~~~~~~~~~~~~~~~
NSEventModifierFlagCommand
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:185:35: note:
'NSCommandKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSCommandKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagCommand", 10_0, 10_12) = NSEventM...
^
../uitoolkit/quartz/cocoa.m:1005:21: warning: 'NSControlKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if (kev.state & NSControlKeyMask) {
^~~~~~~~~~~~~~~~
NSEventModifierFlagControl
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:183:35: note:
'NSControlKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSControlKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagControl", 10_0, 10_12) = NSEventM...
^
../uitoolkit/quartz/cocoa.m:1008:28: warning: 'NSAlternateKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
} else if (kev.state & NSAlternateKeyMask) {
^~~~~~~~~~~~~~~~~~
NSEventModifierFlagOption
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:184:35: note:
'NSAlternateKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSAlternateKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagOption", 10_0, 10_12) = NSEventMo...
^
../uitoolkit/quartz/cocoa.m:1016:22: warning: 'NSShiftKeyMask' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
if ((kev.state & NSShiftKeyMask) && 'A' <= kev.keysym &&
^~~~~~~~~~~~~~
NSEventModifierFlagShift
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:182:35: note:
'NSShiftKeyMask' has been explicitly marked deprecated here
static const NSEventModifierFlags NSShiftKeyMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSEventModifierFlagShift", 10_0, 10_12) = NSEventMod...
^
../uitoolkit/quartz/cocoa.m:1050:38: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with
NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations]
if ([[pboard types] containsObject:NSFilenamesPboardType]) {
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:323:32: note:
'NSFilenamesPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType NS_DEPRECATED_MAC(10_0, 10_14, "Create multiple pasteboard items with NSPasteboardTypeFileURL or ...
^
../uitoolkit/quartz/cocoa.m:1064:38: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with
NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations]
if ([[pboard types] containsObject:NSFilenamesPboardType]) {
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:323:32: note:
'NSFilenamesPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType NS_DEPRECATED_MAC(10_0, 10_14, "Create multiple pasteboard items with NSPasteboardTypeFileURL or ...
^
../uitoolkit/quartz/cocoa.m:1065:50: warning: 'NSFilenamesPboardType' is deprecated: first deprecated in macOS 10.14 - Create multiple pasteboard items with
NSPasteboardTypeFileURL or kUTTypeFileURL instead [-Wdeprecated-declarations]
NSArray *files = [pboard propertyListForType:NSFilenamesPboardType];
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:323:32: note:
'NSFilenamesPboardType' has been explicitly marked deprecated here
APPKIT_EXTERN NSPasteboardType NSFilenamesPboardType NS_DEPRECATED_MAC(10_0, 10_14, "Create multiple pasteboard items with NSPasteboardTypeFileURL or ...
^
../uitoolkit/quartz/cocoa.m:1071:15: warning: assigning to 'char *' from 'const char * _Nullable' discards qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]
ev.data = [[files objectAtIndex:count] UTF8String];
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../uitoolkit/quartz/cocoa.m:1105:29: warning: 'convertBaseToScreen:' is deprecated: first deprecated in macOS 10.7 - Use -convertRectToScreen: or
-convertPointToScreen: instead [-Wdeprecated-declarations]
r.origin = [[self window] convertBaseToScreen:r.origin];
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:909:1: note:
'convertBaseToScreen:' has been explicitly marked deprecated here
- (NSPoint)convertBaseToScreen:(NSPoint)point NS_DEPRECATED_MAC(10_0, 10_7, "Use -convertRectToScreen: or -convertPointToScreen: instead");
^
../uitoolkit/quartz/cocoa.m:1284:9: warning: 'NSCompositeCopy' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
NSCompositeCopy);
^~~~~~~~~~~~~~~
NSCompositingOperationCopy
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:58:37: note:
'NSCompositeCopy' has been explicitly marked deprecated here
static const NSCompositingOperation NSCompositeCopy NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSCompositingOperationCopy", 10_0, 10_12) = NSCompositingOpera...
^
../uitoolkit/quartz/cocoa.m:1440:38: warning: sending 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer
types with different sign [-Wpointer-sign]
[view drawString:font:fg_color:x:y:str:len];
^~~
../uitoolkit/quartz/cocoa.m:37:30: note: passing argument to parameter 'str' here
:(u_char *)str
^
../uitoolkit/quartz/cocoa.m:1495:8: warning: 'instantiateNibWithOwner:topLevelObjects:' is deprecated: first deprecated in macOS 10.8
[-Wdeprecated-declarations]
[nib instantiateNibWithOwner:nil topLevelObjects:nil];
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSNib.h:69:1: note:
'instantiateNibWithOwner:topLevelObjects:' has been explicitly marked deprecated here
- (BOOL)instantiateNibWithOwner:(null_unspecified id)owner topLevelObjects:(NSArray * __null_unspecified* __null_unspecified)topLevelObjects NS_DEPREC...
^
../uitoolkit/quartz/cocoa.m:1557:13: warning: 'setFloatValue:knobProportion:' is deprecated: first deprecated in macOS 10.5 [-Wdeprecated-declarations]
[scroller setFloatValue:pos knobProportion:knob]; /* Deprecated since 10.6 */
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:159:1: note:
'setFloatValue:knobProportion:' has been explicitly marked deprecated here
- (void)setFloatValue:(float)value knobProportion:(CGFloat)proportion NS_DEPRECATED_MAC(10_0, 10_5);
^
../uitoolkit/quartz/cocoa.m:1568:35: warning: incompatible pointer types passing 'NSString *' to parameter of type 'CFStringRef _Nullable'
(aka 'const struct __CFString *') [-Wincompatible-pointer-types]
return CGFontCreateWithFontName(ns_font_family);
^~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h:80:29: note:
passing argument to parameter 'name' here
CFStringRef cg_nullable name)
^
../uitoolkit/quartz/cocoa.m:1596:41: warning: incompatible pointer types passing 'unichar **' (aka 'unsigned short **') to parameter of type 'unichar *'
(aka 'unsigned short *'); remove & [-Wincompatible-pointer-types]
CGFontGetGlyphsForUnichars(cg_font, &utf16, &glyph, 1);
^~~~~~
../uitoolkit/quartz/cocoa.m:199:51: note: passing argument to parameter here
bool CGFontGetGlyphsForUnichars(CGFontRef, unichar[], CGGlyph[], size_t);
^
../uitoolkit/quartz/cocoa.m:1739:12: warning: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int'
[-Wint-conversion]
return NULL;
^~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include/stddef.h:105:16: note: expanded from macro 'NULL'
# define NULL ((void*)0)
^~~~~~~~~~
78 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/cocoa.m -o cocoa.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_im_status_screen-cocoa.m
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_im_status_screen-cocoa.m -fno-common -DPIC -o .libs/ui_im_status_screen-cocoa.o
../uitoolkit/quartz/ui_im_status_screen-cocoa.m:67:16: 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(str);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
../uitoolkit/quartz/ui_im_status_screen-cocoa.m:89:35: warning: sending 'u_char *' (aka 'unsigned char *') to parameter of type 'const char * _Nonnull'
converts between pointers to integer types with different sign [-Wpointer-sign]
[NSString stringWithCString:utf8 encoding:NSUTF8StringEncoding];
^~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:385:58: note:
passing argument to parameter 'cString' here
+ (nullable instancetype)stringWithCString:(const char *)cString encoding:(NSStringEncoding)enc;
^
../uitoolkit/quartz/ui_im_status_screen-cocoa.m:133:45: warning: 'NSBorderlessWindowMask' is deprecated: first deprecated in macOS 10.12
[-Wdeprecated-declarations]
styleMask:NSBorderlessWindowMask
^~~~~~~~~~~~~~~~~~~~~~
NSWindowStyleMaskBorderless
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:951:32: note:
'NSBorderlessWindowMask' has been explicitly marked deprecated here
static const NSWindowStyleMask NSBorderlessWindowMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSWindowStyleMaskBorderless", 10_0, 10_12) = NSWindowStyleMa...
^
../uitoolkit/quartz/ui_im_status_screen-cocoa.m:162:23: warning: incompatible pointer types assigning to 'void (*)(struct ui_im_status_screen *)' from
'int (ui_im_status_screen_t *)' (aka 'int (struct ui_im_status_screen *)') [-Wincompatible-pointer-types]
stat_screen->delete = delete;
^ ~~~~~~
../uitoolkit/quartz/ui_im_status_screen-cocoa.m:163:21: warning: incompatible pointer types assigning to 'void (*)(struct ui_im_status_screen *)' from
'int (ui_im_status_screen_t *)' (aka 'int (struct ui_im_status_screen *)') [-Wincompatible-pointer-types]
stat_screen->show = show;
^ ~~~~
../uitoolkit/quartz/ui_im_status_screen-cocoa.m:164:21: warning: incompatible pointer types assigning to 'void (*)(struct ui_im_status_screen *)' from
'int (ui_im_status_screen_t *)' (aka 'int (struct ui_im_status_screen *)') [-Wincompatible-pointer-types]
stat_screen->hide = hide;
^ ~~~~
6 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_IM_PLUGIN -DHAVE_REGEX -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -g -O2 -DBINDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/bin\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -DLIBEXECDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/libexec\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -I../vtemu -I../uitoolkit/libotl -I/usr/local/include -c ../uitoolkit/quartz/ui_im_status_screen-cocoa.m -o ui_im_status_screen-cocoa.o >/dev/null 2>&1
../libtool --mode=link gcc -o libuitoolkit.a ui_screen_manager.lo ui_event_source.lo ui_display.lo ui_window.lo ui_screen.lo ui_xic.lo ui_color_manager.lo ui_font_manager.lo ui_picture.lo ui_font.lo ui_color.lo ui_selection.lo ui_font_config.lo ui_main_config.lo ui_shortcut.lo ui_bel_mode.lo ui_sb_mode.lo ui_mod_meta_mode.lo ui_font_cache.lo ui_draw_str.lo ui_gc.lo ui_color_cache.lo ui_dnd.lo ui_scrollbar.lo ui_layout.lo ui_sb_view_factory.lo ui_simple_sb_view.lo ui_imagelib.lo ui_connect_dialog.lo ui_type_engine.lo ui_im.lo ui_im_candidate_screen.lo ui_brltty.lo ui_selection_encoding.lo ui_emoji.lo ui.lo cocoa.lo ui_im_status_screen-cocoa.lo
libtool: link: ar cru libuitoolkit.a ui_screen_manager.o ui_event_source.o ui_display.o ui_window.o ui_screen.o ui_xic.o ui_color_manager.o ui_font_manager.o ui_picture.o ui_font.o ui_color.o ui_selection.o ui_font_config.o ui_main_config.o ui_shortcut.o ui_bel_mode.o ui_sb_mode.o ui_mod_meta_mode.o ui_font_cache.o ui_draw_str.o ui_gc.o ui_color_cache.o ui_dnd.o ui_scrollbar.o ui_layout.o ui_sb_view_factory.o ui_simple_sb_view.o ui_imagelib.o ui_connect_dialog.o ui_type_engine.o ui_im.o ui_im_candidate_screen.o ui_brltty.o ui_selection_encoding.o ui_emoji.o ui.o cocoa.o ui_im_status_screen-cocoa.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libuitoolkit.a(ui_sb_view_factory.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libuitoolkit.a(ui_simple_sb_view.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libuitoolkit.a(ui_connect_dialog.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libuitoolkit.a(ui_brltty.o) has no symbols
libtool: link: ranlib libuitoolkit.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libuitoolkit.a(ui_sb_view_factory.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libuitoolkit.a(ui_simple_sb_view.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libuitoolkit.a(ui_connect_dialog.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libuitoolkit.a(ui_brltty.o) has no symbols
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -g -O2 -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -I../vtemu -I../uitoolkit -I../main -I/usr/local/include -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -DUSE_IM_PLUGIN -c daemon.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -g -O2 -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -I../vtemu -I../uitoolkit -I../main -I/usr/local/include -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -DUSE_IM_PLUGIN -c daemon.c -fno-common -DPIC -o .libs/daemon.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -g -O2 -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -I../vtemu -I../uitoolkit -I../main -I/usr/local/include -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -DUSE_IM_PLUGIN -c daemon.c -o daemon.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -g -O2 -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -I../vtemu -I../uitoolkit -I../main -I/usr/local/include -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -DUSE_IM_PLUGIN -c main_loop.c
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -g -O2 -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -I../vtemu -I../uitoolkit -I../main -I/usr/local/include -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -DUSE_IM_PLUGIN -c main_loop.c -fno-common -DPIC -o .libs/main_loop.o
main_loop.c:239:13: warning: incompatible pointer types assigning to 'char *' from 'char **'; dereference with * [-Wincompatible-pointer-types]
orig_argv = argv;
^ ~~~~
*
main_loop.c:288:26: warning: incompatible pointer types passing 'char *' to parameter of type 'char *const *'; take the address with &
[-Wincompatible-pointer-types]
execvp("mlclient", orig_argv);
^~~~~~~~~
&
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/unistd.h:445:49: note: passing argument to
parameter '__argv' here
int execvp(const char * __file, char * const * __argv) __WATCHOS_PROHIBITED __TVOS_PROHIBITED;
^
2 warnings generated.
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -g -O2 -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -I../vtemu -I../uitoolkit -I../main -I/usr/local/include -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -DUSE_IM_PLUGIN -c main_loop.c -o main_loop.o >/dev/null 2>&1
../libtool --mode=compile gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -g -O2 -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -I../vtemu -I../uitoolkit -I../main -I/usr/local/include -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -DUSE_IM_PLUGIN -c main-cocoa.m
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -g -O2 -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -I../vtemu -I../uitoolkit -I../main -I/usr/local/include -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -DUSE_IM_PLUGIN -c main-cocoa.m -fno-common -DPIC -o .libs/main-cocoa.o
libtool: compile: gcc -I../baselib/include -I../encodefilter/include -DUSE_QUARTZ -DUSE_TYPE_XCORE -DNO_DYNAMIC_LOAD_TYPE -I/usr/local/opt/freetype/include/freetype2 -g -O2 -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -I../vtemu -I../uitoolkit -I../main -I/usr/local/include -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I/usr/local/Cellar/graphite2/1.3.13/include -DUSE_HARFBUZZ -DUSE_OT_LAYOUT -DUSE_IM_PLUGIN -c main-cocoa.m -o main-cocoa.o >/dev/null 2>&1
../libtool --mode=link gcc -o mlterm daemon.o main_loop.o main-cocoa.o \
../uitoolkit/libuitoolkit.a ../vtemu/libmlterm.a ../vtemu/libmlterm_coreotl.la ../encodefilter/src/libmef.la ../baselib/src/libpobl.la -L/usr/local/lib -R/usr/local/lib -framework Foundation -framework Cocoa
libtool: link: gcc -o .libs/mlterm daemon.o main_loop.o main-cocoa.o ../uitoolkit/libuitoolkit.a ../vtemu/libmlterm.a ../vtemu/.libs/libmlterm_coreotl.dylib /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/baselib/src/.libs/libpobl.dylib ../encodefilter/src/.libs/libmef.dylib ../baselib/src/.libs/libpobl.dylib -ldl -L/usr/local/lib -framework Foundation -framework Cocoa
no such a target
no such a target
../../libtool --mode=compile gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -I../../common -I/usr/local/include -c im_skk.c
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -I../../common -I/usr/local/include -c im_skk.c -fno-common -DPIC -o .libs/im_skk.o
im_skk.c:298:72: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
(*skk->im.stat_screen->set)(skk->im.stat_screen, skk->parser_term, candidateword);
^~~~~~~~~~~~~
im_skk.c:624:18: warning: incompatible pointer types passing 'char [1]' to parameter of type 'ef_char_t *' (aka 'struct ef_char *')
[-Wincompatible-pointer-types]
preedit(skk, "", 0, 0, skk->status[skk->mode], 0, "");
^~
im_skk.c:157:47: note: passing argument to parameter 'preedit' here
static void preedit(im_skk_t *skk, ef_char_t *preedit, u_int preedit_len, int rev_len,
^
im_skk.c:627:18: warning: incompatible pointer types passing 'char [1]' to parameter of type 'ef_char_t *' (aka 'struct ef_char *')
[-Wincompatible-pointer-types]
preedit(skk, "", 0, 0, "", 0, "");
^~
im_skk.c:157:47: note: passing argument to parameter 'preedit' here
static void preedit(im_skk_t *skk, ef_char_t *preedit, u_int preedit_len, int rev_len,
^
im_skk.c:756:20: warning: incompatible pointer types passing 'char [1]' to parameter of type 'ef_char_t *' (aka 'struct ef_char *')
[-Wincompatible-pointer-types]
preedit(skk, "", 0, 0, skk->status[skk->mode], 0, "");
^~
im_skk.c:157:47: note: passing argument to parameter 'preedit' here
static void preedit(im_skk_t *skk, ef_char_t *preedit, u_int preedit_len, int rev_len,
^
im_skk.c:758:20: warning: incompatible pointer types passing 'char [1]' to parameter of type 'ef_char_t *' (aka 'struct ef_char *')
[-Wincompatible-pointer-types]
preedit(skk, "", 0, 0, skk->status[skk->mode], 0, "");
^~
im_skk.c:157:47: note: passing argument to parameter 'preedit' here
static void preedit(im_skk_t *skk, ef_char_t *preedit, u_int preedit_len, int rev_len,
^
im_skk.c:1202:34: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
(*parser->set_str)(parser, skk->status[mode], 5);
^~~~~~~~~~~~~~~~~
im_skk.c:1205:34: warning: passing 'u_char [64]' to parameter of type 'const char *' converts between pointers to integer types with different sign
[-Wpointer-sign]
skk->status[mode] = strdup(buf);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:117:26: note: passing argument to
parameter '__s1' here
char *strdup(const char *__s1);
^
7 warnings generated.
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -I../../common -I/usr/local/include -c im_skk.c -o im_skk.o >/dev/null 2>&1
../../libtool --mode=compile gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -I../../common -I/usr/local/include -c ef_str_parser.c
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -I../../common -I/usr/local/include -c ef_str_parser.c -fno-common -DPIC -o .libs/ef_str_parser.o
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -I../../common -I/usr/local/include -c ef_str_parser.c -o ef_str_parser.o >/dev/null 2>&1
../../libtool --mode=compile gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -I../../common -I/usr/local/include -c dict.c
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -I../../common -I/usr/local/include -c dict.c -fno-common -DPIC -o .libs/dict.o
dict.c:110:16: 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(str);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
dict.c:113:12: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different
sign [-Wpointer-sign]
strcpy(entry, str);
^~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_string.h:83:27: note: expanded from
macro 'strcpy'
__builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
^~~~
dict.c:113: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]
strcpy(entry, str);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_string.h:83:33: note: expanded from
macro 'strcpy'
__builtin___strcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
^~~~~~~~~~~
dict.c:123:13: warning: comparison of distinct pointer types ('u_char *' (aka 'unsigned char *') and 'char *') [-Wcompare-distinct-pointer-types]
if (entry < data || data + data_size <= entry) {
~~~~~ ^ ~~~~
dict.c:123:40: warning: comparison of distinct pointer types ('char *' and 'u_char *' (aka 'unsigned char *')) [-Wcompare-distinct-pointer-types]
if (entry < data || data + data_size <= entry) {
~~~~~~~~~~~~~~~~ ^ ~~~~~
dict.c:126:18: 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(entry);
^~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
dict.c:291:33: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
return (*conv->convert)(conv, dst, dst_len, ef_str_parser_init(src, src_len));
^~~
dict.c:390:46: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
(*global_parser->set_str)(global_parser, captions[count], len);
^~~~~~~~~~~~~~~
dict.c:393:46: warning: passing 'char [1024]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
len = (*local_conv->convert)(local_conv, buf, sizeof(buf) - 1, global_parser);
^~~
dict.c:568:21: warning: incompatible pointer types passing 'struct sockaddr_in *' to parameter of type 'const struct sockaddr *'
[-Wincompatible-pointer-types]
if (connect(sock, &sa, sizeof(struct sockaddr_in)) == -1) {
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/sys/socket.h:689:41: note: passing argument to
parameter here
int connect(int, const struct sockaddr *, socklen_t) __DARWIN_ALIAS_C(connect);
^
dict.c:680:27: warning: passing 'char *[100]' to parameter of type 'const char **' discards qualifiers in nested pointer types
[-Wincompatible-pointer-types-discards-qualifiers]
if (!candidate_exists(cand->cands, num, cand->cands[num])) {
^~~~~~~~~~~
dict.c:631:42: note: passing argument to parameter 'cands' here
static int candidate_exists(const char **cands, u_int num_cands, const char *cand) {
^
dict.c:805:55: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
local_tables[idx].entries[count] = make_entry(tmp);
^~~
dict.c:105:35: note: passing argument to parameter 'str' here
static u_char *make_entry(u_char *str) {
^
dict.c:805:42: warning: assigning to 'char *' from 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign
[-Wpointer-sign]
local_tables[idx].entries[count] = make_entry(tmp);
^ ~~~~~~~~~~~~~~~
dict.c:818:58: warning: assigning to 'char *' from 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different sign
[-Wpointer-sign]
local_tables[idx].entries[local_tables[idx].num++] = make_entry(p);
^ ~~~~~~~~~~~~~
dict.c:926:25: warning: incompatible pointer types assigning to 'ef_char_t *' (aka 'struct ef_char *') from 'char *' [-Wincompatible-pointer-types]
compl->caption_orig = (char *)(compl + 1);
^ ~~~~~~~~~~~~~~~~~~~
dict.c:1007:32: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
(time = get_entry_time(compl->captions[count], local_data, local_data_size)) > max_time) {
^~~~~~~~~~~~~~~~~~~~~~
dict.c:122:41: note: passing argument to parameter 'entry' here
static u_int16_t get_entry_time(u_char *entry, char *data, size_t data_size) {
^
dict.c:1027:30: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
(*parser->set_str)(parser, str, (end = strchr(str, ' ')) ? end - str : strlen(str));
^~~
dict.c:1071:24: warning: incompatible pointer types assigning to 'ef_char_t *' (aka 'struct ef_char *') from 'char *' [-Wincompatible-pointer-types]
cand->caption_orig = (char *)(cand + 1);
^ ~~~~~~~~~~~~~~~~~~
dict.c:1148:32: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
(time = get_entry_time(cand->cands[count], local_data, local_data_size)) > max_time) {
^~~~~~~~~~~~~~~~~~
dict.c:122:41: note: passing argument to parameter 'entry' here
static u_int16_t get_entry_time(u_char *entry, char *data, size_t data_size) {
^
dict.c:1166:30: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
(*parser->set_str)(parser, cand->cands[cand->cur_index], strlen(cand->cands[cand->cur_index]));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
dict.c:1210:32: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
(*parser->set_str)(parser, cand->cands[start_index + count],
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dict.c:1213:35: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
dst += (*conv->convert)(conv, dst, list_size - (dst - list) - 2, parser);
^~~
dict.c:1279:30: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with different
sign [-Wpointer-sign]
(*parser->set_str)(parser, cand->cands[cand->cur_index], strlen(cand->cands[cand->cur_index]));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
dict.c:1282:44: warning: passing 'char [1024]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
word[ (*local_conv->convert)(local_conv, word, sizeof(word) - 2, parser)] = '\0';
^~~~
24 warnings generated.
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -I../../common -I/usr/local/include -c dict.c -o dict.o >/dev/null 2>&1
../../libtool --mode=link gcc -o libim-skk.la im_skk.lo ef_str_parser.lo dict.lo \
-rpath /Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm \
-module -avoid-version ../../baselib/src/libpobl.la ../../encodefilter/src/libmef.la
libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libim-skk.so -bundle .libs/im_skk.o .libs/ef_str_parser.o .libs/dict.o ../../baselib/src/.libs/libpobl.dylib -ldl ../../encodefilter/src/.libs/libmef.dylib
libtool: link: ar cru .libs/libim-skk.a im_skk.o ef_str_parser.o dict.o
libtool: link: ranlib .libs/libim-skk.a
libtool: link: ( cd ".libs" && rm -f "libim-skk.la" && ln -s "../libim-skk.la" "libim-skk.la" )
../../libtool --mode=compile gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -I/usr/local/include -c im_kbd.c
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -I/usr/local/include -c im_kbd.c -fno-common -DPIC -o .libs/im_kbd.o
im_kbd.c:101:5: 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:106:5: 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:108:5: 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:109:5: 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:110:5: 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:111:5: 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:112:5: 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:113:5: 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:114:5: 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:115:5: 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:116:5: 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:117:5: 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:118:5: 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:119:5: 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:121:5: 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:122:5: 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:124:5: 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:125:5: 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:127:5: 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:128:5: 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:129:5: 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:130:5: 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:131:5: 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:132:5: 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:133:5: 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:134:5: 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:135:5: 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:136:5: 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:137:5: 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:138:5: 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:139:5: 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:140:5: 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:141:5: 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:142:5: 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:143:5: 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:144:5: 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:145:5: 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:146:5: 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:147:5: 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:148:5: 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:149:5: 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:150:5: 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:151:5: 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:152:5: 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:153:5: 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:155:5: 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:158:5: 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:159:5: 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:160:5: 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:161:5: 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:162:5: 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:163:5: 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:164:5: 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:165:5: 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:166:5: 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:167:5: 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:168:5: 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:169:5: 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:170:5: 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:171:5: 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:172:5: 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:173:5: 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:174:5: 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:175:5: 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:176:5: 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:177:5: 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:178:5: 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:179:5: 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:180:5: 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:181:5: 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:182:5: 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:183:5: 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:184:5: 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:185:5: 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:187:5: 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:188:5: 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:193:5: 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:198:5: 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:200:5: 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:201:5: 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:213:5: 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:250:5: 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:251:5: 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:252:5: 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:253:5: 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:254:5: 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:255:5: 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:256:5: 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:257:5: 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:258:5: 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:259:5: 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:260:5: 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:261:5: 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:262:5: 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:263:5: 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:264:5: 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:265:5: 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:266:5: 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:267:5: 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:268:5: 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:269:5: 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:270:5: 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:271:5: 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:272:5: 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:273:5: 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:274:5: 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:275:5: 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:276:5: 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:367:22: 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);
^~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
im_kbd.c:369:18: 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);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
im_kbd.c:515:37: 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:518:72: warning: passing 'char [15]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
(*kbd->im.stat_screen->set)(kbd->im.stat_screen, parser_ascii, "ISCII:inscript");
^~~~~~~~~~~~~~~~
im_kbd.c:521:72: warning: passing 'char [15]' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types with
different sign [-Wpointer-sign]
(*kbd->im.stat_screen->set)(kbd->im.stat_screen, parser_ascii, "ISCII:phonetic");
^~~~~~~~~~~~~~~~
113 warnings generated.
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -g -O2 -I../../vtemu -I../../uitoolkit -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/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib/mlterm \
-module -avoid-version ../../baselib/src/libpobl.la ../../encodefilter/src/libmef.la
libtool: link: gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/libim-kbd.so -bundle .libs/im_kbd.o ../../baselib/src/.libs/libpobl.dylib -ldl ../../encodefilter/src/.libs/libmef.dylib
libtool: link: ar cru .libs/libim-kbd.a im_kbd.o
libtool: link: ranlib .libs/libim-kbd.a
libtool: link: ( cd ".libs" && rm -f "libim-kbd.la" && ln -s "../libim-kbd.la" "libim-kbd.la" )
../../libtool --mode=compile gcc -I../../baselib/include -g -O2 -D_THREAD_SAFE -I/usr/local/include/SDL2 -DUSE_QUARTZ -I/usr/local/include -c main.c
libtool: compile: gcc -I../../baselib/include -g -O2 -D_THREAD_SAFE -I/usr/local/include/SDL2 -DUSE_QUARTZ -I/usr/local/include -c main.c -fno-common -DPIC -o .libs/main.o
libtool: compile: gcc -I../../baselib/include -g -O2 -D_THREAD_SAFE -I/usr/local/include/SDL2 -DUSE_QUARTZ -I/usr/local/include -c main.c -o main.o >/dev/null 2>&1
../../libtool --mode=link gcc -I../../baselib/include -g -O2 -D_THREAD_SAFE -I/usr/local/include/SDL2 -DUSE_QUARTZ -I/usr/local/include -o registobmp main.lo -L/usr/local/lib -lSDL2 -L/usr/local/lib -R/usr/local/lib -lm
libtool: link: gcc -I../../baselib/include -g -O2 -D_THREAD_SAFE -I/usr/local/include/SDL2 -DUSE_QUARTZ -I/usr/local/include -o registobmp .libs/main.o -L/usr/local/lib -lSDL2 -lm
gcc -I../../../baselib/include -g -O2 -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -c mlterm-menu.c
mlterm-menu.c:70:3: warning: 'gtk_menu_popup' is deprecated [-Wdeprecated-declarations]
gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, 0, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkmenu.h:137:1: note: 'gtk_menu_popup' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_22_FOR((gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect))
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:413:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_22_FOR'
# define GDK_DEPRECATED_IN_3_22_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mlterm-menu.c:242: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]
size_t len = strlen(sel);
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:82:28: note: passing argument to
parameter '__s' here
size_t strlen(const char *__s);
^
mlterm-menu.c:257:37: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const gchar *' (aka 'const char *') converts between pointers
to integer types with different sign [-Wpointer-sign]
gtk_clipboard_set_text(clipboard, sel, len);
^~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkclipboard.h:219:35: note: passing argument to parameter 'text' here
const gchar *text,
^
3 warnings generated.
../../../libtool --mode=link gcc mlterm-menu.o -I../../../baselib/include -g -O2 -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -o mlterm-menu -L/usr/local/Cellar/gtk+3/3.24.3/lib -L/usr/local/Cellar/pango/1.42.4_1/lib -L/usr/local/Cellar/atk/2.30.0/lib -L/usr/local/Cellar/cairo/1.16.0/lib -L/usr/local/Cellar/gdk-pixbuf/2.38.0/lib -L/usr/local/Cellar/glib/2.58.2/lib -L/usr/local/opt/gettext/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation ../../../baselib/src/libpobl.la
libtool: link: gcc mlterm-menu.o -I../../../baselib/include -g -O2 -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -o .libs/mlterm-menu -Wl,-framework -Wl,CoreFoundation -L/usr/local/Cellar/gtk+3/3.24.3/lib -L/usr/local/Cellar/pango/1.42.4_1/lib -L/usr/local/Cellar/atk/2.30.0/lib -L/usr/local/Cellar/cairo/1.16.0/lib -L/usr/local/Cellar/gdk-pixbuf/2.38.0/lib -L/usr/local/Cellar/glib/2.58.2/lib -L/usr/local/opt/gettext/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl ../../../baselib/src/.libs/libpobl.dylib -ldl
gcc -g -O2 -c data.c
gcc -g -O2 -c main.c
gcc -g -O2 -c comm.c
gcc -g -O2 -c data_entry_string.c
gcc -g -O2 -c data_entry_bool.c
gcc -g -O2 -c data_entry_numeric.c
gcc -g -O2 -c data_entry_color.c
gcc -g -O2 -c data_entry_radio.c
gcc -o mlcc 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
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c main.c
main.c:367:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:385:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:409:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:436:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:470:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 10);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:482:15: warning: 'gtk_hseparator_new' is deprecated [-Wdeprecated-declarations]
separator = gtk_hseparator_new();
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhseparator.h:60:1: note: 'gtk_hseparator_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_separator_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:489:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:504:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 3);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:525:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:553:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:562:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:590:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 3);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:602:11: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox2 = gtk_vbox_new(FALSE, 3);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:605:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:618:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:639:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 3);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:660:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 3);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:674:12: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:691:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 3);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:696:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:708:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:736:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
main.c:762:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
23 warnings generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_combo.c
mc_combo.c:25:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_combo.c:85:31: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkEntry *'
(aka 'struct _GtkEntry *') [-Wincompatible-pointer-types]
gtk_entry_set_width_chars(gtk_bin_get_child(GTK_BIN(combo)), width_chars);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkentry.h:239:65: note: passing argument to parameter 'entry' here
void gtk_entry_set_width_chars (GtkEntry *entry,
^
2 warnings generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_char_encoding.c
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_im.c
mc_im.c:284:7: warning: comparison of distinct pointer types ('int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') and 'int (*)(int, u_int)'
(aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_set(result, xim_locale_table, key, value);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../baselib/include/pobl/bl_map.h:141:30: note: expanded from macro 'bl_map_set'
if ((map)->hash_func == bl_map_hash_int || (map)->hash_func == bl_map_hash_int_fast) { \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
mc_im.c:284:7: warning: comparison of distinct pointer types ('int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') and 'int (*)(int, u_int)'
(aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_set(result, xim_locale_table, key, value);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../baselib/include/pobl/bl_map.h:141:69: note: expanded from macro 'bl_map_set'
if ((map)->hash_func == bl_map_hash_int || (map)->hash_func == bl_map_hash_int_fast) { \
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
mc_im.c:284:7: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') from 'int (int, u_int)'
(aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_set(result, xim_locale_table, key, value);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../baselib/include/pobl/bl_map.h:143:30: note: expanded from macro 'bl_map_set'
(map)->hash_func = bl_map_hash_int; \
^ ~~~~~~~~~~~~~~~
mc_im.c:284:7: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') from 'int (int, u_int)'
(aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_set(result, xim_locale_table, key, value);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../baselib/include/pobl/bl_map.h:146:30: note: expanded from macro 'bl_map_set'
(map)->hash_func = bl_map_hash_int_fast; \
^ ~~~~~~~~~~~~~~~~~~~~
mc_im.c:317:3: warning: comparison of distinct pointer types ('int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') and 'int (*)(int, u_int)'
(aka 'int (*)(int, unsigned int)')) [-Wcompare-distinct-pointer-types]
bl_map_new_with_size(char *, char *, xim_locale_table, bl_map_hash_str, bl_map_compare_str, 16);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../baselib/include/pobl/bl_map.h:50:21: note: expanded from macro 'bl_map_new_with_size'
if (__hash_func == bl_map_hash_int) { \
~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
mc_im.c:317:3: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') from 'int (int, u_int)'
(aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_new_with_size(char *, char *, xim_locale_table, bl_map_hash_str, bl_map_compare_str, 16);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../baselib/include/pobl/bl_map.h:52:26: note: expanded from macro 'bl_map_new_with_size'
(map)->hash_func = bl_map_hash_int; \
^ ~~~~~~~~~~~~~~~
mc_im.c:317:3: warning: incompatible pointer types assigning to 'int (*)(char *, u_int)' (aka 'int (*)(char *, unsigned int)') from 'int (int, u_int)'
(aka 'int (int, unsigned int)') [-Wincompatible-pointer-types]
bl_map_new_with_size(char *, char *, xim_locale_table, bl_map_hash_str, bl_map_compare_str, 16);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../baselib/include/pobl/bl_map.h:55:26: note: expanded from macro 'bl_map_new_with_size'
(map)->hash_func = bl_map_hash_int_fast; \
^ ~~~~~~~~~~~~~~~~~~~~
mc_im.c:356:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_im.c:369:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_im.c:460:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_im.c:483:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_im.c:487:58: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
combo = mc_combo_new(label_name, item_names, item_num, value, 0, &entry);
^~~~~
./mc_combo.h:14:31: note: passing argument to parameter 'selected_item_name' here
char *selected_item_name, int is_readonly, GtkWidget **entry);
^
mc_im.c:533:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_im.c:583:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_im.c:721:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_im.c:724:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 5);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
16 warnings generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_tabsize.c
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_logsize.c
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_font.c
mc_font.c:743:18: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]
(fontname = gtk_entry_get_text(GTK_ENTRY(fontname_entry)))) &&
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mc_font.c:1022:9: warning: 'gtk_font_selection_dialog_get_font_name' is deprecated [-Wdeprecated-declarations]
str = gtk_font_selection_dialog_get_font_name(dialog);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:151:1: note: 'gtk_font_selection_dialog_get_font_name' has been explicitly marked
deprecated here
GDK_DEPRECATED_IN_3_2_FOR(GtkFontChooser)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1100:12: warning: 'gtk_font_selection_dialog_new' is deprecated [-Wdeprecated-declarations]
dialog = gtk_font_selection_dialog_new("Select Font");
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:142:1: note: 'gtk_font_selection_dialog_new' has been explicitly marked deprecated
here
GDK_DEPRECATED_IN_3_2_FOR(GtkFontChooser)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1104:8: warning: 'gtk_font_selection_dialog_set_font_name' is deprecated [-Wdeprecated-declarations]
!gtk_font_selection_dialog_set_font_name(GTK_FONT_SELECTION_DIALOG(dialog), font_name)) {
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:153:1: note: 'gtk_font_selection_dialog_set_font_name' has been explicitly marked
deprecated here
GDK_DEPRECATED_IN_3_2_FOR(GtkFontChooser)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1104:48: warning: 'gtk_font_selection_dialog_get_type' is deprecated [-Wdeprecated-declarations]
!gtk_font_selection_dialog_set_font_name(GTK_FONT_SELECTION_DIALOG(dialog), font_name)) {
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:52:89: note: expanded from macro 'GTK_FONT_SELECTION_DIALOG'
#define GTK_FONT_SELECTION_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_SELECTION_DIALOG, GtkFontSelectionDialog))
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:51:54: note: expanded from macro 'GTK_TYPE_FONT_SELECTION_DIALOG'
#define GTK_TYPE_FONT_SELECTION_DIALOG (gtk_font_selection_dialog_get_type ())
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:140:1: note: 'gtk_font_selection_dialog_get_type' has been explicitly marked
deprecated here
GDK_DEPRECATED_IN_3_2
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:272:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2'
# define GDK_DEPRECATED_IN_3_2 GDK_DEPRECATED
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1113:5: warning: 'gtk_font_selection_dialog_set_font_name' is deprecated [-Wdeprecated-declarations]
gtk_font_selection_dialog_set_font_name(GTK_FONT_SELECTION_DIALOG(dialog), font_name);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:153:1: note: 'gtk_font_selection_dialog_set_font_name' has been explicitly marked
deprecated here
GDK_DEPRECATED_IN_3_2_FOR(GtkFontChooser)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1113:45: warning: 'gtk_font_selection_dialog_get_type' is deprecated [-Wdeprecated-declarations]
gtk_font_selection_dialog_set_font_name(GTK_FONT_SELECTION_DIALOG(dialog), font_name);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:52:89: note: expanded from macro 'GTK_FONT_SELECTION_DIALOG'
#define GTK_FONT_SELECTION_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_SELECTION_DIALOG, GtkFontSelectionDialog))
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:51:54: note: expanded from macro 'GTK_TYPE_FONT_SELECTION_DIALOG'
#define GTK_TYPE_FONT_SELECTION_DIALOG (gtk_font_selection_dialog_get_type ())
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:140:1: note: 'gtk_font_selection_dialog_get_type' has been explicitly marked
deprecated here
GDK_DEPRECATED_IN_3_2
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:272:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2'
# define GDK_DEPRECATED_IN_3_2 GDK_DEPRECATED
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1121:55: warning: 'gtk_font_selection_dialog_get_type' is deprecated [-Wdeprecated-declarations]
GTK_FONT_SELECTION_DIALOG(dialog)));
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:52:89: note: expanded from macro 'GTK_FONT_SELECTION_DIALOG'
#define GTK_FONT_SELECTION_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_SELECTION_DIALOG, GtkFontSelectionDialog))
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:51:54: note: expanded from macro 'GTK_TYPE_FONT_SELECTION_DIALOG'
#define GTK_TYPE_FONT_SELECTION_DIALOG (gtk_font_selection_dialog_get_type ())
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:140:1: note: 'gtk_font_selection_dialog_get_type' has been explicitly marked
deprecated here
GDK_DEPRECATED_IN_3_2
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:272:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2'
# define GDK_DEPRECATED_IN_3_2 GDK_DEPRECATED
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:48:24: note: expanded from macro 'GDK_DEPRECATED'
#define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1179:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1181:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1200:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1238:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1271:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_font.c:1300:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
14 warnings generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_color.c
mc_color.c:68:3: warning: 'gtk_color_button_get_color' is deprecated [-Wdeprecated-declarations]
gtk_color_button_get_color(GTK_COLOR_BUTTON(button), &color);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkcolorbutton.h:91:1: note: 'gtk_color_button_get_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(gtk_color_chooser_get_rgba)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:69:9: warning: 'gdk_color_to_string' is deprecated [-Wdeprecated-declarations]
str = gdk_color_to_string(&color);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/deprecated/gdkcolor.h:81:1: note: 'gdk_color_to_string' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14_FOR(gdk_rgba_to_string)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:357:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14_FOR'
# define GDK_DEPRECATED_IN_3_14_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:100:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:115:3: warning: 'gdk_color_parse' is deprecated [-Wdeprecated-declarations]
gdk_color_parse(value, &color);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/deprecated/gdkcolor.h:78:1: note: 'gdk_color_parse' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14_FOR(gdk_rgba_parse)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:357:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14_FOR'
# define GDK_DEPRECATED_IN_3_14_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:116:12: warning: 'gtk_color_button_new_with_color' is deprecated [-Wdeprecated-declarations]
button = gtk_color_button_new_with_color(&color);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkcolorbutton.h:86:1: note: 'gtk_color_button_new_with_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(gtk_color_button_new_with_rgba)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:139:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 1);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:162:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:167:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 1);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:183:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 1);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:209:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:221:14: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:227:5: warning: 'gdk_color_parse' is deprecated [-Wdeprecated-declarations]
gdk_color_parse(value, &color);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/deprecated/gdkcolor.h:78:1: note: 'gdk_color_parse' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_14_FOR(gdk_rgba_parse)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:357:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_14_FOR'
# define GDK_DEPRECATED_IN_3_14_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_color.c:228:14: warning: 'gtk_color_button_new_with_color' is deprecated [-Wdeprecated-declarations]
button = gtk_color_button_new_with_color(&color);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkcolorbutton.h:86:1: note: 'gtk_color_button_new_with_color' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_4_FOR(gtk_color_button_new_with_rgba)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:287:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_4_FOR'
# define GDK_DEPRECATED_IN_3_4_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
13 warnings generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_radio.c
mc_radio.c:133:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
1 warning generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_space.c
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_alpha.c
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_ctl.c
mc_ctl.c:51:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
1 warning generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_sb_view.c
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_wall_pic.c
mc_wall_pic.c:24:40: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN,
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
#define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel")
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_wall_pic.c:24:79: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN,
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:765:38: note: expanded from macro 'GTK_STOCK_OPEN'
#define GTK_STOCK_OPEN ((GtkStock)"gtk-open")
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_wall_pic.c:49:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
3 warnings generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_bgtype.c
mc_bgtype.c:99:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(TRUE, 2);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_bgtype.c:110:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 2);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_bgtype.c:122:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 2);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_bgtype.c:139:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 2);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
4 warnings generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_io.c
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_pty.c
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_char_width.c
mc_char_width.c:71:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_char_width.c:81:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
2 warnings generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_flags.c
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_auto_detect.c
mc_auto_detect.c:61:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
1 warning generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_ratio.c
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_wordsep.c
mc_wordsep.c:108:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
1 warning generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_unicode_areas.c
mc_unicode_areas.c:127:86: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
"Edit unicode areas", NULL, GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_OK,
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: note: expanded from macro 'GTK_STOCK_OK'
#define GTK_STOCK_OK ((GtkStock)"gtk-ok")
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_unicode_areas.c:128:28: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
GTK_RESPONSE_ACCEPT, GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT, NULL);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
#define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel")
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_unicode_areas.c:134:22: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkBox *'
(aka 'struct _GtkBox *') [-Wincompatible-pointer-types]
gtk_box_pack_start(gtk_dialog_get_content_area(GTK_DIALOG(dialog)), label, TRUE, TRUE, 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkbox.h:84:58: note: passing argument to parameter 'box' here
void gtk_box_pack_start (GtkBox *box,
^
mc_unicode_areas.c:151:22: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkBox *'
(aka 'struct _GtkBox *') [-Wincompatible-pointer-types]
gtk_box_pack_start(gtk_dialog_get_content_area(GTK_DIALOG(dialog)), view, TRUE, TRUE, 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkbox.h:84:58: note: passing argument to parameter 'box' here
void gtk_box_pack_start (GtkBox *box,
^
mc_unicode_areas.c:153:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(TRUE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_unicode_areas.c:166:22: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkBox *'
(aka 'struct _GtkBox *') [-Wincompatible-pointer-types]
gtk_box_pack_start(gtk_dialog_get_content_area(GTK_DIALOG(dialog)), hbox, TRUE, TRUE, 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkbox.h:84:58: note: passing argument to parameter 'box' here
void gtk_box_pack_start (GtkBox *box,
^
6 warnings generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_geometry.c
mc_geometry.c:62:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
1 warning generated.
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_click.c
gcc -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -c mc_opentype.c
mc_opentype.c:38:16: warning: returning 'const char *' from a function with result type 'char *' discards qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]
return p1 - 3;
^~~~~~
mc_opentype.c:94:40: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, GTK_STOCK_CANCEL,
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: note: expanded from macro 'GTK_STOCK_OK'
#define GTK_STOCK_OK ((GtkStock)"gtk-ok")
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_opentype.c:94:75: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, GTK_STOCK_CANCEL,
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
#define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel")
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_opentype.c:97:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_opentype.c:99:22: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkBox *'
(aka 'struct _GtkBox *') [-Wincompatible-pointer-types]
gtk_box_pack_start(gtk_dialog_get_content_area(GTK_DIALOG(dialog)), vbox, FALSE, FALSE, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkbox.h:84:58: note: passing argument to parameter 'box' here
void gtk_box_pack_start (GtkBox *box,
^
mc_opentype.c:103:14: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_opentype.c:105:26: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkBox *'
(aka 'struct _GtkBox *') [-Wincompatible-pointer-types]
gtk_box_pack_start(vbox, hbox, FALSE, FALSE, 0);
^~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkbox.h:84:58: note: passing argument to parameter 'box' here
void gtk_box_pack_start (GtkBox *box,
^
mc_opentype.c:113:24: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkBox *'
(aka 'struct _GtkBox *') [-Wincompatible-pointer-types]
gtk_box_pack_start(hbox, buttons[count], FALSE, FALSE, 0);
^~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkbox.h:84:58: note: passing argument to parameter 'box' here
void gtk_box_pack_start (GtkBox *box,
^
mc_opentype.c:180:40: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, GTK_STOCK_CANCEL,
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:756:38: note: expanded from macro 'GTK_STOCK_OK'
#define GTK_STOCK_OK ((GtkStock)"gtk-ok")
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_opentype.c:180:75: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, GTK_STOCK_CANCEL,
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:159:38: note: expanded from macro 'GTK_STOCK_CANCEL'
#define GTK_STOCK_CANCEL ((GtkStock)"gtk-cancel")
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkstock.h:105:1: note: 'GtkStock' has been explicitly marked deprecated here
G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_opentype.c:183:10: warning: 'gtk_vbox_new' is deprecated [-Wdeprecated-declarations]
vbox = gtk_vbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkvbox.h:60:1: note: 'gtk_vbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_opentype.c:185:22: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkBox *'
(aka 'struct _GtkBox *') [-Wincompatible-pointer-types]
gtk_box_pack_start(gtk_dialog_get_content_area(GTK_DIALOG(dialog)), vbox, FALSE, FALSE, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkbox.h:84:58: note: passing argument to parameter 'box' here
void gtk_box_pack_start (GtkBox *box,
^
mc_opentype.c:189:14: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
mc_opentype.c:191:26: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkBox *'
(aka 'struct _GtkBox *') [-Wincompatible-pointer-types]
gtk_box_pack_start(vbox, hbox, FALSE, FALSE, 0);
^~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkbox.h:84:58: note: passing argument to parameter 'box' here
void gtk_box_pack_start (GtkBox *box,
^
mc_opentype.c:194:54: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GSList *'
(aka 'struct _GSList *') [-Wincompatible-pointer-types]
buttons[count] = gtk_radio_button_new_with_label(group, scripts_tbl[count]);
^~~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkradiobutton.h:81:76: note: passing argument to parameter 'group' here
GtkWidget* gtk_radio_button_new_with_label (GSList *group,
^
mc_opentype.c:195:11: warning: incompatible pointer types assigning to 'GtkWidget *' (aka 'struct _GtkWidget *') from 'GSList *' (aka 'struct _GSList *')
[-Wincompatible-pointer-types]
group = gtk_radio_button_get_group(GTK_RADIO_BUTTON(buttons[count]));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mc_opentype.c:200:24: warning: incompatible pointer types passing 'GtkWidget *' (aka 'struct _GtkWidget *') to parameter of type 'GtkBox *'
(aka 'struct _GtkBox *') [-Wincompatible-pointer-types]
gtk_box_pack_start(hbox, buttons[count], FALSE, FALSE, 0);
^~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkbox.h:84:58: note: passing argument to parameter 'box' here
void gtk_box_pack_start (GtkBox *box,
^
mc_opentype.c:246:10: warning: 'gtk_hbox_new' is deprecated [-Wdeprecated-declarations]
hbox = gtk_hbox_new(FALSE, 0);
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/deprecated/gtkhbox.h:62:1: note: 'gtk_hbox_new' has been explicitly marked deprecated here
GDK_DEPRECATED_IN_3_2_FOR(gtk_box_new)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:273:47: note: expanded from macro 'GDK_DEPRECATED_IN_3_2_FOR'
# define GDK_DEPRECATED_IN_3_2_FOR(f) GDK_DEPRECATED_FOR(f)
^
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gdk/gdkversionmacros.h:49:31: note: expanded from macro 'GDK_DEPRECATED_FOR'
#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:444:29: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) G_DEPRECATED
^
/usr/local/Cellar/glib/2.58.2/include/glib-2.0/glib/gmacros.h:432:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
^
18 warnings generated.
../../libtool --mode=link gcc main.o mc_combo.o mc_char_encoding.o mc_im.o mc_tabsize.o mc_logsize.o mc_font.o mc_color.o mc_radio.o mc_space.o mc_alpha.o mc_ctl.o mc_sb_view.o mc_wall_pic.o mc_bgtype.o mc_io.o mc_pty.o mc_char_width.o mc_flags.o mc_auto_detect.o mc_ratio.o mc_wordsep.o mc_unicode_areas.o mc_geometry.o mc_click.o mc_opentype.o -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -o mlconfig -L/usr/local/Cellar/gtk+3/3.24.3/lib -L/usr/local/Cellar/pango/1.42.4_1/lib -L/usr/local/Cellar/atk/2.30.0/lib -L/usr/local/Cellar/cairo/1.16.0/lib -L/usr/local/Cellar/gdk-pixbuf/2.38.0/lib -L/usr/local/Cellar/glib/2.58.2/lib -L/usr/local/opt/gettext/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation ../../baselib/src/libpobl.la
libtool: link: gcc main.o mc_combo.o mc_char_encoding.o mc_im.o mc_tabsize.o mc_logsize.o mc_font.o mc_color.o mc_radio.o mc_space.o mc_alpha.o mc_ctl.o mc_sb_view.o mc_wall_pic.o mc_bgtype.o mc_io.o mc_pty.o mc_char_width.o mc_flags.o mc_auto_detect.o mc_ratio.o mc_wordsep.o mc_unicode_areas.o mc_geometry.o mc_click.o mc_opentype.o -D_REENTRANT -I/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0 -I/usr/local/Cellar/glib/2.58.2/include/gio-unix-2.0/ -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/harfbuzz/2.3.0/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/pango/1.42.4_1/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.5/include/fribidi -I/usr/local/Cellar/atk/2.30.0/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0/include/cairo -I/usr/local/Cellar/pixman/0.36.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.36/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.38.0/include/gdk-pixbuf-2.0 -I/usr/local/Cellar/glib/2.58.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.58.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.42/include -I../../baselib/include -DUSE_QUARTZ -g -O2 -I../../xwindow -I../../vtemu -I../../common -I../../common -I../../inputmethod -I/usr/local/include -DSYSCONFDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/etc\" -DLOCALEDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share/locale\" -DXDATADIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/share\" -DLIBDIR=\"/Users/cj-bc/workspace/mlterm/mlterm-3.8.7/OUT/lib\" -o .libs/mlconfig -Wl,-framework -Wl,CoreFoundation -L/usr/local/Cellar/gtk+3/3.24.3/lib -L/usr/local/Cellar/pango/1.42.4_1/lib -L/usr/local/Cellar/atk/2.30.0/lib -L/usr/local/Cellar/cairo/1.16.0/lib -L/usr/local/Cellar/gdk-pixbuf/2.38.0/lib -L/usr/local/Cellar/glib/2.58.2/lib -L/usr/local/opt/gettext/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl ../../baselib/src/.libs/libpobl.dylib -ldl
# "cd po" must be enclosed by () because it may not return
# to the ../../tool/mlconfig at the next line.
(cd po ; /Applications/Xcode.app/Contents/Developer/usr/bin/make update-gmo)
/Applications/Xcode.app/Contents/Developer/usr/bin/make mlconfig.pot-update
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
: --default-domain=mlconfig --directory=../../.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
--copyright-holder='Free Software Foundation, Inc.'
test ! -f mlconfig.po || { \
if test -f ./mlconfig.pot; then \
sed -f remove-potcdate.sed < ./mlconfig.pot > mlconfig.1po && \
sed -f remove-potcdate.sed < mlconfig.po > mlconfig.2po && \
if cmp mlconfig.1po mlconfig.2po >/dev/null 2>&1; then \
rm -f mlconfig.1po mlconfig.2po mlconfig.po; \
else \
rm -f mlconfig.1po mlconfig.2po ./mlconfig.pot && \
mv mlconfig.po ./mlconfig.pot; \
fi; \
else \
mv mlconfig.po ./mlconfig.pot; \
fi; \
}
msgmerge --update ar.po mlconfig.pot
/bin/sh: msgmerge: command not found
make[2]: *** [ar.po] Error 127
make[1]: *** [mlconfig] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment