l@l-desktop:~/바탕화면$ cd glib-1.2.9
l@l-desktop:~/바탕화면/glib-1.2.9$ make
make all-recursive
make[1]: Entering directory /home/l/바탕화면/glib-1.2.9' Making all in . make[2]: Entering directory
/home/l/바탕화면/glib-1.2.9’
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wall -D_REENTRANT -c gstrfuncs.c
rm -f .libs/gstrfuncs.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 -Wall -D_REENTRANT -c gstrfuncs.c -fPIC -DPIC -o .libs/gstrfuncs.lo
gstrfuncs.c: In function ‘g_printf_string_upper_bound’:
gstrfuncs.c:870: error: expected ‘)’ before string constant
gstrfuncs.c:1037: error: expected ‘)’ before string constant
gstrfuncs.c:1080: error: expected ‘)’ before string constant
gstrfuncs.c:1111: error: expected ‘)’ before string constant
gstrfuncs.c: In function ‘g_strdown’:
gstrfuncs.c:1139: warning: pointer targets in assignment differ in signedness
gstrfuncs.c: In function ‘g_strup’:
gstrfuncs.c:1155: warning: pointer targets in assignment differ in signedness
gstrfuncs.c: In function ‘g_strchug’:
gstrfuncs.c:1314: warning: pointer targets in assignment differ in signedness
gstrfuncs.c:1317: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
/usr/include/string.h:397: note: expected ‘const char *’ but argument is of type ‘guchar *’
make[2]: *** [gstrfuncs.lo] 오류 1
make[2]: Leaving directory /home/l/바탕화면/glib-1.2.9' make[1]: *** [all-recursive] 오류 1 make[1]: Leaving directory
/home/l/바탕화면/glib-1.2.9’
make: *** [all-recursive-am] 오류 2
l@l-desktop:~/바탕화면/glib-1.2.9$
오류가 발생 하는데 왜그럴까요?