我正在使用 g++ 和 jamroot 文件 (jamroot.jam) 编译我的项目。我不知道为什么它不知道我的文件,即使它包含正确的目录。
这是输出:
"g++" -ftemplate-depth-128 -O0 -fno-inline -Wall -g -fPIC -DLINUX \
-I"/home/oumaya/docs/UT_Cpp_Test/main/inc" \
-I"/home/oumaya/docs/UT_Cpp_Test/main/inc/include/cppunit" \
-I"/home/oumaya/docs/UT_Cpp_Test/main/inc/include/cppunit/ui/qt" \
-I"/usr/share/boost" -c -o "bin/build/gcc-4.6/debug/src/main.o" "src/main.cpp"
In file included from src/main.cpp:6:0:
/home/oumaya/docs/UT_Cpp_Test/main/inc/UT_Instrument_Test.hpp:7:45: fatal error:
cppunit/extensions/HelperMacros.h : No such file or directory