hi,
I have a program writing with OCI. Now I need to build the EXE file.
According to the "demo_rdbms.mk" file , I use the folloewing command :
/usr/ccs/bin/make -f demo_rdbms.mk build OBJS=myprog.o EXE=myprog
but it gives me a lot of errors and warnings, such as the following:
/u01/app/oracle/product/8.1.5/bin/echodo
/usr/ucb/cc -c -I/u01/app/oracle/produc
/usr/ucb/cc -c -I/u01/app/oracle/product/8.1.5/rdbms/demo -I/u01/app/oracle/
proc
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 71: warning:
signedC
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 71: undefined or
nod
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 71: warning:
"typedn
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 71: parameter
not i1
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 90: warning:
only "s
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 91: warning:
only "s
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 91: syntax error
bet
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 91: parameter
not i2
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 110: warning:
only s
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 111: warning:
only s
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 111: invalid
type cn
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 134: warning:
only s
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 142: warning:
only s
"/u01/app/oracle/product/8.1.5/rdbms/demo/oratypes.h", line 152: warning:
only s
Why? and how to do ? Please .
Received on Fri Apr 21 2000 - 00:00:00 CDT