freebsd-ports/chinese/xsim/pkg-message
Vanilla I. Shu b9f21a8c3b 1. Compilation failure when using GCC 3.4
2. Does not respect ${CFLAGS}
3. Dependancy problem: This port has preference on db4 over db3.3, i.e. when
   both are present, it uses db4. So change the dependancy from db3.3 to db4.
4. The default installation does not create user settings, which causes write
   attempt to global settings and the consequent failure confuses users.
5. Locale zh_CN.EUC is not present on 5.x. Swith to zh_CN.eucCN.

PR:		ports/69251
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca>
2004-08-01 17:48:43 +00:00

16 lines
685 B
Text

-------------------------------------------------------------------------------
Please check the following files:
%%X11BASE%%/lib/X11/locale/zh_CN/XI18N_OBJS
If not exist, copy %%X11BASE%%/lib/X11/locale/zh/XI18N_OBJS to it.
If you got the message:
XSIM: Failed opening share library function: Undefined symbol "__XlcEucLoader"
Comment
XLC common/xlocale _XlcEucLoader # XLC_open
in %%X11BASE%%/lib/X11/locale/zh_CN/XI18N_OBJS
Remember to set environment varible XMODIFIERS:
csh/tcsh: setenv XMODIFIERS @im=XSIM
sh/bash: export XMODIFIERS='@im=XSIM'
and set LANG, LC_CTYPE to zh_CN.eucCN.
-------------------------------------------------------------------------------