|
发表于 2003-12-24 21:07:40
|
显示全部楼层
你make clean了吗?
如题
最初由 hantsy 发表
compiled errors:
r clq libXimd.a IMConn.o IMValues.o IMMethod.o FrameMgr.o i18nIMProto.o i18nAttr.o i18nMethod.o i18nUtil.o i18nPtHdr.o i18nIc.o i18nClbk.o i18nX.o
ranlib libXimd.a
make[1]: Leaving directory `/home/hantsy/fcitx-2.0.0pr7/IMdkit/lib'
gcc -c -O2 -fno-strength-reduce -Wall -D_USE_XFT `xft-config --cflags` IC.c
gcc -c -O2 -fno-strength-reduce -Wall -D_USE_XFT `xft-config --cflags` py.c
py.c: In function `DoPYInput':
py.c:468: parse error before `char'
py.c:471: `strTemp' undeclared (first use in this function)
py.c:471: (Each undeclared identifier is reported only once
py.c:471: for each function it appears in.)
py.c: In function `PYGetCandWords':
py.c:882: parse error before `char'
py.c:896: `iType' undeclared (first use in this function)
py.c:902: `pPhrase' undeclared (first use in this function)
py.c:905: `pBase' undeclared (first use in this function)
py.c: In function `PYCreateAuto':
py.c:979: parse error before `candPos'
py.c:991: `str' undeclared (first use in this function)
py.c:994: `phraseSelected' undeclared (first use in this function)
py.c:995: `baseSelected' undeclared (first use in this function)
py.c:997: `iCount' undeclared (first use in this function)
py.c:1001: `strMap' undeclared (first use in this function)
py.c:1003: `val' undeclared (first use in this function)
py.c:1006: `candPos' undeclared (first use in this function)
py.c:1013: `phrase' undeclared (first use in this function)
py.c:1015: `iMatchedLength' undeclared (first use in this function)
py.c:1022: `pPYFA' undeclared (first use in this function)
py.c: In function `PYGetCandWord':
py.c:1122: parse error before `char'
py.c:1133: `pBase' undeclared (first use in this function)
py.c:1134: `pBaseMap' undeclared (first use in this function)
py.c:1139: `pIndex' undeclared (first use in this function)
py.c:1147: `pPhrase' undeclared (first use in this function)
py.c:1148: `pPhraseMap' undeclared (first use in this function)
py.c:1162: `bAddNewPhrase' undeclared (first use in this function)
py.c:1182: parse error before `char'
py.c:1184: `strHZString' undeclared (first use in this function)
py.c:1188: parse error before `int'
py.c:1190: `iLen' undeclared (first use in this function)
py.c:1200: `i' undeclared (first use in this function)
py.c: In function `PYGetPhraseCandWords':
py.c:1364: parse error before `candPos'
py.c:1370: `str' undeclared (first use in this function)
py.c:1373: `strMap' undeclared (first use in this function)
py.c:1375: `val' undeclared (first use in this function)
py.c:1378: `candPos' undeclared (first use in this function)
py.c:1382: `phrase' undeclared (first use in this function)
py.c:1385: `iMatchedLength' undeclared (first use in this function)
py.c: In function `PYAddPhraseCandWord':
py.c:1442: parse error before `int'
py.c:1447: `i' undeclared (first use in this function)
py.c:1449: `iStart' undeclared (first use in this function)
py.c:1575: `j' undeclared (first use in this function)
py.c:1581: warning: unreachable code at beginning of switch statement
py.c:1603: warning: unreachable code at beginning of switch statement
py.c:1625: warning: unreachable code at beginning of switch statement
py.c: In function `PYAddUserPhrase':
py.c:2093: parse error before `*'
py.c:2097: `str' undeclared (first use in this function)
py.c:2100: `i' undeclared (first use in this function)
py.c:2103: `j' undeclared (first use in this function)
py.c:2107: `userPhrase' undeclared (first use in this function)
py.c:2108: `k' undeclared (first use in this function)
py.c:2120: `newPhrase' undeclared (first use in this function)
py.c:2128: `temp' undeclared (first use in this function)
py.c:2131: `iTemp' undeclared (first use in this function)
py.c: In function `PYGetLegendCandWords':
py.c:2491: parse error before `int'
py.c:2501: `i' undeclared (first use in this function)
py.c:2503: `j' undeclared (first use in this function)
py.c:2553: parse error before `*'
py.c:2555: `phrase' undeclared (first use in this function)
py.c:2610: parse error before `char'
py.c:2618: `strTemp' undeclared (first use in this function)
make: *** [py.o] Error 1
==============================================================
my enviroment:gcc2.95 glibc2.2 debian woody(Xfree updated to 4.3)
xft support..... |
|