有一個主要的()中的git/daemon.c功能,所以我嘗試建立它 但失敗了,有什麼意圖爲什麼我無法構建作爲git包的一部分的daemon.c?
gcc daemon.c
In file included from daemon.c:1:
cache.h:11:10: error: #include expects "FILENAME" or <FILENAME>
有一個主要的()中的git/daemon.c功能,所以我嘗試建立它 但失敗了,有什麼意圖爲什麼我無法構建作爲git包的一部分的daemon.c?
gcc daemon.c
In file included from daemon.c:1:
cache.h:11:10: error: #include expects "FILENAME" or <FILENAME>
'使守護進程'工作更好? – tripleee
具體的錯誤似乎是'SHA1_HEADER'需要被定義。據推測,Makefile可以爲你做到這一點。參考:https://github.com/git/git/blob/master/cache.h#L11 – tripleee