|
I download the source code,
and then I use "./configure"
and then I use "make",
the errormessage fllow this:
[root@localhost fcitx-3.4.1]# make
make all-recursive
make[1]: Entering directory `/jzl/fcitx-3.4.1'
Making all in doc
make[2]: Entering directory `/jzl/fcitx-3.4.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/jzl/fcitx-3.4.1/doc'
Making all in xpm
make[2]: Entering directory `/jzl/fcitx-3.4.1/xpm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/jzl/fcitx-3.4.1/xpm'
Making all in lib
make[2]: Entering directory `/jzl/fcitx-3.4.1/lib'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -c -O2 -fno-strength-reduce -fno-strict-aliasing -g -O2 -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2 -D_USE_XFT -Wall -MT FrameMgr.o -MD -MP -MF ".deps/FrameMgr.Tpo" -c -o FrameMgr.o FrameMgr.c; \
then mv -f ".deps/FrameMgr.Tpo" ".deps/FrameMgr.Po"; else rm -f ".deps/FrameMgr.Tpo"; exit 1; fi
In file included from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from /usr/X11R6/include/X11/Xlibint.h:225,
from FrameMgr.c:29:
/usr/include/linux/errno.h:4:23: asm/errno.h: 没有那个文件或目录
make[2]: *** [FrameMgr.o] Error 1
make[2]: Leaving directory `/jzl/fcitx-3.4.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/jzl/fcitx-3.4.1'
make: *** [all] Error 2
it looks like cant find "FrameMgr.c"
and then I find FrameMgr.c with this command:
find / -iname FrameMgr.c
but I still cant find the file
who can help me? |
|