无法打开包含文件< .hpp>

时间:2015-12-16 13:42:00

标签: c++

我正在使用sunOS cc编译器来运行我的unittest.cpp文件,但是在包含头文件时会产生问题,因为它们是使用<>编写的。尖括号(我知道本地dir标题路径将被赋予"")甚至在头文件内部,其他头文件通过使用<>(尖括号)来调用,因此,它给出&# 34;不能包含文件"错误

EVIMPT_Sprint26/GeoPlugins/AtlasSegmentationPlugin/AbsEngine/Image_unittest.cc /home/saravind/work/gtest/gtest-1.5.0/scripts/test/output/gtest/gtest.h
"/home/saravind/work/Pinnacle_DEVIMPT_Sprint26/GeoPlugins/AtlasSegmentationPlugin/AbsEngine/prima/image/volume.hpp", line 31: Error: Could not open include file<boost/shared_ptr.hpp>.

我不能改变&lt;&gt;到&#34;&#34;对于它正在接收的所有头文件!!

这是我的样本单元测试文件

#include <AutoSegTask.hpp>
#include <AutoSegTaskDetails.hpp>
using namespace std;
class Autosegmentationunittest
{
using namespace autoSegmentation;

Image img;
cout<<"hi";
}


<AutoSegTask.hpp> intakes other header files included using <>

0 个答案:

没有答案