LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: gaby825

zhcon是什么如何安装??

[复制链接]
发表于 2003-2-10 12:59:26 | 显示全部楼层

我想在字符下用英文。

我想在字符模式下都用英文的,而在窗口模式下也都用英文。但是要求能够显示中文并且可以便用中文输入法。这可能吗?
发表于 2003-2-16 11:26:49 | 显示全部楼层
有没有内核汉化,终端的方法
发表于 2003-2-17 08:28:59 | 显示全部楼层
最初由 prettymaiden 发布
有没有内核汉化,终端的方法

可以用unicon,但安装难度大。
发表于 2003-3-23 22:34:31 | 显示全部楼层
到如今,zhcon的安装还没有一个満意的答案。
我和前面的一位兄弟的出错一样。
configure result:
libggi support: no
unicon support: no

You need to install unicon to compile zhcon with unicon support.
Please check if you have libimmclient.a ,libimm_server.so and libpth.so in /usr/lib.
接着,我下了libggi.****,tar.gz可是不知道为什么安装不成功。
这下就没办法了。
发表于 2003-4-1 10:45:48 | 显示全部楼层

我是我在rh8.0下安装zhcon的内容帮我看看是怎么回事。

[root@localhost zhcon-0.2]# ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gawk... gawk
checking for gcc... gcc
checking whether the C compiler (gcc  -O2 -DNDEBUG -funsigned-char -Wall   -Wl,-rpath=/usr/lib/unicon) works... yes
checking whether the C compiler (gcc  -O2 -DNDEBUG -funsigned-char -Wall   -Wl,-rpath=/usr/lib/unicon) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++  -O2 -DNDEBUG -funsigned-char -Wall   -Wl,-rpath=/usr/lib/unicon) works... yes
checking whether the C++ compiler (c++  -O2 -DNDEBUG -funsigned-char -Wall   -Wl,-rpath=/usr/lib/unicon) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... ranlib
checking host system type... i686-pc-linux-gnu
checking for strerror in -lcposix... no
checking for ANSI C header files... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for argz.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... bison
checking version of bison... v. ?.??, bad
checking for catalogs to be installed...  zh_CN.GB2312 zh_CN.GBK zh_TW.Big5 kr ja
checking host system type... i686-pc-linux-gnu
checking for forkpty in -lutil... yes
checking for ggi/ggi.h... no
checking for main in -lggi... no
checking for main in -ldl... yes
checking for main in -lpth... no
checking for main in -limmclient... no
checking for main in -limm_server... no
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking for sys/ioctl.h... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for memmove... yes
checking for memset... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating doc/Makefile
creating font/Makefile
creating input/Makefile
creating src/Makefile
creating src/display/Makefile
creating config.h
creating po/POTFILES
creating po/Makefile

configure result:
libggi support: no
unicon support: no

You need to install unicon to compile zhcon with unicon support.
Please check if you have libimmclient.a ,libimm_server.so and libpth.so in /usr/lib.


Config complete,now type make to build zhcon
Good Luck!

[root@localhost zhcon-0.2]# make
make  all-recursive
make[1]: Entering directory `/home/zhcon-0.2'
Making all in src
make[2]: Entering directory `/home/zhcon-0.2/src'
cd .. && automake --gnu --include-deps src/Makefile
configure.in:4: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:4: old Automake version.  You should recreate aclocal.m4
configure.in:4: with aclocal and run automake again.
src/Makefile.am:1: bin_PROGRAMS multiply defined in condition TRUE

  bin_PROGRAMS (User, where = src/Makefile.am:1) =
  {
    TRUE => zhcon
  }
src/Makefile.am: required file `./depcomp' not found
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
make[2]: *** [Makefile.in] Error 1
make[2]: Leaving directory `/home/zhcon-0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zhcon-0.2'
make: *** [all-recursive-am] Error 2



主题
[root@localhost qnxstyle-0.2]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... 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 dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for ranlib... ranlib
checking for strip... strip
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
finding the maximum length of command line arguments... 73729
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
updating cache /dev/null
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
ltcf-cxx: with_gcc=yes ; with_gnu_ld=yes
checking for objdir... .libs
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
finding the maximum length of command line arguments... 73729
checking if g++ supports -c -o file.o... yes
checking if g++ supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
appending configuration tag "CXX" to libtool
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for res_init... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... yes
checking for shl_unload in -ldld... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for Xinerama... no
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... libraries /usr/lib/qt3-gcc3.2/lib, headers /usr/lib/qt3-gcc3.2/include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/lib/qt3-gcc3.2/bin/moc
checking for uic... /usr/lib/qt3-gcc3.2/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking for KDE paths... defaults
checking for dcopidl... /usr/bin/dcopidl
checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
checking for mcopidl... /usr/bin/mcopidl
checking for artsc-config... /usr/bin/artsc-config
checking for kde-config... /usr/bin/kde-config
checking for meinproc... /usr/bin/meinproc
checking if src should be compiled... yes
configure: creating ./config.status
config.status: creating ./Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
[root@localhost qnxstyle-0.2]# make
make  all-recursive
make[1]: Entering directory `/home/qnxstyle-0.2'
Making all in src
make[2]: Entering directory `/home/qnxstyle-0.2/src'
source='qnx.cpp' object='qnx.lo' libtool=yes \
depfile='.deps/qnx.Plo' tmpdepfile='.deps/qnx.TPlo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
/bin/sh ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -O2 -fno-exceptions -fno-check-new -DQT_PLUGIN -c -o qnx.lo `test -f qnx.cpp || echo './'`qnx.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -DQT_PLUGIN -c qnx.cpp -MT qnx.lo -MF .deps/qnx.TPlo -MD -MP  -fPIC -DPIC -o .libs/qnx.o
qnx.cpp:1998: default argument given for parameter 12 of `void
   QnxStyle::drawVGradient(QPainter*, const QColorGroup&,
   QColorGroup::ColorRole, int, int, int, int, int, int, int, int, bool =
   false) const'
qnx.h:106: after previous specification in `void
   QnxStyle::drawVGradient(QPainter*, const QColorGroup&,
   QColorGroup::ColorRole, int, int, int, int, int, int, int, int, bool =
   false) const'
qnx.cpp:2030: default argument given for parameter 12 of `void
   QnxStyle::drawHGradient(QPainter*, const QColorGroup&,
   QColorGroup::ColorRole, int, int, int, int, int, int, int, int, bool =
   false) const'
qnx.h:107: after previous specification in `void
   QnxStyle::drawHGradient(QPainter*, const QColorGroup&,
   QColorGroup::ColorRole, int, int, int, int, int, int, int, int, bool =
   false) const'
make[2]: *** [qnx.lo] Error 1
make[2]: Leaving directory `/home/qnxstyle-0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/qnxstyle-0.2'
make: *** [all] Error 2
发表于 2003-4-1 10:47:15 | 显示全部楼层
http://prdownloads.sourceforge.n ... z?use_mirror=switch

我的系统是Redhat 8.0完全安装,用的是这个版本,没有一点问题。
发表于 2003-4-1 13:30:57 | 显示全部楼层
发表于 2003-4-20 16:42:30 | 显示全部楼层
如是是用grub.则要在/boot/grub/grub.conf文件的/boot/vmlinuz-2.4.18-14 ro root=LABEL=/后面加上vga=0x303,中间空格。
发表于 2003-4-22 17:04:22 | 显示全部楼层
安装zhcon-0.2.1.tar.gz一次成功。。。
发表于 2003-4-22 17:51:11 | 显示全部楼层
./configure
make
make install
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表