Skip to content

Instantly share code, notes, and snippets.

@Cj-bc
Created January 21, 2019 22:00
Show Gist options
  • Save Cj-bc/194c5233f63a7730118e0392e5cd85d3 to your computer and use it in GitHub Desktop.
Save Cj-bc/194c5233f63a7730118e0392e5cd85d3 to your computer and use it in GitHub Desktop.
mlterm: log: make log. configure options are> CFLAGS="-I/opt/X11/include/freetype2" --with-type-engines=cairo --prefix=/UCers/Cj-bc/workspace/mlterm/mlterm-3.8.7/OUT --with-gui=quartz
# "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[2]: 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[2]: Nothing to be done for `all'.
make[2]: 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[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
../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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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->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_l...
^
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_l...
^
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_l...
^
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_l...
^
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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -I../../vtemu -I../../uitoolkit -I../../common -I/usr/local/include -c dict.c
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -I/opt/X11/include/freetype2 -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_ob...
^~~~
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_ob...
^~~~~~~~~~~
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, ...
^~~
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, glo...
^~~
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_ALIA...
^
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, cons...
^
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, loc...
^~~~~~~~~~~~~~~~~~~~~~
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 - st...
^~~
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_d...
^~~~~~~~~~~~~~~~~~
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...
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
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...
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
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, par...
^~~~
24 warnings generated.
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -I../../vtemu -I../../uitoolkit -I/usr/local/include -c im_kbd.c
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -I/opt/X11/include/freetype2 -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]
...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]
...parser_ascii, "ISCII:phonetic");
^~~~~~~~~~~~~~~~
113 warnings generated.
libtool: compile: gcc -I../../baselib/include -I../../encodefilter/include -DUSE_QUARTZ -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -D_THREAD_SAFE -I/usr/local/include/SDL2 -DUSE_QUARTZ -I/usr/local/include -c main.c
libtool: compile: gcc -I../../baselib/include -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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_a...
^
/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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -c data.c
gcc -I/opt/X11/include/freetype2 -c main.c
gcc -I/opt/X11/include/freetype2 -c comm.c
gcc -I/opt/X11/include/freetype2 -c data_entry_string.c
gcc -I/opt/X11/include/freetype2 -c data_entry_bool.c
gcc -I/opt/X11/include/freetype2 -c data_entry_numeric.c
gcc -I/opt/X11/include/freetype2 -c data_entry_color.c
gcc -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 =...
~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~
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'
...== 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, Gtk...
^
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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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_DIAL...
^
/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_DIAL...
^
/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'
...(G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_SELECTION_DIALOG, Gt...
^
/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_selectio...
^
/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(...
^
/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(...
^
/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'
...(G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_SELECTION_DIALOG, Gt...
^
/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_selectio...
^
/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_SELECTI...
^
/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'
...(G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_FONT_SELECTION_DIALOG, Gt...
^
/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_selectio...
^
/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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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_...
^
/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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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]
...areas", NULL, GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_S...
^
/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)), ...
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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)), ...
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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)), ...
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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_ACCE...
^
/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)), ...
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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_ACCE...
^
/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)), ...
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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_tb...
^~~~~
/usr/local/Cellar/gtk+3/3.24.3/include/gtk-3.0/gtk/gtkradiobutton.h:81:76: note:
passing argument to parameter 'group' here
...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 -I/opt/X11/include/freetype2 -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 -I/opt/X11/include/freetype2 -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