DCOracle2 and header files ??

Dave Harrison dave at nullcube.com
Sat Mar 13 19:21:47 EST 2004


Hi All,

Im trying to use the DCOracle2 library but I've never worked with Oracle
before, yet have to investigate the effort involved in porting a
database we have to it.

When I try running a `make` in the DCOracle2 dir having set the env
variables correctly I get the following error :

make || ./builderrors)
make[1]: Entering directory `/root/DCOracle2/src'
gcc -fPIC -DNDEBUG -O2 -g -pipe -march=i386 -mcpu=i686 -D_GNU_SOURCE -fPIC -I/usr/include/python2.2 -I/usr/include/python2.2 -DHAVE_CONFIG_H   -I/u01/app/oracle/or_home/rdbms/demo -I/u01/app/oracle/or_home/network/public -I/u01/app/oracle/or_home/plsql/public -I/u01/app/oracle/or_home/rdbms/public -DORACLE9i -DUSEOWNXID -c ././dco2.c -o ./dco2.o
dco2.c: In function `Cursor_bind':
dco2.c:3275: error: `dword' undeclared (first use in this function)
dco2.c:3275: error: (Each undeclared identifier is reported only once
dco2.c:3275: error: for each function it appears in.)
dco2.c:3275: error: syntax error before ')' token
dco2.c:3277: error: syntax error before ')' token
dco2.c:3294: error: syntax error before ')' token
make[1]: *** [dco2.o] Error 1
make[1]: Leaving directory `/root/DCOracle2/src'

Ive looked in the /u01/app/oracle/or_home/rdbms/demo dir to check for
the header files that should be there, but they arent.  Does anyone know
how I am supposed to install the header files ?? or if this is a problem
that has another solution ??

Im no longer subscribed to the python-list mailling list, so if you
could reply directly I would appreciate it.

Thanks in advance
Dave

-- 
Dave Harrison
Nullcube
dave at nullcube.com
http://www.nullcube.com




More information about the Python-list mailing list