免费注册 查看新帖 |

Chinaunix

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

[pro c] aix6.1+oracle 10g compiler 环境设定问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-01-21 15:43 |只看该作者 |倒序浏览
程序已经include netinet/in.h, netdb.h, 我想应该是环境设定上的问题? 是不是跟pcscfg.cfg的设定有关? 急于请教, 谢谢!!

$ testora.mak
        proc /orapg/test.pc  SYS_INCLUDE=/usr/include  INCLUDE=/orapg/include  INCLUDE=/oracle/database/product/10.2.0/precomp/public  oname=/orapg/test.c

Pro*C/C++: Release 10.2.0.1.0 - Production on Fri Jan 21 15:25:21 2011

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

System default option values taken from: /oracle/database/product/10.2.0/precomp/admin/pcscfg.cfg

erase /orapg/test.lis
"/orapg/test.c", line 160.8: 1506-007 (S) "struct sockaddr_in" is undefined.
"/orapg/test.c", line 165.13: 1506-045 (S) Undeclared identifier h_errno.
"/orapg/test.c", line 170.23: 1506-285 (S) The indirection operator cannot be applied to a pointer to an incomplete struct or union.
"/orapg/test.c", line 170.48: 1506-285 (S) The indirection operator cannot be applied to a pointer to an incomplete struct or union.

Compile /orapg/test failed
make: The error code from the last command is 1.
(continuing)
Target "all" did not make because of errors.

论坛徽章:
0
2 [报告]
发表于 2011-01-21 15:57 |只看该作者
INCLUDE=/orapg/include  INCLUDE=/oracle/database/product/10.2.0/precomp/public  
??

论坛徽章:
0
3 [报告]
发表于 2011-01-21 16:10 |只看该作者
谢谢rain_fish, 但pcscfg.cfg己改为:
sys_include=(/usr/include)
sys_include=(/orapg/include)
sys_include=(/oracle/database/product/10.2.0/precomp/public)
ltype=short
define=__64BIT__
define=_IBM_C
define=_LONG_LONG

还是不行

论坛徽章:
0
4 [报告]
发表于 2011-01-21 16:21 |只看该作者
应该是:
sys_include=(/usr/include)
sys_include=sys_include+(/orapg/include)
sys_include=sys_include+(/oracle/database/product/10.2.0/precomp/public)

论坛徽章:
0
5 [报告]
发表于 2011-01-21 16:40 |只看该作者
已修正如上 , 还是compiler fail XD

论坛徽章:
0
6 [报告]
发表于 2011-01-21 17:57 |只看该作者
已经知道问题在哪了, 原来compiler多了-D_XOPEN_SOURCE, 拿掉就行了, 至于当时为啥compiler会多了"-D_XOPEN_SOURCE", 已经忘了为什么了  XD
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP