2.08安装错误
- [root@localhost FastDFS]# ./make.sh
- cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o tracker_proto.o tracker_proto.c -I../common -I/usr/local/include
- In file included from tracker_proto.c:23:
- tracker_types.h:19:19: error: event.h: No such file or directory
- make: *** [tracker_proto.o] Error 1
- cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../tracker/tracker_proto.o ../tracker/tracker_proto.c -I../common -I../tracker -I../client -Ifdht_client -I/usr/local/include
- In file included from ../tracker/tracker_proto.c:23:
- ../tracker/tracker_types.h:19:19: error: event.h: No such file or directory
- make: *** [../tracker/tracker_proto.o] Error 1
- cc -Wall -O -D_FILE_OFFSET_BITS=64 -g -DDEBUG_FLAG -DOS_LINUX -c -o ../tracker/tracker_proto.o ../tracker/tracker_proto.c -I../common -I../tracker -I/usr/local/include
- In file included from ../tracker/tracker_proto.c:23:
- ../tracker/tracker_types.h:19:19: error: event.h: No such file or directory
- make: *** [../tracker/tracker_proto.o] Error 1
复制代码
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
回复 2# happy_fish100
的确没有看, 惭愧
回复 1# lyf362345
很明显,LZ没有看INSTALL文件,也没有看FAQ。
摘录一下: