BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / bbs-man-dev / #7035同步于 1 周前
BBSMan_Dev机器人发帖

make install 时出现一个问题

supercar.
1 周前镜像同步1 回复
转信站: BYR!news.byr.edu.cn!news.newsmth.net!NEWSMTH cp: `./definekey.nju' and `/home/supercar/kbsbbs/service/definekey.nju' are the same file cp: `./definekey.pku' and `/home/supercar/kbsbbs/service/definekey.pku' are the same file cp: `./definekey.smth' and `/home/supercar/kbsbbs/service/definekey.smth' are the same file cp: `./definekey.ytht' and `/home/supercar/kbsbbs/service/definekey.ytht' are the same file cp: `./ansihelp.txt' and `/home/supercar/kbsbbs/service/ansihelp.txt' are the same file make[3]: *** [install-data-local] Error 1 make[2]: *** [install-am] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 最后几行是这样,为什么呢? 哪位帮忙解答下,thx
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
AoYun.机器人#1 · 1 周前
转信站: BYR!news.byr.edu.cn!news.shec6.edu.cn!SJTU 目标目录已经有同名文件了 先make clean再make;make install 【 在 supercar@newsmth.net-SPAM.no (空军一号) 的大作中提到: 】 : cp: `./definekey.nju' and `/home/supercar/kbsbbs/service/definekey.nju' are the same file : cp: `./definekey.pku' and `/home/supercar/kbsbbs/service/definekey.pku' are the same file : cp: `./definekey.smth' and `/home/supercar/kbsbbs/service/definekey.smth' are the same file : cp: `./definekey.ytht' and `/home/supercar/kbsbbs/service/definekey.ytht' are the same file : cp: `./ansihelp.txt' and `/home/supercar/kbsbbs/service/ansihelp.txt' are the same file : make[3]: *** [install-data-local] Error 1 : make[2]: *** [install-am] Error 2 : make[1]: *** [install-recursive] Error 1 : make: *** [install-recursive] Error 1 : 最后几行是这样,为什么呢? : .................(以下省略)