寻灿者 发表于 2014-4-18 15:11:44

vs2008 编译 vpb出错

编译环境为vs2008+w764位+osg 3.0.3+vpb 0.9.12+gdal 1.10.0错误信息在楼下

寻灿者 发表于 2014-4-18 15:12:02

D:\software\VS 2008\VC\include\sstream(352) : error C2504: “std::basic_istream<_Elem,_Traits>”: 未定义基类
      with
      [
            _Elem=char,
            _Traits=std::char_traits<char>
      ]
      D:\software\VS 2008\VC\include\sstream(397): 参见对正在编译的类 模板 实例化“std::basic_istringstream<_Elem,_Traits,_Alloc>”的引用
      with
      [
            _Elem=char,
            _Traits=std::char_traits<char>,
            _Alloc=std::allocator<char>
      ]


D:\projects\OSG\OpenSceneGraph-3.0.1\include\osg/State(2477) : error C2784: “bool std:perator <(const std::deque<_Ty,_Alloc> &,const std::deque<_Ty,_Alloc> &)”: 无法从“重载函数类型”为“const std::deque<_Ty,_Alloc> &”推导 <未知> 参数
      D:\software\VS 2008\VC\include\deque(1349) : 参见“std:perator <”的声明


C:\Users\WFC\Desktop\4--17\src\vpb\SpatialProperties.cpp(121) : error C2784: “bool std:perator ==(const std::vector<_Ty,_Alloc> &,const std::vector<_Ty,_Alloc> &)”: 无法从“重载函数类型”为“const std::vector<_Ty,_Alloc> &”推导 <未知> 参数
      D:\software\VS 2008\VC\include\vector(1305) : 参见“std:perator ==”的声明



基本上就是这种的错误!没找到解决方法啊
页: [1]
查看完整版本: vs2008 编译 vpb出错