免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 5986 | 回复: 8
打印 上一主题 下一主题

[函数] vc编译后显示库函数有错误 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-09-19 17:30 |只看该作者 |倒序浏览
e:\stl\stl_list.h(41) : error C2143: syntax error : missing ';' before ''template<''
e:\stl\stl_list.h(41) : error C2501: '__STL_BEGIN_NAMESPACE' : missing storage-class or type specifiers
e:\stl\stl_list.h(55) : error C2146: syntax error : missing ';' before identifier 'iterator_category'
        e:\stl\stl_list.h(95) : see reference to class template instantiation '_List_iterator<_Tp,_Ref,_Ptr>' being compiled
e:\stl\stl_list.h(55) : error C2501: 'iterator_category' : missing storage-class or type specifiers
        e:\stl\stl_list.h(95) : see reference to class template instantiation '_List_iterator<_Tp,_Ref,_Ptr>' being compiled
e:\stl\stl_list.h(101) : error C2146: syntax error : missing ';' before identifier 'iterator_category'
e:\stl\stl_list.h(101) : error C2433: 'bidirectional_iterator_tag' : 'inline' not permitted on data declarations
e:\stl\stl_list.h(101) : error C2501: 'bidirectional_iterator_tag' : missing storage-class or type specifiers
e:\stl\stl_list.h(101) : error C2059: syntax error : ';'
e:\stl\stl_list.h(101) : error C2065: '_Tp' : undeclared identifier
e:\stl\stl_list.h(101) : error C2065: '_Ref' : undeclared identifier
e:\stl\stl_list.h(101) : error C2065: '_Ptr' : undeclared identifier
e:\stl\stl_list.h(106) : error C2954: template definitions cannot nest
e:\stl\stl_list.h(221) : error C2143: syntax error : missing ';' before '<'
        e:\stl\stl_list.h(227) : see reference to class template instantiation '_List_base<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(221) : error C2059: syntax error : '<'
        e:\stl\stl_list.h(227) : see reference to class template instantiation '_List_base<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(221) : error C2238: unexpected token(s) preceding ';'
        e:\stl\stl_list.h(227) : see reference to class template instantiation '_List_base<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(273) : error C2143: syntax error : missing ';' before '<'
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(273) : error C2059: syntax error : '<'
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(275) : error C2238: unexpected token(s) preceding ';'
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(276) : error C2059: syntax error : '<'
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(27 : error C2238: unexpected token(s) preceding ';'
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(31 : error C2146: syntax error : missing ';' before identifier 'rbegin'
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(31 : error C2501: 'reverse_iterator' : missing storage-class or type specifiers
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(319) : warning C4183: 'rbegin': member function definition looks like a ctor, but name does not match enclosing class
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(320) : error C2146: syntax error : missing ';' before identifier 'rbegin'
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(320) : error C2501: 'const_reverse_iterator' : missing storage-class or type specifiers
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(321) : warning C4183: 'rbegin': member function definition looks like a ctor, but name does not match enclosing class
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(323) : error C2146: syntax error : missing ';' before identifier 'rend'
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(323) : error C2501: 'reverse_iterator' : missing storage-class or type specifiers
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(324) : warning C4183: 'rend': member function definition looks like a ctor, but name does not match enclosing class
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(325) : error C2146: syntax error : missing ';' before identifier 'rend'
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled
e:\stl\stl_list.h(325) : error C2501: 'const_reverse_iterator' : missing storage-class or type specifiers
        e:\stl\stl_list.h(514) : see reference to class template instantiation 'list<_Tp,_Alloc>' being compiled


麻烦大家给看一下哈,多数都是stl里面的错误,是不是哪调用出了毛病啊

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
2 [报告]
发表于 2007-09-19 17:40 |只看该作者
这是vc自带的stl库么?

论坛徽章:
0
3 [报告]
发表于 2007-09-19 17:56 |只看该作者
vc6? vs2005?...

论坛徽章:
0
4 [报告]
发表于 2007-09-19 20:10 |只看该作者
封帖前留名

论坛徽章:
0
5 [报告]
发表于 2007-09-20 10:08 |只看该作者
这个不是vc自带的库

论坛徽章:
0
6 [报告]
发表于 2007-09-20 10:11 |只看该作者
呵呵 是sgi的stl

论坛徽章:
0
7 [报告]
发表于 2007-09-20 18:27 |只看该作者
对,就是sgi的库,请问大家知道是哪出的毛病吗

论坛徽章:
27
处女座
日期:2016-04-18 14:00:4515-16赛季CBA联赛之福建
日期:2023-03-31 15:54:2315-16赛季CBA联赛之深圳
日期:2020-06-02 10:10:5015-16赛季CBA联赛之广夏
日期:2019-07-23 16:59:452016科比退役纪念章
日期:2019-06-26 16:59:1315-16赛季CBA联赛之天津
日期:2019-05-28 14:25:1915-16赛季CBA联赛之青岛
日期:2019-05-16 10:14:082016科比退役纪念章
日期:2019-01-11 14:44:062016科比退役纪念章
日期:2018-07-18 16:17:4015-16赛季CBA联赛之上海
日期:2017-08-22 18:18:5515-16赛季CBA联赛之江苏
日期:2017-08-04 17:00:4715-16赛季CBA联赛之佛山
日期:2017-02-20 18:21:13
8 [报告]
发表于 2007-09-20 21:37 |只看该作者
SGI???

OpenGL???

论坛徽章:
0
9 [报告]
发表于 2007-09-20 21:41 |只看该作者
原帖由 xiaoninger 于 2007-9-20 18:27 发表
对,就是sgi的库,请问大家知道是哪出的毛病吗

我没有在vc上装过sgi stl,是不是有些宏需要预定义的?
参考一下安装手册
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP