我的系统是UBUNTUSTUDIO 64位的
我下载了SCIM-PYTHON 0.1.12的包,在终端输入./configure,都好好的,但是还没make,就总出现这个离开什么离开什么的,我不知道是什么原因,有前辈提示一下吗?
代码: 全选
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.0.0... yes (version 2.16.6)
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.5
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.5/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.5/site-packages
checking for GTK2... yes
checking for PYGTK2... yes
checking for python-enchant... yes
checking for SCIM... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
configure: creating ./config.status
config.status: creating po/Makefile.in
config.status: creating Makefile
config.status: creating scim-python.spec
config.status: creating src/Makefile
config.status: creating src/scim.pth
config.status: creating data/Makefile
config.status: creating data/icons/Makefile
config.status: creating python/Makefile
config.status: creating python/scim/Makefile
config.status: creating python/engine/Makefile
config.status: creating python/engine/EnglishWriter/Makefile
config.status: creating python/engine/PinYin/Makefile
config.status: creating python/engine/XingMa/Makefile
config.status: creating python/engine/XingMa/tables/Makefile
config.status: creating python/setupui/Makefile
config.status: creating python/setupui/EnglishWriter/Makefile
config.status: creating python/helper/Makefile
config.status: creating python/helper/PinYinSetup/Makefile
config.status: creating python/helper/ZhengJuSetup/Makefile
config.status: creating m4/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
lin@bogon:/tmp/scim-python-0.1.12$ make
make all-recursive
make[1]: 正在进入目录 `/tmp/scim-python-0.1.12'
Making all in src
make[2]: 正在进入目录 `/tmp/scim-python-0.1.12/src'
make[3]: 正在进入目录 `/tmp/scim-python-0.1.12/src'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python.lo -MD -MP -MF .deps/_scim_la-scim-python.Tpo -c -o _scim_la-scim-python.lo `test -f 'scim-python.cpp' || echo './'`scim-python.cpp
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python.lo -MD -MP -MF .deps/_scim_la-scim-python.Tpo -c scim-python.cpp -fPIC -DPIC -o .libs/_scim_la-scim-python.o
scim-python.cpp: In function 'void scim_module_init()':
scim-python.cpp:145: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp: In function 'unsigned int scim_imengine_module_init(const scim::ConfigPointer&)':
scim-python.cpp:207: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp:207: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp: In function 'GtkWidget* scim_setup_module_create_ui()':
scim-python.cpp:254: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp:254: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp: In function 'void scim_setup_module_load_config(const scim::ConfigPointer&)':
scim-python.cpp:290: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp:290: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp: In function 'void scim_setup_module_save_config(const scim::ConfigPointer&)':
scim-python.cpp:308: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp:308: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp: In function 'bool scim_setup_module_query_changed()':
scim-python.cpp:321: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp:321: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp: In function 'unsigned int scim_helper_module_number_of_helpers()':
scim-python.cpp:374: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp: In function 'bool scim_helper_module_get_helper_info(unsigned int, scim::HelperInfo&)':
scim-python.cpp:393: warning: deprecated conversion from string constant to 'char*'
scim-python.cpp: In function 'void scim_helper_module_run_helper(const scim::String&, const scim::ConfigPointer&, const scim::String&)':
scim-python.cpp:436: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/_scim_la-scim-python.Tpo .deps/_scim_la-scim-python.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-event.lo -MD -MP -MF .deps/_scim_la-scim-python-event.Tpo -c -o _scim_la-scim-python-event.lo `test -f 'scim-python-event.cpp' || echo './'`scim-python-event.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-event.lo -MD -MP -MF .deps/_scim_la-scim-python-event.Tpo -c scim-python-event.cpp -fPIC -DPIC -o .libs/_scim_la-scim-python-event.o
scim-python-event.cpp:156: warning: deprecated conversion from string constant to 'char*'
scim-python-event.cpp:156: warning: deprecated conversion from string constant to 'char*'
scim-python-event.cpp:156: warning: deprecated conversion from string constant to 'char*'
scim-python-event.cpp:156: warning: deprecated conversion from string constant to 'char*'
scim-python-event.cpp:156: warning: deprecated conversion from string constant to 'char*'
scim-python-event.cpp:156: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/_scim_la-scim-python-event.Tpo .deps/_scim_la-scim-python-event.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-config.lo -MD -MP -MF .deps/_scim_la-scim-python-config.Tpo -c -o _scim_la-scim-python-config.lo `test -f 'scim-python-config.cpp' || echo './'`scim-python-config.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-config.lo -MD -MP -MF .deps/_scim_la-scim-python-config.Tpo -c scim-python-config.cpp -fPIC -DPIC -o .libs/_scim_la-scim-python-config.o
mv -f .deps/_scim_la-scim-python-config.Tpo .deps/_scim_la-scim-python-config.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-attribute.lo -MD -MP -MF .deps/_scim_la-scim-python-attribute.Tpo -c -o _scim_la-scim-python-attribute.lo `test -f 'scim-python-attribute.cpp' || echo './'`scim-python-attribute.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-attribute.lo -MD -MP -MF .deps/_scim_la-scim-python-attribute.Tpo -c scim-python-attribute.cpp -fPIC -DPIC -o .libs/_scim_la-scim-python-attribute.o
scim-python-attribute.cpp:223: warning: deprecated conversion from string constant to 'char*'
scim-python-attribute.cpp:223: warning: deprecated conversion from string constant to 'char*'
scim-python-attribute.cpp:223: warning: deprecated conversion from string constant to 'char*'
scim-python-attribute.cpp:223: warning: deprecated conversion from string constant to 'char*'
scim-python-attribute.cpp:223: warning: deprecated conversion from string constant to 'char*'
scim-python-attribute.cpp:223: warning: deprecated conversion from string constant to 'char*'
scim-python-attribute.cpp:223: warning: deprecated conversion from string constant to 'char*'
scim-python-attribute.cpp:223: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/_scim_la-scim-python-attribute.Tpo .deps/_scim_la-scim-python-attribute.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-engine.lo -MD -MP -MF .deps/_scim_la-scim-python-engine.Tpo -c -o _scim_la-scim-python-engine.lo `test -f 'scim-python-engine.cpp' || echo './'`scim-python-engine.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-engine.lo -MD -MP -MF .deps/_scim_la-scim-python-engine.Tpo -c scim-python-engine.cpp -fPIC -DPIC -o .libs/_scim_la-scim-python-engine.o
mv -f .deps/_scim_la-scim-python-engine.Tpo .deps/_scim_la-scim-python-engine.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-factory.lo -MD -MP -MF .deps/_scim_la-scim-python-factory.Tpo -c -o _scim_la-scim-python-factory.lo `test -f 'scim-python-factory.cpp' || echo './'`scim-python-factory.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-factory.lo -MD -MP -MF .deps/_scim_la-scim-python-factory.Tpo -c scim-python-factory.cpp -fPIC -DPIC -o .libs/_scim_la-scim-python-factory.o
scim-python-factory.cpp: In member function 'virtual scim::WideString PyIMEngineFactory::get_name() const':
scim-python-factory.cpp:132: warning: deprecated conversion from string constant to 'char*'
scim-python-factory.cpp: In member function 'virtual scim::String PyIMEngineFactory::get_uuid() const':
scim-python-factory.cpp:138: warning: deprecated conversion from string constant to 'char*'
scim-python-factory.cpp: In member function 'virtual scim::String PyIMEngineFactory::get_icon_file() const':
scim-python-factory.cpp:144: warning: deprecated conversion from string constant to 'char*'
scim-python-factory.cpp: In member function 'virtual scim::WideString PyIMEngineFactory::get_authors() const':
scim-python-factory.cpp:150: warning: deprecated conversion from string constant to 'char*'
scim-python-factory.cpp: In member function 'virtual scim::WideString PyIMEngineFactory::get_credits() const':
scim-python-factory.cpp:156: warning: deprecated conversion from string constant to 'char*'
scim-python-factory.cpp: In member function 'virtual scim::WideString PyIMEngineFactory::get_help() const':
scim-python-factory.cpp:162: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/_scim_la-scim-python-factory.Tpo .deps/_scim_la-scim-python-factory.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-helper.lo -MD -MP -MF .deps/_scim_la-scim-python-helper.Tpo -c -o _scim_la-scim-python-helper.lo `test -f 'scim-python-helper.cpp' || echo './'`scim-python-helper.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-helper.lo -MD -MP -MF .deps/_scim_la-scim-python-helper.Tpo -c scim-python-helper.cpp -fPIC -DPIC -o .libs/_scim_la-scim-python-helper.o
mv -f .deps/_scim_la-scim-python-helper.Tpo .deps/_scim_la-scim-python-helper.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-property.lo -MD -MP -MF .deps/_scim_la-scim-python-property.Tpo -c -o _scim_la-scim-python-property.lo `test -f 'scim-python-property.cpp' || echo './'`scim-python-property.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-property.lo -MD -MP -MF .deps/_scim_la-scim-python-property.Tpo -c scim-python-property.cpp -fPIC -DPIC -o .libs/_scim_la-scim-python-property.o
scim-python-property.cpp: In function 'int PyProperty_init(PyProperty*, PyObject*, PyObject*)':
scim-python-property.cpp:56: warning: deprecated conversion from string constant to 'char*'
scim-python-property.cpp:58: warning: deprecated conversion from string constant to 'char*'
scim-python-property.cpp: At global scope:
scim-python-property.cpp:197: warning: deprecated conversion from string constant to 'char*'
scim-python-property.cpp:197: warning: deprecated conversion from string constant to 'char*'
scim-python-property.cpp:197: warning: deprecated conversion from string constant to 'char*'
scim-python-property.cpp:197: warning: deprecated conversion from string constant to 'char*'
scim-python-property.cpp:197: warning: deprecated conversion from string constant to 'char*'
scim-python-property.cpp:197: warning: deprecated conversion from string constant to 'char*'
scim-python-property.cpp:197: warning: deprecated conversion from string constant to 'char*'
scim-python-property.cpp:197: warning: deprecated conversion from string constant to 'char*'
mv -f .deps/_scim_la-scim-python-property.Tpo .deps/_scim_la-scim-python-property.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-lookup-table.lo -MD -MP -MF .deps/_scim_la-scim-python-lookup-table.Tpo -c -o _scim_la-scim-python-lookup-table.lo `test -f 'scim-python-lookup-table.cpp' || echo './'`scim-python-lookup-table.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -MT _scim_la-scim-python-lookup-table.lo -MD -MP -MF .deps/_scim_la-scim-python-lookup-table.Tpo -c scim-python-lookup-table.cpp -fPIC -DPIC -o .libs/_scim_la-scim-python-lookup-table.o
mv -f .deps/_scim_la-scim-python-lookup-table.Tpo .deps/_scim_la-scim-python-lookup-table.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -I/usr/include/scim-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DSCIM_PYTHON_DATADIR=\"/usr/local/share/scim-python\" -DSCIM_PYTHON_LOCALEDIR=\"/usr/local/share/locale\" -I/usr/include/python2.5 -I/usr/include/python2.5 -g -O2 -rpath /usr/local/lib/python2.5/site-packages/scim-0.1/scim -Wl,--version-script=./scim.version-script -avoid-version -module -lscim-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lffi -lgobject-2.0 -lglib-2.0 -lpthread -ldl -lutil -lm -lpython2.5 -o _scim.la -rpath /usr/local/lib/python2.5/site-packages/scim-0.1/scim _scim_la-scim-python.lo _scim_la-scim-python-event.lo _scim_la-scim-python-config.lo _scim_la-scim-python-attribute.lo _scim_la-scim-python-engine.lo _scim_la-scim-python-factory.lo _scim_la-scim-python-helper.lo _scim_la-scim-python-property.lo _scim_la-scim-python-lookup-table.lo
g++ -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.2.4/../../../../lib/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.2.4/crtbeginS.o .libs/_scim_la-scim-python.o .libs/_scim_la-scim-python-event.o .libs/_scim_la-scim-python-config.o .libs/_scim_la-scim-python-attribute.o .libs/_scim_la-scim-python-engine.o .libs/_scim_la-scim-python-factory.o .libs/_scim_la-scim-python-helper.o .libs/_scim_la-scim-python-property.o .libs/_scim_la-scim-python-lookup-table.o -Wl,--rpath -Wl,/usr/lib -Wl,--rpath -Wl,/usr/lib /usr/lib/libscim-1.0.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libgmodule-2.0.so -lffi /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so -lpthread -ldl -lutil -lpython2.5 -L/usr/lib/gcc/x86_64-linux-gnu/4.2.4 -L/usr/lib/gcc/x86_64-linux-gnu/4.2.4/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.2.4/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.2.4/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.2.4/../../../../lib/crtn.o -Wl,--version-script=./scim.version-script -Wl,-soname -Wl,_scim.so -o .libs/_scim.so
creating _scim.la
(cd .libs && rm -f _scim.la && ln -s ../_scim.la _scim.la)
make[3]:正在离开目录 `/tmp/scim-python-0.1.12/src'
make[2]:正在离开目录 `/tmp/scim-python-0.1.12/src'
Making all in python
make[2]: 正在进入目录 `/tmp/scim-python-0.1.12/python'
Making all in engine
make[3]: 正在进入目录 `/tmp/scim-python-0.1.12/python/engine'
Making all in EnglishWriter
make[4]: 正在进入目录 `/tmp/scim-python-0.1.12/python/engine/EnglishWriter'
make[4]: 没有什么可以做的为 `all'。
make[4]:正在离开目录 `/tmp/scim-python-0.1.12/python/engine/EnglishWriter'
Making all in PinYin
make[4]: 正在进入目录 `/tmp/scim-python-0.1.12/python/engine/PinYin'
wget http://scim-python.googlecode.com/files/pinyin-database-0.1.10.5.tar.bz2
--18:55:52-- http://scim-python.googlecode.com/files/pinyin-database-0.1.10.5.tar.bz2
=> `pinyin-database-0.1.10.5.tar.bz2'
正在解析主机 scim-python.googlecode.com... 74.125.47.82
正在连接 scim-python.googlecode.com|74.125.47.82|:80... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度: 12,044,655 (11M) [application/x-bzip2]
100%[====================================>] 12,044,655 17.23K/s ETA 00:00
19:07:02 (17.61 KB/s) - `pinyin-database-0.1.10.5.tar.bz2' 已经保存 [12044655/12044655]
tar jxvfm pinyin-database-0.1.10.5.tar.bz2
py.db
make[4]:正在离开目录 `/tmp/scim-python-0.1.12/python/engine/PinYin'
Making all in XingMa
make[4]: 正在进入目录 `/tmp/scim-python-0.1.12/python/engine/XingMa'
Making all in tables
make[5]: 正在进入目录 `/tmp/scim-python-0.1.12/python/engine/XingMa/tables'
make[5]: 没有什么可以做的为 `all'。
make[5]:正在离开目录 `/tmp/scim-python-0.1.12/python/engine/XingMa/tables'
make[5]: 正在进入目录 `/tmp/scim-python-0.1.12/python/engine/XingMa'
make[5]: 没有什么可以做的为 `all-am'。
make[5]:正在离开目录 `/tmp/scim-python-0.1.12/python/engine/XingMa'
make[4]:正在离开目录 `/tmp/scim-python-0.1.12/python/engine/XingMa'
make[4]: 正在进入目录 `/tmp/scim-python-0.1.12/python/engine'
make[4]: 没有什么可以做的为 `all-am'。
make[4]:正在离开目录 `/tmp/scim-python-0.1.12/python/engine'
make[3]:正在离开目录 `/tmp/scim-python-0.1.12/python/engine'
Making all in setupui
make[3]: 正在进入目录 `/tmp/scim-python-0.1.12/python/setupui'
Making all in EnglishWriter
make[4]: 正在进入目录 `/tmp/scim-python-0.1.12/python/setupui/EnglishWriter'
make[4]: 没有什么可以做的为 `all'。
make[4]:正在离开目录 `/tmp/scim-python-0.1.12/python/setupui/EnglishWriter'
make[4]: 正在进入目录 `/tmp/scim-python-0.1.12/python/setupui'
make[4]: 没有什么可以做的为 `all-am'。
make[4]:正在离开目录 `/tmp/scim-python-0.1.12/python/setupui'
make[3]:正在离开目录 `/tmp/scim-python-0.1.12/python/setupui'
Making all in scim
make[3]: 正在进入目录 `/tmp/scim-python-0.1.12/python/scim'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/tmp/scim-python-0.1.12/python/scim'
Making all in helper
make[3]: 正在进入目录 `/tmp/scim-python-0.1.12/python/helper'
Making all in PinYinSetup
make[4]: 正在进入目录 `/tmp/scim-python-0.1.12/python/helper/PinYinSetup'
make[4]: 没有什么可以做的为 `all'。
make[4]:正在离开目录 `/tmp/scim-python-0.1.12/python/helper/PinYinSetup'
Making all in ZhengJuSetup
make[4]: 正在进入目录 `/tmp/scim-python-0.1.12/python/helper/ZhengJuSetup'
make[4]: 没有什么可以做的为 `all'。
make[4]:正在离开目录 `/tmp/scim-python-0.1.12/python/helper/ZhengJuSetup'
make[4]: 正在进入目录 `/tmp/scim-python-0.1.12/python/helper'
make[4]: 没有什么可以做的为 `all-am'。
make[4]:正在离开目录 `/tmp/scim-python-0.1.12/python/helper'
make[3]:正在离开目录 `/tmp/scim-python-0.1.12/python/helper'
make[3]: 正在进入目录 `/tmp/scim-python-0.1.12/python'
make[3]: 没有什么可以做的为 `all-am'。
make[3]:正在离开目录 `/tmp/scim-python-0.1.12/python'
make[2]:正在离开目录 `/tmp/scim-python-0.1.12/python'
Making all in data
make[2]: 正在进入目录 `/tmp/scim-python-0.1.12/data'
Making all in icons
make[3]: 正在进入目录 `/tmp/scim-python-0.1.12/data/icons'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/tmp/scim-python-0.1.12/data/icons'
make[3]: 正在进入目录 `/tmp/scim-python-0.1.12/data'
make[3]: 没有什么可以做的为 `all-am'。
make[3]:正在离开目录 `/tmp/scim-python-0.1.12/data'
make[2]:正在离开目录 `/tmp/scim-python-0.1.12/data'
Making all in po
make[2]: 正在进入目录 `/tmp/scim-python-0.1.12/po'
make[2]: 没有什么可以做的为 `all'。
make[2]:正在离开目录 `/tmp/scim-python-0.1.12/po'
Making all in m4
make[2]: 正在进入目录 `/tmp/scim-python-0.1.12/m4'
make[2]: 没有什么可以做的为 `all'。
make[2]:正在离开目录 `/tmp/scim-python-0.1.12/m4'
make[2]: 正在进入目录 `/tmp/scim-python-0.1.12'
make[2]:正在离开目录 `/tmp/scim-python-0.1.12'
make[1]:正在离开目录 `/tmp/scim-python-0.1.12'
lin@bogon:/tmp/scim-python-0.1.12$