Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git/daemon.c に main() 関数が 1 つあるので、ビルドしようとしましたが失敗しました。
gcc daemon.c In file included from daemon.c:1: cache.h:11:10: error: #include expects "FILENAME" or <FILENAME>
通常、ビルド インフラストラクチャの残りの部分全体によって生成されautoconf、使用されるコンパイラ フラグが大量に欠落しています。Makefile
autoconf
Makefile
の内容を見なければ、cache.h実際に何が起こっているのかを推測することしかできませんが、個々のファイルを手動でコンパイルしようとするのではなく、含まれているフレームワーク内でコンパイルする必要があります。手順は という名前のファイルにありますINSTALL。
cache.h
INSTALL