免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 5628 | 回复: 17
打印 上一主题 下一主题

安装ibus-fbterm [复制链接]

论坛徽章:
8
2015年迎新春徽章
日期:2015-03-04 09:58:112015元宵节徽章
日期:2015-03-06 15:51:33数据库技术版块每日发帖之星
日期:2016-06-09 06:20:00数据库技术版块每日发帖之星
日期:2016-06-10 06:20:00数据库技术版块每日发帖之星
日期:2016-07-20 06:20:0015-16赛季CBA联赛之同曦
日期:2016-07-21 21:26:51数据库技术版块每日发帖之星
日期:2016-07-23 06:20:00数据库技术版块每日发帖之星
日期:2016-07-26 06:20:00
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-11-20 16:31 |只看该作者 |倒序浏览
[root@localhost ibus-fbterm-0.9.1]# ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ibus... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
[root@localhost ibus-fbterm-0.9.1]# make
Making all in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'

PLATFORM: Arch

论坛徽章:
8
2015年迎新春徽章
日期:2015-03-04 09:58:112015元宵节徽章
日期:2015-03-06 15:51:33数据库技术版块每日发帖之星
日期:2016-06-09 06:20:00数据库技术版块每日发帖之星
日期:2016-06-10 06:20:00数据库技术版块每日发帖之星
日期:2016-07-20 06:20:0015-16赛季CBA联赛之同曦
日期:2016-07-21 21:26:51数据库技术版块每日发帖之星
日期:2016-07-23 06:20:00数据库技术版块每日发帖之星
日期:2016-07-26 06:20:00
2 [报告]
发表于 2011-11-20 16:36 |只看该作者
[root@localhost ibus-fbterm-0.9.1]# make clean
Making clean in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
test -z "ibus-fbterm" || rm -f ibus-fbterm
rm -f *.o
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
Making clean in .
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ibus... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
[root@localhost ibus-fbterm-0.9.1]# make
Making all in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-imapi.o -MD -MP -MF .deps/ibus_fbterm-imapi.Tpo -c -o ibus_fbterm-imapi.o `test -f 'imapi.c' || echo './'`imapi.c
mv -f .deps/ibus_fbterm-imapi.Tpo .deps/ibus_fbterm-imapi.Po
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-keycode.o -MD -MP -MF .deps/ibus_fbterm-keycode.Tpo -c -o ibus_fbterm-keycode.o `test -f 'keycode.c' || echo './'`keycode.c
mv -f .deps/ibus_fbterm-keycode.Tpo .deps/ibus_fbterm-keycode.Po
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-ibus-fbterm.o -MD -MP -MF .deps/ibus_fbterm-ibus-fbterm.Tpo -c -o ibus_fbterm-ibus-fbterm.o `test -f 'ibus-fbterm.c' || echo './'`ibus-fbterm.c
mv -f .deps/ibus_fbterm-ibus-fbterm.Tpo .deps/ibus_fbterm-ibus-fbterm.Po
gcc -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2   -o ibus-fbterm ibus_fbterm-imapi.o ibus_fbterm-keycode.o ibus_fbterm-ibus-fbterm.o -pthread -libus-1.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# make clean
Making clean in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
test -z "ibus-fbterm" || rm -f ibus-fbterm
rm -f *.o
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
Making clean in .
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ibus... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
[root@localhost ibus-fbterm-0.9.1]# make
Making all in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-imapi.o -MD -MP -MF .deps/ibus_fbterm-imapi.Tpo -c -o ibus_fbterm-imapi.o `test -f 'imapi.c' || echo './'`imapi.c
mv -f .deps/ibus_fbterm-imapi.Tpo .deps/ibus_fbterm-imapi.Po
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-keycode.o -MD -MP -MF .deps/ibus_fbterm-keycode.Tpo -c -o ibus_fbterm-keycode.o `test -f 'keycode.c' || echo './'`keycode.c
mv -f .deps/ibus_fbterm-keycode.Tpo .deps/ibus_fbterm-keycode.Po
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-ibus-fbterm.o -MD -MP -MF .deps/ibus_fbterm-ibus-fbterm.Tpo -c -o ibus_fbterm-ibus-fbterm.o `test -f 'ibus-fbterm.c' || echo './'`ibus-fbterm.c
mv -f .deps/ibus_fbterm-ibus-fbterm.Tpo .deps/ibus_fbterm-ibus-fbterm.Po
gcc -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2   -o ibus-fbterm ibus_fbterm-imapi.o ibus_fbterm-keycode.o ibus_fbterm-ibus-fbterm.o -pthread -libus-1.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# make install
Making install in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
make[2]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/install -c ibus-fbterm '/usr/local/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[2]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/bin/install -c ibus-fbterm-launch '/usr/local/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'

