我正在試圖編譯cmake
和make
庫的一部分。我得到的錯誤,當我運行Make
了包括失敗:C++ Make show include include正在搜索文件
/home/user/Sean/PCL/pcl/apps/src/face_detection/openni_face_detection.cpp:9:57: fatal error: pcl/apps/face_detection/openni_frame_source.h: No such file or directory compilation terminated.
我知道,與gcc
,你可以讓編譯器來讀給你聽它看爲包括,但有一個通過make
和cmake
完成此操作。
只是將正確的參數傳遞給makefile中的gcc? – John3136
我在makefile中看不到gcc。另外,我是否必須確保通過cmake添加?這是抽象的雙重層令我感到困惑,雖然我很可能在這裏從錯誤的方向接近問題。 – Seanny123