我正在使用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
謝謝大家對你的答案是現在更清晰,它的工作 – Oumaya