免费注册 查看新帖 |

Chinaunix

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

pro*c 编译出现下面的错误,请高人帮忙啊 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-11-28 19:52 |只看该作者 |倒序浏览
编写的pc文件包含下面几个头文件:
EXEC SQL include "malloc.h";
EXEC SQL include "string.h";
EXEC SQL include "atmi.h";
EXEC SQL include sqlca;
EXEC SQL include oraca;

但是编译的时候出现下面的一堆错误
proc -DQLSQLCA def_sqlcode=true iname=srm_opt_adm lines=true parse=full include=/home/linux/def include=/home/tuxedo/tuxedo/include include=/usr/include/linux include=/usr/include include=/home/oracle/product/9.2.0/precomp/public

Pro*C/C++: Release 9.2.0.4.0 - Production on Sat Oct 28 18:44:02 2006

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

System default option values taken from: /home/oracle/product/9.2.0/precomp/admin/pcscfg.cfg

Syntax error at line 118, column 50, file /usr/include/malloc.h:
Error at line 118, column 50 in file /usr/include/malloc.h
extern __malloc_ptr_t malloc __MALLOC_P ((size_t __size)) __attribute_malloc__;
.................................................1
PCC-S-02201, Encountered the symbol "__size" when expecting one of the following
:

   , )
The symbol "," was substituted for "__size" to continue.

Syntax error at line 121, column 50, file /usr/include/malloc.h:
Error at line 121, column 50 in file /usr/include/malloc.h
extern __malloc_ptr_t calloc __MALLOC_P ((size_t __nmemb, size_t __size))
.................................................1
PCC-S-02201, Encountered the symbol "__nmemb" when expecting one of the followin
g:

   , )

Error at line 53, column 11 in file /usr/include/libio.h
# include <stdarg.h>
..........1
PCC-S-02015, unable to open include file
Syntax error at line 0, column 0, file srm_opt_adm.pc:
Error at line 0, column 0 in file srm_opt_adm.pc
PCC-S-02201, Encountered the symbol "<eof>" when expecting one of the following:

   ; : an identifier, end-exec, random_terminal

Error at line 0, column 0 in file srm_opt_adm.pc
PCC-F-02102, Fatal error while doing C preprocessing
make: *** [srm_opt_adm.o] Error 1

搞了一个星期了,还是搞不定,使用gcc编译的时候就一点问题没有,使用proc就有问题,在网上找了好多资料也没说明白,请高人帮忙了啊

论坛徽章:
5
荣誉会员
日期:2011-11-23 16:44:17CU大牛徽章
日期:2013-09-18 15:15:15CU大牛徽章
日期:2013-09-18 15:15:45未羊
日期:2014-02-25 14:37:19射手座
日期:2014-12-26 22:55:37
2 [报告]
发表于 2006-11-28 21:12 |只看该作者
stdarg.h没有?

论坛徽章:
0
3 [报告]
发表于 2006-11-29 08:58 |只看该作者
原帖由 bosi_cat 于 2006-11-28 19:52 发表
EXEC SQL include "malloc.h";
EXEC SQL include "string.h";
EXEC SQL include "atmi.h";


#include <malloc.h>
#include <string.h>
#include <atmi.h>
不知这样行不行

论坛徽章:
62
2016科比退役纪念章
日期:2016-06-28 17:45:06奥兰多魔术
日期:2015-05-04 22:47:40菠菜神灯
日期:2015-05-04 22:35:07菠菜神灯
日期:2015-05-04 22:35:02NBA季后赛大富翁
日期:2015-05-04 22:33:34NBA常规赛纪念章
日期:2015-05-04 22:32:032015年亚洲杯纪念徽章
日期:2015-04-14 16:54:452015年亚洲杯之朝鲜
日期:2015-03-19 23:03:16明尼苏达森林狼
日期:2015-03-16 21:51:152015小元宵徽章
日期:2015-03-06 15:57:202015年迎新春徽章
日期:2015-03-04 09:55:282015年辞旧岁徽章
日期:2015-03-03 16:54:15
4 [报告]
发表于 2006-11-29 14:37 |只看该作者
标准库直接include就可以

没有完整的程序吗?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP