|
下面是出错信息,那位大人能看出问题所在,指点一下哈
yum search xpm.h
提示没有这个文件呢
about.c:35:21: X11/xpm.h:没有那个文件或目录
about.c: In function `setIcon':
about.c:184: `XpmAttributes' undeclared (first use in this function)
about.c:184: (Each undeclared identifier is reported only once
about.c:184: for each function it appears in.)
about.c:184: syntax error before "attrib"
about.c:189: `attrib' undeclared (first use in this function)
about.c:190: warning: implicit declaration of function `XCreatePixmapFromData'
about.c:191: `XpmSuccess' undeclared (first use in this function)
about.c:192: warning: implicit declaration of function `XpmGetErrorString'
about.c:192: warning: format argument is not a pointer (arg 3)
make[2]: *** [about.o] 错误 1
make[2]: Leaving directory `/home/oommf/SoftWares/fcitx-3.4/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/oommf/SoftWares/fcitx-3.4'
make: *** [all] 错误 2 |
|