- 论坛徽章:
- 0
|
程序已经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. |
|