|
mac os 10.4.5 下 下载的fcitx-3.0.0-test2-darwin.tar.gz
./config 正常完成了
make 后 出现如下错误
Making all in src
if gcc -DPKGDATADIR=\"/usr/local/share/fcitx\" -I. -I. -I.. -I../lib -I../xpm -O2 -fno-strength-reduce -g -O2 -Wall -Werror -MT ui.o -MD -MP -MF ".deps/ui.Tpo" -c -o ui.o ui.c; \
then mv -f ".deps/ui.Tpo" ".deps/ui.Po"; else rm -f ".deps/ui.Tpo"; exit 1; fi
cc1: warnings being treated as errors
ui.c: In function 'MouseClick':
ui.c:549: warning: 'point.y' is used uninitialized in this function
ui.c:549: warning: 'point.x' is used uninitialized in this function
make[2]: *** [ui.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
麻烦达人帮忙看看 |
|