论坛徽章:
8
2015年迎新春徽章
日期:2015-03-04 09:58:112015元宵节徽章
日期:2015-03-06 15:51:33数据库技术版块每日发帖之星
日期:2016-06-09 06:20:00数据库技术版块每日发帖之星
日期:2016-06-10 06:20:00数据库技术版块每日发帖之星
日期:2016-07-20 06:20:0015-16赛季CBA联赛之同曦
日期:2016-07-21 21:26:51数据库技术版块每日发帖之星
日期:2016-07-23 06:20:00数据库技术版块每日发帖之星
日期:2016-07-26 06:20:00
3 [报告]
发表于 2011-11-20 16:38 |只看该作者
[root@localhost wu]# cd ibus-fbterm-0.9.1
[root@localhost ibus-fbterm-0.9.1]# ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ibus... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
[root@localhost ibus-fbterm-0.9.1]# make
Making all in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# make clean
Making clean in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
test -z "ibus-fbterm" || rm -f ibus-fbterm
rm -f *.o
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
Making clean in .
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ibus... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
[root@localhost ibus-fbterm-0.9.1]# make
Making all in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-imapi.o -MD -MP -MF .deps/ibus_fbterm-imapi.Tpo -c -o ibus_fbterm-imapi.o `test -f 'imapi.c' || echo './'`imapi.c
mv -f .deps/ibus_fbterm-imapi.Tpo .deps/ibus_fbterm-imapi.Po
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-keycode.o -MD -MP -MF .deps/ibus_fbterm-keycode.Tpo -c -o ibus_fbterm-keycode.o `test -f 'keycode.c' || echo './'`keycode.c
mv -f .deps/ibus_fbterm-keycode.Tpo .deps/ibus_fbterm-keycode.Po
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-ibus-fbterm.o -MD -MP -MF .deps/ibus_fbterm-ibus-fbterm.Tpo -c -o ibus_fbterm-ibus-fbterm.o `test -f 'ibus-fbterm.c' || echo './'`ibus-fbterm.c
mv -f .deps/ibus_fbterm-ibus-fbterm.Tpo .deps/ibus_fbterm-ibus-fbterm.Po
gcc -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2   -o ibus-fbterm ibus_fbterm-imapi.o ibus_fbterm-keycode.o ibus_fbterm-ibus-fbterm.o -pthread -libus-1.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# make clean
Making clean in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
test -z "ibus-fbterm" || rm -f ibus-fbterm
rm -f *.o
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
Making clean in .
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ibus... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
[root@localhost ibus-fbterm-0.9.1]# make
Making all in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-imapi.o -MD -MP -MF .deps/ibus_fbterm-imapi.Tpo -c -o ibus_fbterm-imapi.o `test -f 'imapi.c' || echo './'`imapi.c
mv -f .deps/ibus_fbterm-imapi.Tpo .deps/ibus_fbterm-imapi.Po
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-keycode.o -MD -MP -MF .deps/ibus_fbterm-keycode.Tpo -c -o ibus_fbterm-keycode.o `test -f 'keycode.c' || echo './'`keycode.c
mv -f .deps/ibus_fbterm-keycode.Tpo .deps/ibus_fbterm-keycode.Po
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-ibus-fbterm.o -MD -MP -MF .deps/ibus_fbterm-ibus-fbterm.Tpo -c -o ibus_fbterm-ibus-fbterm.o `test -f 'ibus-fbterm.c' || echo './'`ibus-fbterm.c
mv -f .deps/ibus_fbterm-ibus-fbterm.Tpo .deps/ibus_fbterm-ibus-fbterm.Po
gcc -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2   -o ibus-fbterm ibus_fbterm-imapi.o ibus_fbterm-keycode.o ibus_fbterm-ibus-fbterm.o -pthread -libus-1.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# make install
Making install in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
make[2]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/install -c ibus-fbterm '/usr/local/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[2]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/bin/install -c ibus-fbterm-launch '/usr/local/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# clear

