运行make时发生致命错误:找不到“ ext / stdio_filebuf.h”文件

时间:2019-02-18 17:31:40

标签: unix

使用“ make”命令编译源代码时,出现以下错误消息

/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in src
g++ -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT alignment.o -MD -MP -MF 
.deps/alignment.Tpo -c -o alignment.o alignment.cpp
mv -f .deps/alignment.Tpo .deps/alignment.Po
g++ -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT fasta.o -MD -MP -MF 
.deps/fasta.Tpo -c -o fasta.o fasta.cpp
In file included from fasta.cpp:1:
./fasta.h:8:10: fatal error: 'ext/stdio_filebuf.h' file not found
#include <ext/stdio_filebuf.h>
     ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [fasta.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

如何解决此问题?

0 个答案:

没有答案