|
|
我在装 xchm时,也下载安装了chmlib并成功,但是在make时出了问题,以下是报的错误:
[root@localhost xchm-1.8]# make
make all-recursive
make[1]: Entering directory `/mnt/zhoujun1/Software/xchm-1.8'
Making all in m4
make[2]: Entering directory `/mnt/zhoujun1/Software/xchm-1.8/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/zhoujun1/Software/xchm-1.8/m4'
Making all in po
make[2]: Entering directory `/mnt/zhoujun1/Software/xchm-1.8/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/zhoujun1/Software/xchm-1.8/po'
Making all in src
make[2]: Entering directory `/mnt/zhoujun1/Software/xchm-1.8/src'
make[2]: Leaving directory `/mnt/zhoujun1/Software/xchm-1.8/src'
Making all in art
make[2]: Entering directory `/mnt/zhoujun1/Software/xchm-1.8/art'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/zhoujun1/Software/xchm-1.8/art'
make[2]: Entering directory `/mnt/zhoujun1/Software/xchm-1.8'
make[2]: Leaving directory `/mnt/zhoujun1/Software/xchm-1.8'
make[1]: Leaving directory `/mnt/zhoujun1/Software/xchm-1.8'
想请问你该怎么解决,谢谢了. |
|