精華區beta EE_DSnP 關於我們 聯絡資訊
我在make的時候會有 -bash-3.00$ make Checking util... Checking bdd... make[1]: Warning: File `bddManager.cpp' has modification time 2.7e+04 s in the future Making dependencies ... make[1]: Warning: File `.depend.mak' has modification time 0.75 s in the future Making dependencies ... make[1]: Warning: File `.depend.mak' has modification time 1.1 s in the future Making dependencies ... make[1]: Warning: File `.depend.mak' has modification time 0.61 s in the future Making dependencies ... make[1]: Warning: File `.depend.mak' has modification time 1.1 s in the future Making dependencies ... make[1]: Warning: File `.depend.mak' has modification time 0.54 s in the future Making dependencies ... make[1]: Warning: File `.depend.mak' has modification time 1 s in the future Making dependencies ... 然後就一直重複出現File `.depend.mak' has modification......這個warning 只能按ctrl+c 請問該怎麼辦 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.169.62.83
ric2k1:try "make clean" 01/11 13:01
ric2k1:or "touch src/bdd/.depend.mak" 01/11 13:01
ric2k1:or "rm -f .depend.mak" 01/11 13:02
ric2k1:see if any one of them works... 01/11 13:02