致命错误:config.h:没有这样的文件或目录

致命错误:config.h:没有这样的文件或目录

我在编译时得到了这个:

g++ test_box2p.cc -o test_box2p

或者

CLANG++ test_box2p.cc -o test_box2p

或者

C++ test_box2p.cc -o test_box2p

或者

GCC test_box2p.cc -o test_box2p

同样的错误:

test_box2p.cc:24:10: fatal error: config.h: No such file or directory
 #include <config.h>
          ^~~~~~~~~~
compilation terminated.
<builtin>: recipe for target 'test_box2p' failed
make: *** [test_box2p] Error 1

我在 Ubuntu 18.04.1 LTS 内核 4.15.0-38-generic 下

相关内容