[gtk+ 설치관련] 이것때문에 지금 정확히 37시간째 고생하고 있어요 ㅠ 자게 해주세요 ㅠㅠ

holaby의 이미지

안녕하세요.

리눅스 사용한지 얼마 안되서요. 잘 모르는게 있어서 이 홈페이지를 찾게 됬습니다.

gtk+-를 설치하기가 여간 어려운게 아니군요. 그전에 깔아야 할것도 많고.

현재 페도라 13을 사용중입니다.

atk-1.30.0
cairo-1.10.0
fontconfig-2.4.2
freetype-2.4.2
gdk-1.4.4
gdk-pixbuf-2.21.7
gettext-0.18.1.1
glib-2.25.10
gtk-doc-1.15
jpeg-7
libpng-1.4.4
libxml2-2.7.7
pango-1.28.1
pixman-0.18.4
pkg-config-0.19
poppler-0.12.4
tiff-3.8.2
zlib-1.2.5

이런것 깔고 깔다 보니까 깔게됬구요 마지막으로 gtk+-2.20.0 이걸 깔려고 하는데 make 과정에서 다음과 같은 오류가 발생합니다.

t/gtk/etc\" -DGTK_VERSION=\"2.20.0\" -DGTK_BINARY_VERSION=\"2.10.0\" -DGTK_HOST=\"i686-pc-linux-gnu\" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS=\"file,lpr\" -DGTK_PRINT_PREVIEW_COMMAND=\""evince --unlink-tempfile --preview --print-settings %s %f"\" -I.. -I../gtk -I.. -I../gdk -I../gdk -I../gdk-pixbuf -I../gdk-pixbuf -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DG_DISABLE_CAST_CHECKS -DGTK_ENABLE_BROKEN -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall xgen-gtfsrc.c | \
grep -o '\bg[td]k_[a-zA-Z0-9_]*_get_type\b' | \
sort | uniq | \
sed '{ s/^/*tp++ = /; s/$/();/; }' > xgen-gtf \
&& cp xgen-gtf gtktypefuncs.c && rm -f xgen-gtf
In file included from ../gdk/gdk.h:32,
from ../gtk/gtk.h:32,
from xgen-gtfsrc.c:1:
../gdk/gdkapplaunchcontext.h:30:21: error: gio/gio.h: 그런 파일이나 디렉터리가 없습니다
In file included from ../gdk/gdkscreen.h:31,
from ../gdk/gdkapplaunchcontext.h:31,
from ../gdk/gdk.h:32,
from ../gtk/gtk.h:32,
from xgen-gtfsrc.c:1:
/opt/gtk/include/cairo.h:41:27: error: cairo-version.h: 그런 파일이나 디렉터리가 없습니다
/opt/gtk/include/cairo.h:42:28: error: cairo-features.h: 그런 파일이나 디렉터리가 없습니다
/opt/gtk/include/cairo.h:43:30: error: cairo-deprecated.h: 그런 파일이나 디렉터리가 없습니다
In file included from ../gdk/gdkscreen.h:32,
from ../gdk/gdkapplaunchcontext.h:31,
from ../gdk/gdk.h:32,
from ../gtk/gtk.h:32,
from xgen-gtfsrc.c:1:
../gdk/gdktypes.h:36:18: error: glib.h: 그런 파일이나 디렉터리가 없습니다
../gdk/gdktypes.h:37:25: error: pango/pango.h: 그런 파일이나 디렉터리가 없습니다
../gdk/gdktypes.h:38:25: error: glib-object.h: 그런 파일이나 디렉터리가 없습니다
In file included from ../gdk-pixbuf/gdk-pixbuf.h:39,
from ../gdk/gdkpixbuf.h:37,
from ../gdk/gdkcairo.h:28,
from ../gdk/gdk.h:33,
from ../gtk/gtk.h:32,
from xgen-gtfsrc.c:1:
../gdk-pixbuf/gdk-pixbuf-io.h:38:21: error: gmodule.h: 그런 파일이나 디렉터리가 없습니다
In file included from ../gdk/gdk.h:33,
from ../gtk/gtk.h:32,
from xgen-gtfsrc.c:1:
../gdk/gdkcairo.h:29:30: error: pango/pangocairo.h: 그런 파일이나 디렉터리가 없습니다
In file included from ../gtk/gtkcontainer.h:35,
from ../gtk/gtkbin.h:35,
from ../gtk/gtkwindow.h:36,
from ../gtk/gtkdialog.h:35,
from ../gtk/gtkaboutdialog.h:32,
from ../gtk/gtk.h:33,
from xgen-gtfsrc.c:1:
../gtk/gtkwidget.h:40:21: error: atk/atk.h: 그런 파일이나 디렉터리가 없습니다
make gtk-update-icon-cache
make[3]: Entering directory `/usr/src/gtk+-2.20.0/gtk'
gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"Gtk\" -DGTK_LIBDIR=\"/opt/gtk/lib\" -DGTK_DATADIR=\"/opt/gtk/share\" -DGTK_DATA_PREFIX=\"/opt/gtk\" -DGTK_SYSCONFDIR=\"/opt/gtk/etc\" -DGTK_VERSION=\"2.20.0\" -DGTK_BINARY_VERSION=\"2.10.0\" -DGTK_HOST=\"i686-pc-linux-gnu\" -DGTK_COMPILATION -DGTK_PRINT_BACKENDS=\"file,lpr\" -DGTK_PRINT_PREVIEW_COMMAND=\""evince --unlink-tempfile --preview --print-settings %s %f"\" -I.. -I../gtk -I.. -I../gdk -I../gdk -I../gdk-pixbuf -I../gdk-pixbuf -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -DG_DISABLE_CAST_CHECKS -I/opt/gtk/include -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -MT updateiconcache.o -MD -MP -MF .deps/updateiconcache.Tpo -c -o updateiconcache.o updateiconcache.c
updateiconcache.c:40:18: error: glib.h: 그런 파일이나 디렉터리가 없습니다
updateiconcache.c:41:25: error: glib/gstdio.h: 그런 파일이나 디렉터리가 없습니다
In file included from ../gdk-pixbuf/gdk-pixbuf.h:32,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-features.h:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_major_version’
../gdk-pixbuf/gdk-pixbuf-features.h:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_minor_version’
../gdk-pixbuf/gdk-pixbuf-features.h:36: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_micro_version’
In file included from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf.h:33:25: error: glib-object.h: 그런 파일이나 디렉터리가 없습니다
In file included from ../gdk-pixbuf/gdk-pixbuf.h:35,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-core.h:35:21: error: gio/gio.h: 그런 파일이나 디렉터리가 없습니다
In file included from ../gdk-pixbuf/gdk-pixbuf.h:35,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-core.h:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’
../gdk-pixbuf/gdk-pixbuf-core.h:63: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-core.h:81: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_error_quark’
../gdk-pixbuf/gdk-pixbuf-core.h:85: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_get_type’
../gdk-pixbuf/gdk-pixbuf-core.h:98: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_get_has_alpha’
../gdk-pixbuf/gdk-pixbuf-core.h:100: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-core.h:108: error: expected declaration specifiers or ‘...’ before ‘gboolean’
../gdk-pixbuf/gdk-pixbuf-core.h:132: error: expected declaration specifiers or ‘...’ before ‘GError’
../gdk-pixbuf/gdk-pixbuf-core.h:136: error: expected declaration specifiers or ‘...’ before ‘GError’
../gdk-pixbuf/gdk-pixbuf-core.h:140: error: expected declaration specifiers or ‘...’ before ‘gboolean’
../gdk-pixbuf/gdk-pixbuf-core.h:141: error: expected declaration specifiers or ‘...’ before ‘GError’
../gdk-pixbuf/gdk-pixbuf-core.h:143: warning: type defaults to ‘int’ in declaration of ‘guchar’
../gdk-pixbuf/gdk-pixbuf-core.h:143: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-core.h:153: error: expected ‘)’ before ‘data_length’
../gdk-pixbuf/gdk-pixbuf-core.h:160: error: expected declaration specifiers or ‘...’ before ‘guint32’
../gdk-pixbuf/gdk-pixbuf-core.h:170: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_save’
../gdk-pixbuf/gdk-pixbuf-core.h:176: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_savev’
../gdk-pixbuf/gdk-pixbuf-core.h:185: error: expected declaration specifiers or ‘...’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-core.h:185: warning: type defaults to ‘int’ in declaration of ‘gchar’
../gdk-pixbuf/gdk-pixbuf-core.h:185: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-core.h:190: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_save_to_callback’
../gdk-pixbuf/gdk-pixbuf-core.h:197: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_save_to_callbackv’
../gdk-pixbuf/gdk-pixbuf-core.h:207: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_save_to_buffer’
../gdk-pixbuf/gdk-pixbuf-core.h:214: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_save_to_bufferv’
../gdk-pixbuf/gdk-pixbuf-core.h:222: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-core.h:226: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-core.h:233: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_save_to_stream’
../gdk-pixbuf/gdk-pixbuf-core.h:241: error: expected declaration specifiers or ‘...’ before ‘gboolean’
../gdk-pixbuf/gdk-pixbuf-core.h:242: error: expected declaration specifiers or ‘...’ before ‘guchar’
../gdk-pixbuf/gdk-pixbuf-core.h:242: error: expected declaration specifiers or ‘...’ before ‘guchar’
../gdk-pixbuf/gdk-pixbuf-core.h:242: error: expected declaration specifiers or ‘...’ before ‘guchar’
../gdk-pixbuf/gdk-pixbuf-core.h:254: error: expected declaration specifiers or ‘...’ before ‘gfloat’
../gdk-pixbuf/gdk-pixbuf-core.h:255: error: expected declaration specifiers or ‘...’ before ‘gboolean’
../gdk-pixbuf/gdk-pixbuf-core.h:260: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gchar’
In file included from ../gdk-pixbuf/gdk-pixbuf.h:36,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-transform.h:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘G_BEGIN_DECLS’
../gdk-pixbuf/gdk-pixbuf-transform.h:47: warning: data definition has no type or storage class
../gdk-pixbuf/gdk-pixbuf-transform.h:47: warning: type defaults to ‘int’ in declaration of ‘GdkInterpType’
../gdk-pixbuf/gdk-pixbuf-transform.h:66: error: expected declaration specifiers or ‘...’ before ‘GdkInterpType’
../gdk-pixbuf/gdk-pixbuf-transform.h:77: error: expected declaration specifiers or ‘...’ before ‘GdkInterpType’
../gdk-pixbuf/gdk-pixbuf-transform.h:89: error: expected declaration specifiers or ‘...’ before ‘GdkInterpType’
../gdk-pixbuf/gdk-pixbuf-transform.h:94: error: expected declaration specifiers or ‘...’ before ‘guint32’
../gdk-pixbuf/gdk-pixbuf-transform.h:95: error: expected declaration specifiers or ‘...’ before ‘guint32’
../gdk-pixbuf/gdk-pixbuf-transform.h:100: error: expected declaration specifiers or ‘...’ before ‘GdkInterpType’
../gdk-pixbuf/gdk-pixbuf-transform.h:105: error: expected declaration specifiers or ‘...’ before ‘GdkInterpType’
../gdk-pixbuf/gdk-pixbuf-transform.h:108: error: expected declaration specifiers or ‘...’ before ‘guint32’
../gdk-pixbuf/gdk-pixbuf-transform.h:109: error: expected declaration specifiers or ‘...’ before ‘guint32’
../gdk-pixbuf/gdk-pixbuf-transform.h:114: error: expected declaration specifiers or ‘...’ before ‘gboolean’
In file included from ../gdk-pixbuf/gdk-pixbuf.h:37,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-animation.h:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘G_BEGIN_DECLS’
In file included from ../gdk-pixbuf/gdk-pixbuf.h:37,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-animation.h:52: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_animation_get_type’
../gdk-pixbuf/gdk-pixbuf-animation.h:58: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-animation.h:66: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-animation.h:67: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-animation.h:68: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_animation_is_static_image’
../gdk-pixbuf/gdk-pixbuf-animation.h:69: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-animation.h:71: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-animation.h:73: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_animation_iter_get_type’
../gdk-pixbuf/gdk-pixbuf-animation.h:76: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_animation_iter_on_currently_loading_frame’
../gdk-pixbuf/gdk-pixbuf-animation.h:77: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_animation_iter_advance’
In file included from ../gdk-pixbuf/gdk-pixbuf.h:38,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-simple-anim.h:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘G_BEGIN_DECLS’
In file included from ../gdk-pixbuf/gdk-pixbuf.h:38,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-simple-anim.h:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_simple_anim_get_type’
../gdk-pixbuf/gdk-pixbuf-simple-anim.h:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_simple_anim_iter_get_type’
../gdk-pixbuf/gdk-pixbuf-simple-anim.h:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-simple-anim.h:52: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-simple-anim.h:54: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-simple-anim.h:56: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_simple_anim_get_loop’
In file included from ../gdk-pixbuf/gdk-pixbuf.h:39,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-io.h:38:21: error: gmodule.h: 그런 파일이나 디렉터리가 없습니다
In file included from ../gdk-pixbuf/gdk-pixbuf.h:39,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-io.h:42: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘G_BEGIN_DECLS’
../gdk-pixbuf/gdk-pixbuf-io.h:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-io.h:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-io.h:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-io.h:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-io.h:50: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-io.h:51: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_format_is_writable’
../gdk-pixbuf/gdk-pixbuf-io.h:52: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_format_is_scalable’
../gdk-pixbuf/gdk-pixbuf-io.h:53: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_format_is_disabled’
../gdk-pixbuf/gdk-pixbuf-io.h:54: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-io.h:56: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-io.h:58: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from ../gdk-pixbuf/gdk-pixbuf.h:40,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-loader.h:39: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘G_BEGIN_DECLS’
../gdk-pixbuf/gdk-pixbuf-loader.h:52: error: expected specifier-qualifier-list before ‘GObject’
../gdk-pixbuf/gdk-pixbuf-loader.h:61: error: expected specifier-qualifier-list before ‘GObjectClass’
../gdk-pixbuf/gdk-pixbuf-loader.h:79: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_loader_get_type’
../gdk-pixbuf/gdk-pixbuf-loader.h:80: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-loader.h:81: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-loader.h:83: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-loader.h:85: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-loader.h:88: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_loader_write’
../gdk-pixbuf/gdk-pixbuf-loader.h:92: error: expected ‘)’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-loader.h:93: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixbuf-loader.h:94: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_loader_close’
../gdk-pixbuf/gdk-pixbuf-loader.h:96: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from ../gdk-pixbuf/gdk-pixbuf.h:41,
from ../gdk-pixbuf/gdk-pixdata.h:22,
from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixbuf-enum-types.h:13: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘G_BEGIN_DECLS’
../gdk-pixbuf/gdk-pixbuf-enum-types.h:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_colorspace_get_type’
../gdk-pixbuf/gdk-pixbuf-enum-types.h:20: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_error_get_type’
../gdk-pixbuf/gdk-pixbuf-enum-types.h:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_interp_type_get_type’
../gdk-pixbuf/gdk-pixbuf-enum-types.h:26: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixbuf_rotation_get_type’
In file included from updateiconcache.c:42:
../gdk-pixbuf/gdk-pixdata.h:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘G_BEGIN_DECLS’
../gdk-pixbuf/gdk-pixdata.h:66: warning: data definition has no type or storage class
../gdk-pixbuf/gdk-pixdata.h:66: warning: type defaults to ‘int’ in declaration of ‘GdkPixdataType’
../gdk-pixbuf/gdk-pixdata.h:88: error: expected specifier-qualifier-list before ‘guint32’
../gdk-pixbuf/gdk-pixdata.h:107: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../gdk-pixbuf/gdk-pixdata.h:109: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixdata_deserialize’
../gdk-pixbuf/gdk-pixdata.h:113: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gdk_pixdata_from_pixbuf’
../gdk-pixbuf/gdk-pixdata.h:117: error: expected declaration specifiers or ‘...’ before ‘gboolean’
../gdk-pixbuf/gdk-pixdata.h:118: error: expected declaration specifiers or ‘...’ before ‘GError’
../gdk-pixbuf/gdk-pixdata.h:163: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
updateiconcache.c:43:24: error: glib/gi18n.h: 그런 파일이나 디렉터리가 없습니다
In file included from updateiconcache.c:44:
gtkiconcachevalidator.h:25: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘G_BEGIN_DECLS’
gtkiconcachevalidator.h:34: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘*’ token
gtkiconcachevalidator.h:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_gtk_icon_cache_validate’
updateiconcache.c:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘static’
updateiconcache.c:47: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ignore_theme_index’
updateiconcache.c:48: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘quiet’
updateiconcache.c:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘index_only’
updateiconcache.c:50: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘validate’
updateiconcache.c:51: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from updateiconcache.c:56:
gtkiconcachevalidator.c:36: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘get_uint16’
gtkiconcachevalidator.c:53: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘get_uint32’
gtkiconcachevalidator.c:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_version’
gtkiconcachevalidator.c:81: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_string’
gtkiconcachevalidator.c:107: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_string_utf8’
gtkiconcachevalidator.c:133: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_directory_list’
gtkiconcachevalidator.c:152: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_pixel_data’
gtkiconcachevalidator.c:177: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_embedded_rect’
gtkiconcachevalidator.c:186: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_attach_point_list’
gtkiconcachevalidator.c:198: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_display_name_list’
gtkiconcachevalidator.c:220: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_meta_data’
gtkiconcachevalidator.c:256: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_image_data’
gtkiconcachevalidator.c:280: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_image’
gtkiconcachevalidator.c:305: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_image_list’
gtkiconcachevalidator.c:323: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_icon’
gtkiconcachevalidator.c:349: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘check_hash’
gtkiconcachevalidator.c:386: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_gtk_icon_cache_validate’
updateiconcache.c:77: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘cache_up_to_date’
updateiconcache.c: In function ‘check_dir_mtime’:
updateiconcache.c:85: error: ‘cache_up_to_date’ undeclared (first use in this function)
updateiconcache.c:85: error: (Each undeclared identifier is reported only once
updateiconcache.c:85: error: for each function it appears in.)
updateiconcache.c:85: error: ‘FALSE’ undeclared (first use in this function)
updateiconcache.c: At top level:
updateiconcache.c:94: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘is_cache_up_to_date’
updateiconcache.c:151: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘has_theme_index’
updateiconcache.c:169: error: expected specifier-qualifier-list before ‘gboolean’
updateiconcache.c:185: error: expected specifier-qualifier-list before ‘guint32’
updateiconcache.c:189: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
updateiconcache.c:190: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
updateiconcache.c:198: error: expected specifier-qualifier-list before ‘guint’
updateiconcache.c:206: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘foreach_remove_func’
updateiconcache.c: In function ‘load_icon_data’:
updateiconcache.c:238: error: ‘GKeyFile’ undeclared (first use in this function)
updateiconcache.c:238: error: ‘icon_file’ undeclared (first use in this function)
updateiconcache.c:240: error: ‘gsize’ undeclared (first use in this function)
updateiconcache.c:240: error: expected ‘;’ before ‘length’
updateiconcache.c:244: error: ‘gint’ undeclared (first use in this function)
updateiconcache.c:244: error: ‘ivalues’ undeclared (first use in this function)
updateiconcache.c:245: error: ‘GError’ undeclared (first use in this function)
updateiconcache.c:245: error: ‘error’ undeclared (first use in this function)
updateiconcache.c:246: error: ‘gchar’ undeclared (first use in this function)
updateiconcache.c:246: error: ‘keys’ undeclared (first use in this function)
updateiconcache.c:247: error: expected ‘;’ before ‘n_keys’
updateiconcache.c:250: warning: implicit declaration of function ‘g_key_file_new’
updateiconcache.c:251: warning: implicit declaration of function ‘g_key_file_set_list_separator’
updateiconcache.c:252: warning: implicit declaration of function ‘g_key_file_load_from_file’
updateiconcache.c:252: error: ‘G_KEY_FILE_KEEP_TRANSLATIONS’ undeclared (first use in this function)
updateiconcache.c:255: warning: implicit declaration of function ‘g_error_free’
updateiconcache.c:256: warning: implicit declaration of function ‘g_key_file_free’
updateiconcache.c:261: warning: implicit declaration of function ‘g_new0’
updateiconcache.c:261: error: expected expression before ‘IconData’
updateiconcache.c:263: warning: implicit declaration of function ‘g_key_file_get_integer_list’
updateiconcache.c:265: error: ‘length’ undeclared (first use in this function)
updateiconcache.c:270: error: ‘TRUE’ undeclared (first use in this function)
updateiconcache.c:277: warning: implicit declaration of function ‘g_free’
updateiconcache.c:280: warning: implicit declaration of function ‘g_key_file_get_string’
updateiconcache.c:283: warning: implicit declaration of function ‘g_strsplit’
updateiconcache.c:283: warning: assignment makes pointer from integer without a cast
updateiconcache.c:285: warning: implicit declaration of function ‘g_strv_length’
updateiconcache.c:286: warning: implicit declaration of function ‘g_new’
updateiconcache.c:286: error: expected expression before ‘int’
updateiconcache.c:302: warning: implicit declaration of function ‘g_strfreev’
updateiconcache.c:306: warning: implicit declaration of function ‘g_key_file_get_keys’
updateiconcache.c:306: error: ‘n_keys’ undeclared (first use in this function)
updateiconcache.c:307: error: expected expression before ‘,’ token
updateiconcache.c:312: error: ‘lang’ undeclared (first use in this function)
updateiconcache.c:312: error: ‘name’ undeclared (first use in this function)
updateiconcache.c:312: warning: left-hand operand of comma expression has no effect
updateiconcache.c:314: warning: implicit declaration of function ‘g_str_has_prefix’
updateiconcache.c:316: error: lvalue required as left operand of assignment
updateiconcache.c:316: warning: left-hand operand of comma expression has no effect
updateiconcache.c:320: warning: the address of ‘open’ will always evaluate as ‘true’
updateiconcache.c:321: warning: passing argument 1 of ‘__builtin_strchr’ from incompatible pointer type
updateiconcache.c:321: note: expected ‘const char *’ but argument is of type ‘int (*)(const char *, int)’
updateiconcache.c:321: error: lvalue required as left operand of assignment
updateiconcache.c:323: warning: the address of ‘open’ will always evaluate as ‘true’
updateiconcache.c:323: warning: the address of ‘close’ will always evaluate as ‘true’
updateiconcache.c:325: warning: implicit declaration of function ‘g_strndup’
updateiconcache.c:325: error: invalid operands to binary - (have ‘int (*)(int)’ and ‘int (*)(const char *, int)’)
updateiconcache.c:326: warning: implicit declaration of function ‘g_key_file_get_locale_string’
updateiconcache.c:332: warning: implicit declaration of function ‘g_strdup’
updateiconcache.c:352: error: ‘IconData’ has no member named ‘size’
updateiconcache.c: At top level:
updateiconcache.c:362: error: expected ‘)’ before ‘*’ token
updateiconcache.c:430: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
updateiconcache.c:471: warning: type defaults to ‘int’ in declaration of ‘gchar’
updateiconcache.c:471: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
updateiconcache.c:533: warning: type defaults to ‘int’ in declaration of ‘gchar’
updateiconcache.c:533: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
updateiconcache.c:579: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
updateiconcache.c:697: error: expected specifier-qualifier-list before ‘gchar’
updateiconcache.c:703: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘icon_name_hash’
updateiconcache.c:716: error: expected specifier-qualifier-list before ‘gint’
updateiconcache.c:721: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘convert_to_hash’
updateiconcache.c:742: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
updateiconcache.c:745: warning: type defaults to ‘int’ in declaration of ‘gchar’
updateiconcache.c:745: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
updateiconcache.c:751: warning: type defaults to ‘int’ in declaration of ‘gchar’
updateiconcache.c:751: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
updateiconcache.c:757: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘write_string’
updateiconcache.c:776: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘write_card16’
updateiconcache.c:788: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘write_card32’
updateiconcache.c:801: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘write_image_data’
updateiconcache.c:828: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘write_icon_data’
updateiconcache.c:943: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘write_header’
updateiconcache.c:952: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘get_image_meta_data_size’
updateiconcache.c:1014: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘get_image_pixel_data_size’
updateiconcache.c:1039: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘get_image_data_size’
updateiconcache.c: In function ‘get_single_node_size’:
updateiconcache.c:1062: error: ‘GList’ undeclared (first use in this function)
updateiconcache.c:1062: error: ‘list’ undeclared (first use in this function)
updateiconcache.c:1068: warning: implicit declaration of function ‘find_string’
updateiconcache.c:1068: error: ‘HashNode’ has no member named ‘name’
updateiconcache.c:1070: error: ‘HashNode’ has no member named ‘name’
updateiconcache.c:1071: warning: implicit declaration of function ‘add_string’
updateiconcache.c:1071: error: ‘HashNode’ has no member named ‘name’
updateiconcache.c:1075: warning: implicit declaration of function ‘g_list_length’
updateiconcache.c:1075: error: ‘HashNode’ has no member named ‘image_list’
updateiconcache.c:1079: error: ‘HashNode’ has no member named ‘image_list’
updateiconcache.c:1083: warning: implicit declaration of function ‘get_image_data_size’
updateiconcache.c: At top level:
updateiconcache.c:1088: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘write_bucket’
updateiconcache.c:1243: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘write_hash_table’
updateiconcache.c:1294: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘write_dir_index’
updateiconcache.c:1356: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘write_file’
updateiconcache.c:1402: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘validate_file’
updateiconcache.c:1428: warning: type defaults to ‘int’ in declaration of ‘gchar’
updateiconcache.c:1428: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
updateiconcache.c:1565:24: error: missing binary operator before token "("
updateiconcache.c:1576: warning: type defaults to ‘int’ in declaration of ‘gchar’
updateiconcache.c:1576: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
updateiconcache.c:1610: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘args’
updateiconcache.c:1621: warning: type defaults to ‘int’ in declaration of ‘gchar’
updateiconcache.c:1621: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
updateiconcache.c: In function ‘main’:
updateiconcache.c:1649: error: ‘gchar’ undeclared (first use in this function)
updateiconcache.c:1649: error: ‘path’ undeclared (first use in this function)
updateiconcache.c:1650: error: ‘GOptionContext’ undeclared (first use in this function)
updateiconcache.c:1650: error: ‘context’ undeclared (first use in this function)
updateiconcache.c:1655: warning: implicit declaration of function ‘g_set_printerr_handler’
updateiconcache.c:1655: error: ‘printerr_handler’ undeclared (first use in this function)
updateiconcache.c:1660: warning: implicit declaration of function ‘bindtextdomain’
updateiconcache.c:1662: warning: implicit declaration of function ‘bind_textdomain_codeset’
updateiconcache.c:1666: warning: implicit declaration of function ‘g_option_context_new’
updateiconcache.c:1667: warning: implicit declaration of function ‘g_option_context_add_main_entries’
updateiconcache.c:1667: error: ‘args’ undeclared (first use in this function)
updateiconcache.c:1669: warning: implicit declaration of function ‘g_option_context_parse’
updateiconcache.c:1676: error: ‘validate’ undeclared (first use in this function)
updateiconcache.c:1678: error: ‘file’ undeclared (first use in this function)
updateiconcache.c:1678: warning: implicit declaration of function ‘g_build_filename’
updateiconcache.c:1680: warning: implicit declaration of function ‘g_file_test’
updateiconcache.c:1680: error: ‘G_FILE_TEST_IS_REGULAR’ undeclared (first use in this function)
updateiconcache.c:1682: error: ‘quiet’ undeclared (first use in this function)
updateiconcache.c:1683: warning: implicit declaration of function ‘g_printerr’
updateiconcache.c:1683: warning: implicit declaration of function ‘_’
updateiconcache.c:1686: warning: implicit declaration of function ‘validate_file’
updateiconcache.c:1698: error: ‘ignore_theme_index’ undeclared (first use in this function)
updateiconcache.c:1698: warning: implicit declaration of function ‘has_theme_index’
updateiconcache.c:1713: error: ‘force_update’ undeclared (first use in this function)
updateiconcache.c:1713: warning: implicit declaration of function ‘is_cache_up_to_date’
updateiconcache.c:1716: warning: implicit declaration of function ‘g_type_init’
updateiconcache.c:1717: warning: implicit declaration of function ‘build_cache’
updateiconcache.c:1719: error: ‘var_name’ undeclared (first use in this function)
updateiconcache.c:1719: warning: left-hand operand of comma expression has no effect
updateiconcache.c:1719: warning: left-hand operand of comma expression has no effect
updateiconcache.c:1720: warning: implicit declaration of function ‘write_csource’
make[3]: *** [updateiconcache.o] 오류 1
make[3]: Leaving directory `/usr/src/gtk+-2.20.0/gtk'
make[2]: *** [gtkbuiltincache.h] 오류 2
make[2]: Leaving directory `/usr/src/gtk+-2.20.0/gtk'
make[1]: *** [all-recursive] 오류 1
make[1]: Leaving directory `/usr/src/gtk+-2.20.0'
make: *** [all] 오류 2

좀 도와주세요. ㅠㅠ 제가 깐 프로그램들이 호환이 잘 안되는건가요?
윈도우 에서 프로그램 설치하는건 그렇게나 쉬운데... 이건뭐 리눅스 너무 어렵네요

holaby의 이미지

해보려하다가 제 기억상 실패한것 같아요. 혹시 이것때문인가요?

ydhoney의 이미지

yum을 사용하지 않고 컴파일을 하시는 특별한 이유가 있으신지요?

--
http://cafe.naver.com/sedarak

hys545의 이미지

/opt/gtk/include/cairo.h
보니까 설치 경로는 /opt/gtk/include로 한건지
glib.h
이 파일이 이 밑에 있나 확인해보세여

즐린

즐린

yae1021의 이미지

리눅스에서 설치가 어려운게 아니라 특별히 어려운 설치법을 고르고 골라서 설치하시는거 같은데요...
yum 써보세요

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.