Tomohisa Irino
tomoi****@yahoo*****
2006年 11月 19日 (日) 08:43:51 JST
入野です。 早速のご対応ありがとうございます。 > r3993 で ja_JP.eucJP にも対応しておきました。 r3994を試そうとして、 ./configure --prefix=/usr --enable-maintainer-mode --enable-dict --with-canna --with-qt --with-qt-immodule の上でmakeしたところ、以下のところで止まってしまいます。 回避できますでしょうか? (以下、止まる直前のメッセージ) Making all in helper make[1]: ディレクトリ `/home/irino/src/uim/trunk/helper' に入ります if gcc -DHAVE_CONFIG_H -I. -I. -I../uim -I../replace -I../uim -I.. -I.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -O2 -pipe -Wall -std=gnu89 -pedantic -Wchar-subscripts -Wmissing-declarations -Wredundant-decls -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -MT uim_toolbar_gtk-toolbar-standalone-gtk.o -MD -MP -MF ".deps/uim_toolbar_gtk-toolbar-standalone-gtk.Tpo" -c -o uim_toolbar_gtk-toolbar-standalone-gtk.o `test -f 'toolbar-standalone-gtk.c' || echo './'`toolbar-standalone-gtk.c; \ then mv -f ".deps/uim_toolbar_gtk-toolbar-standalone-gtk.Tpo" ".deps/uim_toolbar_gtk-toolbar-standalone-gtk.Po"; else rm -f ".deps/uim_toolbar_gtk-toolbar-standalone-gtk.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../uim -I../replace -I../uim -I.. -I.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -O2 -pipe -Wall -std=gnu89 -pedantic -Wchar-subscripts -Wmissing-declarations -Wredundant-decls -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -MT uim_toolbar_gtk-toolbar-common-gtk.o -MD -MP -MF ".deps/uim_toolbar_gtk-toolbar-common-gtk.Tpo" -c -o uim_toolbar_gtk-toolbar-common-gtk.o `test -f 'toolbar-common-gtk.c' || echo './'`toolbar-common-gtk.c; \ then mv -f ".deps/uim_toolbar_gtk-toolbar-common-gtk.Tpo" ".deps/uim_toolbar_gtk-toolbar-common-gtk.Po"; else rm -f ".deps/uim_toolbar_gtk-toolbar-common-gtk.Tpo"; exit 1; fi toolbar-common-gtk.c:122: error: `GTK_STOCK_EDIT' undeclared here (not in a function) toolbar-common-gtk.c:122: error: 初期化子の要素が定数ではありません toolbar-common-gtk.c:122: error: (near initialization for `command_entry[4].icon') toolbar-common-gtk.c:126: error: 初期化子の要素が定数ではありません toolbar-common-gtk.c:126: error: (near initialization for `command_entry[4]') toolbar-common-gtk.c:135: error: 初期化子の要素が定数ではありません toolbar-common-gtk.c:135: error: (near initialization for `command_entry[5]') make[1]: *** [uim_toolbar_gtk-toolbar-common-gtk.o] エラー 1 make[1]: ディレクトリ `/home/irino/src/uim/trunk/helper' から出ます make: *** [all-recursive] エラー 1