免费注册 查看新帖 |

Chinaunix

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

[C++] teradata编译一直报error_t声明冲突 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2013-01-18 10:07 |只看该作者 |倒序浏览
程序如下:
  1. #include <errno.h>

  2. #include <coptypes.h>      
  3. #include <coperr.h>
  4. #include <dbcarea.h>
  5. #include <parcel.h>

  6. int main()
  7. {
  8.         return 0;
  9. }
复制代码
机器:Linux localhost.localdomain 2.6.18-194.el5xen #1 SMP Tue Mar 16 22:01:26 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux


编译一直报下面错误:
[aig5@localhost test]$ g++ -c Main.cpp
/usr/include/coptypes.h:200: 错误:相互冲突的声明 ‘typedef struct err_code error_t’
/usr/include/errno.h:69: 错误:‘error_t’ 早先被声明为 ‘typedef int error_t’


尝试:
1)我也查了coptypes.h第200行,确实也定义了一个error_t

#ifndef NO_CLIV2_ERROR_T              /* DR96357 */
/* DR55267: type changed to UInt32 */
typedef  struct  err_code
{
    UInt32      e_class;
    UInt32      e_reason;
    UInt32      e_syst;
} error_t, *errpt_t;
#endif

2)编译选项改成下面这样子,也报错。
[aig5@localhost test]$ g++ -c -DNO_CLIV2_ERROR_T Main.cpp
/usr/include/dbcarea.h:1093: 错误:‘errpt_t’ 未声明

3)如果把Main.cpp改成Main.c又能编译通过(gcc -c Main.c)

4)如果把程序Main.cpp放到32位机子上,也能编译通过。

有谁也碰到,我这种情况吗,谢谢啊。

论坛徽章:
0
2 [报告]
发表于 2013-01-28 10:48 |只看该作者
哪位大哥能否帮忙看下。困扰好几天了。谢谢啊。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP