[cx-oracle-users] Building cx_Oracle on Ubuntu 9.04 - Problems
Brought to you by:
atuining
From: Piotr S. <sob...@gm...> - 2010-05-02 21:53:22
|
I have a problem with building cx_Oracle (5.0 and 5.0.3) on Ubuntu 9.04. When I run python setup.py build I get warnings: root@sq2wkj-desktop:~/cx_Oracle-5.0.3# python setup.py build running build running build_ext building 'cx_Oracle' extension creating build/temp.linux-i686-2.6-11g gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/opt/oracle/instantclient/include -I/usr/include/python2.6 -c cx_Oracle.c -o build/temp.linux-i686-2.6-11g/cx_Oracle.o -DBUILD_VERSION=5.0.3 In file included from /opt/oracle/instantclient/include/oci.h:3024, from cx_Oracle.c:10: /opt/oracle/instantclient/include/ociap.h:10788: warning: function declaration isn't a prototype /opt/oracle/instantclient/include/ociap.h:10794: warning: function declaration isn't a prototype creating build/lib.linux-i686-2.6-11g gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.6-11g/cx_Oracle.o -L/opt/oracle/instantclient/lib -L/opt/oracle/instantclient -lclntsh -o build/lib.linux-i686-2.6-11g/cx_Oracle.so I have installed instanclient oracle BASIC and instantclient oracle SDK. What I have to do to solve this warnings???? Thank for help. Sorry for my English :) Best Regards Peter |