[root@localhost ibus-fbterm-0.9.1]# make clean
Making clean in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
test -z "ibus-fbterm" || rm -f ibus-fbterm
rm -f *.o
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
Making clean in .
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `clean-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ibus... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
[root@localhost ibus-fbterm-0.9.1]# make
Making all in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-imapi.o -MD -MP -MF .deps/ibus_fbterm-imapi.Tpo -c -o ibus_fbterm-imapi.o `test -f 'imapi.c' || echo './'`imapi.c
mv -f .deps/ibus_fbterm-imapi.Tpo .deps/ibus_fbterm-imapi.Po
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-keycode.o -MD -MP -MF .deps/ibus_fbterm-keycode.Tpo -c -o ibus_fbterm-keycode.o `test -f 'keycode.c' || echo './'`keycode.c
mv -f .deps/ibus_fbterm-keycode.Tpo .deps/ibus_fbterm-keycode.Po
gcc -DPACKAGE_NAME=\"ibus-fbterm\" -DPACKAGE_TARNAME=\"ibus-fbterm\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"ibus-fbterm\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ibus-fbterm\" -DVERSION=\"0.9.1\" -I.    -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2 -MT ibus_fbterm-ibus-fbterm.o -MD -MP -MF .deps/ibus_fbterm-ibus-fbterm.Tpo -c -o ibus_fbterm-ibus-fbterm.o `test -f 'ibus-fbterm.c' || echo './'`ibus-fbterm.c
mv -f .deps/ibus_fbterm-ibus-fbterm.Tpo .deps/ibus_fbterm-ibus-fbterm.Po
gcc -pthread -I/usr/include/ibus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -g -O2   -o ibus-fbterm ibus_fbterm-imapi.o ibus_fbterm-keycode.o ibus_fbterm-ibus-fbterm.o -pthread -libus-1.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
[root@localhost ibus-fbterm-0.9.1]# make install
Making install in src
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
make[2]: Entering directory `/home/wu/ibus-fbterm-0.9.1/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/install -c ibus-fbterm '/usr/local/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1/src'
make[1]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
make[2]: Entering directory `/home/wu/ibus-fbterm-0.9.1'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/bin/install -c ibus-fbterm-launch '/usr/local/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'
make[1]: Leaving directory `/home/wu/ibus-fbterm-0.9.1'

论坛徽章:
0
4 [报告]
发表于 2011-11-20 17:50 |只看该作者
回复 1# love_wisdom


    你这是提问题啊? 还是看你编译过程?   多打几个字 把你帖子说详细了 应该不难吧

论坛徽章:
8
2015年迎新春徽章
日期:2015-03-04 09:58:112015元宵节徽章
日期:2015-03-06 15:51:33数据库技术版块每日发帖之星
日期:2016-06-09 06:20:00数据库技术版块每日发帖之星
日期:2016-06-10 06:20:00数据库技术版块每日发帖之星
日期:2016-07-20 06:20:0015-16赛季CBA联赛之同曦
日期:2016-07-21 21:26:51数据库技术版块每日发帖之星
日期:2016-07-23 06:20:00数据库技术版块每日发帖之星
日期:2016-07-26 06:20:00
5 [报告]
发表于 2011-11-20 18:55 |只看该作者
Both
无法完成安装

论坛徽章:
1
2015年辞旧岁徽章
日期:2015-03-03 16:54:15
6 [报告]
发表于 2011-11-20 21:55 |只看该作者
Both
无法完成安装
love_wisdom 发表于 2011-11-20 18:55



    download site and url ?

论坛徽章:
8
2015年迎新春徽章
日期:2015-03-04 09:58:112015元宵节徽章
日期:2015-03-06 15:51:33数据库技术版块每日发帖之星
日期:2016-06-09 06:20:00数据库技术版块每日发帖之星
日期:2016-06-10 06:20:00数据库技术版块每日发帖之星
日期:2016-07-20 06:20:0015-16赛季CBA联赛之同曦
日期:2016-07-21 21:26:51数据库技术版块每日发帖之星
日期:2016-07-23 06:20:00数据库技术版块每日发帖之星
日期:2016-07-26 06:20:00
7 [报告]
发表于 2011-11-20 22:44 |只看该作者

论坛徽章:
1
2015年辞旧岁徽章
日期:2015-03-03 16:54:15
8 [报告]
发表于 2011-11-21 00:56 |只看该作者
love_wisdom 发表于 2011-11-20 22:44



    说俺木有 ibus 1.0 的版本 。

论坛徽章:
0
9 [报告]
发表于 2011-11-21 07:58 |只看该作者
回复 7# love_wisdom


    我怎么看着像安装成功了   

    test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/bin/install -c ibus-fbterm-launch '/usr/local/bin'

     ibus-fbterm-launch命令

论坛徽章:
8
2015年迎新春徽章
日期:2015-03-04 09:58:112015元宵节徽章
日期:2015-03-06 15:51:33数据库技术版块每日发帖之星
日期:2016-06-09 06:20:00数据库技术版块每日发帖之星
日期:2016-06-10 06:20:00数据库技术版块每日发帖之星
日期:2016-07-20 06:20:0015-16赛季CBA联赛之同曦
日期:2016-07-21 21:26:51数据库技术版块每日发帖之星
日期:2016-07-23 06:20:00数据库技术版块每日发帖之星
日期:2016-07-26 06:20:00
10 [报告]
发表于 2011-11-21 11:07 |只看该作者
无法输入中文, 显示的乱七八糟的.
没有中文,只有乱码, 也没有方块里面有拼音和汉字给你选择的那个, 我不知道怎么说.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP