-
-
Save dmvianna/e477f8de7996e04a8569 to your computer and use it in GitHub Desktop.
error log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Downloading/unpacking cx-Oracle | |
Running setup.py (path:/home/me/.virtualenv/project/build/cx-Oracle/setup.py) egg_info for package cx-Oracle | |
Installing collected packages: cx-Oracle | |
Running setup.py install for cx-Oracle | |
building 'cx_Oracle' extension | |
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/lib/oracle/11.2/client64/rdbms/public -I/opt/here/python27/root/usr/include/python2.7 -c cx_Oracle.c -o build/temp.linux-x86_64-2.7-11g/cx_Oracle.o -DBUILD_VERSION=5.1.3 | |
cx_Oracle.c:10:17: error: oci.h: No such file or directory | |
cx_Oracle.c:11:18: error: orid.h: No such file or directory | |
cx_Oracle.c:12:16: error: xa.h: No such file or directory | |
cx_Oracle.c:27:2: error: #error Unsupported version of OCI. | |
In file included from cx_Oracle.c:202: | |
Environment.c:11: error: expected specifier-qualifier-list before ‘OCIEnv’ | |
Environment.c:34: error: expected declaration specifiers or ‘...’ before ‘sword’ | |
In file included from Environment.c:64, | |
from cx_Oracle.c:202: | |
Error.c:11: error: expected specifier-qualifier-list before ‘sb4’ | |
Error.c:29: error: ‘udt_Error’ has no member named ‘code’ | |
Error.c:30: error: ‘udt_Error’ has no member named ‘offset’ | |
Error.c:31: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:32: error: ‘udt_Error’ has no member named ‘context’ | |
Error.c: In function ‘Error_New’: | |
Error.c:85: error: ‘ub4’ undeclared (first use in this function) | |
Error.c:85: error: (Each undeclared identifier is reported only once | |
Error.c:85: error: for each function it appears in.) | |
Error.c:85: warning: statement with no effect | |
Error.c:85: error: expected ‘;’ before ‘handleType’ | |
Error.c:86: error: ‘dvoid’ undeclared (first use in this function) | |
Error.c:86: error: ‘handle’ undeclared (first use in this function) | |
Error.c:86: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Error.c:86: warning: statement with no effect | |
Error.c:87: error: ‘sword’ undeclared (first use in this function) | |
Error.c:87: warning: statement with no effect | |
Error.c:87: error: expected ‘;’ before ‘status’ | |
Error.c:95: error: ‘udt_Error’ has no member named ‘context’ | |
Error.c:95: warning: statement with no effect | |
Error.c:97: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Error.c:98: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Error.c:98: warning: statement with no effect | |
Error.c:99: error: ‘handleType’ undeclared (first use in this function) | |
Error.c:99: error: ‘OCI_HTYPE_ERROR’ undeclared (first use in this function) | |
Error.c:99: warning: statement with no effect | |
Error.c:101: error: ‘udt_Environment’ has no member named ‘handle’ | |
Error.c:101: warning: statement with no effect | |
Error.c:102: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Error.c:102: warning: statement with no effect | |
Error.c:104: error: ‘status’ undeclared (first use in this function) | |
Error.c:104: warning: implicit declaration of function ‘OCIErrorGet’ | |
Error.c:104: error: ‘udt_Error’ has no member named ‘code’ | |
Error.c:105: warning: statement with no effect | |
Error.c:106: error: ‘OCI_SUCCESS’ undeclared (first use in this function) | |
Error.c:112: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:112: warning: statement with no effect | |
Error.c:118: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c: In function ‘Error_Free’: | |
Error.c:135: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:135: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:135: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:135: warning: statement with no effect | |
Error.c: In function ‘Error_Str’: | |
Error.c:147: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:148: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:149: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:149: warning: return from incompatible pointer type | |
In file included from cx_Oracle.c:202: | |
Environment.c: At top level: | |
Environment.c:72: error: expected ‘)’ before ‘*’ token | |
Environment.c:111: error: expected declaration specifiers or ‘...’ before ‘ub2’ | |
Environment.c: In function ‘Environment_GetCharacterSetName’: | |
Environment.c:115: error: ‘OCI_NLS_MAXBUFSZ’ undeclared (first use in this function) | |
Environment.c:116: error: ‘ub2’ undeclared (first use in this function) | |
Environment.c:116: warning: statement with no effect | |
Environment.c:116: error: expected ‘;’ before ‘charsetId’ | |
Environment.c:117: error: ‘sword’ undeclared (first use in this function) | |
Environment.c:117: warning: statement with no effect | |
Environment.c:117: error: expected ‘;’ before ‘status’ | |
Environment.c:129: error: ‘status’ undeclared (first use in this function) | |
Environment.c:129: warning: implicit declaration of function ‘OCIAttrGet’ | |
Environment.c:129: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:129: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Environment.c:129: error: ‘charsetId’ undeclared (first use in this function) | |
Environment.c:130: error: ‘attribute’ undeclared (first use in this function) | |
Environment.c:130: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Environment.c:130: warning: statement with no effect | |
Environment.c:132: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:34: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:132: error: too many arguments to function ‘Environment_CheckForError’ | |
Environment.c:136: warning: implicit declaration of function ‘OCINlsCharSetIdToName’ | |
Environment.c:136: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:136: error: ‘text’ undeclared (first use in this function) | |
Environment.c:136: error: expected expression before ‘)’ token | |
Environment.c:136: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Environment.c:137: warning: statement with no effect | |
Environment.c:139: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:34: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:139: error: too many arguments to function ‘Environment_CheckForError’ | |
Environment.c:143: warning: implicit declaration of function ‘OCINlsNameMap’ | |
Environment.c:143: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:143: error: ‘oratext’ undeclared (first use in this function) | |
Environment.c:143: error: expected expression before ‘)’ token | |
Environment.c:143: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Environment.c:144: warning: statement with no effect | |
Environment.c:146: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:34: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:146: error: too many arguments to function ‘Environment_CheckForError’ | |
Environment.c:150: warning: passing argument 1 of ‘strlen’ from incompatible pointer type | |
/usr/include/string.h:399: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:153: warning: passing argument 2 of ‘strcpy’ from incompatible pointer type | |
/usr/include/bits/string3.h:103: note: expected ‘const char * __restrict__’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:115: warning: unused variable ‘ianaCharsetName’ | |
Environment.c:115: warning: unused variable ‘charsetName’ | |
Environment.c: In function ‘Environment_NewFromScratch’: | |
Environment.c:191: error: ‘OCIEnv’ undeclared (first use in this function) | |
Environment.c:191: error: ‘handle’ undeclared (first use in this function) | |
Environment.c:191: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Environment.c:191: warning: statement with no effect | |
Environment.c:192: error: ‘sword’ undeclared (first use in this function) | |
Environment.c:192: warning: statement with no effect | |
Environment.c:192: error: expected ‘;’ before ‘status’ | |
Environment.c:193: error: ‘ub4’ undeclared (first use in this function) | |
Environment.c:193: warning: statement with no effect | |
Environment.c:193: error: expected ‘;’ before ‘mode’ | |
Environment.c:196: error: ‘mode’ undeclared (first use in this function) | |
Environment.c:196: error: ‘OCI_OBJECT’ undeclared (first use in this function) | |
Environment.c:196: warning: statement with no effect | |
Environment.c:198: error: ‘OCI_THREADED’ undeclared (first use in this function) | |
Environment.c:198: warning: statement with no effect | |
Environment.c:205: error: ‘status’ undeclared (first use in this function) | |
Environment.c:205: warning: implicit declaration of function ‘OCIEnvNlsCreate’ | |
Environment.c:206: warning: statement with no effect | |
Environment.c:208: error: ‘OCI_SUCCESS’ undeclared (first use in this function) | |
Environment.c:208: error: ‘OCI_SUCCESS_WITH_INFO’ undeclared (first use in this function) | |
Environment.c:215: warning: implicit declaration of function ‘Environment_New’ | |
Environment.c:215: warning: assignment makes pointer from integer without a cast | |
Environment.c:217: warning: implicit declaration of function ‘OCIHandleFree’ | |
Environment.c:217: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Environment.c:222: warning: implicit declaration of function ‘OCINlsNumericInfoGet’ | |
Environment.c:222: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:222: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Environment.c:223: error: ‘udt_Environment’ has no member named ‘maxBytesPerCharacter’ | |
Environment.c:223: error: ‘OCI_NLS_CHARSET_MAXBYTESZ’ undeclared (first use in this function) | |
Environment.c:223: warning: statement with no effect | |
Environment.c:225: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:34: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:225: error: too many arguments to function ‘Environment_CheckForError’ | |
Environment.c:229: error: ‘udt_Environment’ has no member named ‘maxStringBytes’ | |
Environment.c:229: error: ‘udt_Environment’ has no member named ‘maxBytesPerCharacter’ | |
Environment.c:229: error: invalid operands to binary * (have ‘int’ and ‘struct PyMemberDef *’) | |
Environment.c:229: warning: statement with no effect | |
Environment.c:232: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:232: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Environment.c:233: error: ‘udt_Environment’ has no member named ‘fixedWidth’ | |
Environment.c:233: error: ‘OCI_NLS_CHARSET_FIXEDWIDTH’ undeclared (first use in this function) | |
Environment.c:233: warning: statement with no effect | |
Environment.c:235: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:34: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:235: error: too many arguments to function ‘Environment_CheckForError’ | |
Environment.c:241: error: ‘OCI_ATTR_ENV_CHARSET_ID’ undeclared (first use in this function) | |
Environment.c:242: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:242: warning: passing argument 2 of ‘Environment_GetCharacterSetName’ from incompatible pointer type | |
Environment.c:109: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:242: warning: passing argument 3 of ‘Environment_GetCharacterSetName’ from incompatible pointer type | |
Environment.c:109: note: expected ‘char **’ but argument is of type ‘char *’ | |
Environment.c:242: error: too many arguments to function ‘Environment_GetCharacterSetName’ | |
Environment.c:244: error: ‘OCI_ATTR_ENV_NCHARSET_ID’ undeclared (first use in this function) | |
Environment.c:245: error: ‘udt_Environment’ has no member named ‘nencoding’ | |
Environment.c:245: warning: passing argument 2 of ‘Environment_GetCharacterSetName’ from incompatible pointer type | |
Environment.c:109: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:245: warning: passing argument 3 of ‘Environment_GetCharacterSetName’ from incompatible pointer type | |
Environment.c:109: note: expected ‘char **’ but argument is of type ‘char *’ | |
Environment.c:245: error: too many arguments to function ‘Environment_GetCharacterSetName’ | |
Environment.c:249: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:250: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:250: warning: passing argument 1 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:250: warning: passing argument 3 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:252: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:254: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:254: warning: passing argument 1 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:254: warning: passing argument 3 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:256: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:257: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:257: warning: passing argument 1 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:257: warning: passing argument 3 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c: In function ‘Environment_Clone’: | |
Environment.c:274: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:274: warning: assignment makes pointer from integer without a cast | |
Environment.c:277: error: ‘udt_Environment’ has no member named ‘maxBytesPerCharacter’ | |
Environment.c:277: error: ‘udt_Environment’ has no member named ‘maxBytesPerCharacter’ | |
Environment.c:277: warning: statement with no effect | |
Environment.c:278: error: ‘udt_Environment’ has no member named ‘maxStringBytes’ | |
Environment.c:278: error: ‘udt_Environment’ has no member named ‘maxStringBytes’ | |
Environment.c:278: warning: statement with no effect | |
Environment.c:279: error: ‘udt_Environment’ has no member named ‘fixedWidth’ | |
Environment.c:279: error: ‘udt_Environment’ has no member named ‘fixedWidth’ | |
Environment.c:279: warning: statement with no effect | |
Environment.c:281: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:281: warning: statement with no effect | |
Environment.c:282: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:282: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:282: warning: statement with no effect | |
Environment.c:283: error: ‘udt_Environment’ has no member named ‘nencoding’ | |
Environment.c:283: error: ‘udt_Environment’ has no member named ‘nencoding’ | |
Environment.c:283: warning: statement with no effect | |
Environment.c:284: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:285: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:285: warning: passing argument 1 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:285: warning: passing argument 2 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:286: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:287: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:287: warning: passing argument 1 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:287: warning: passing argument 2 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:288: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:289: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:289: warning: passing argument 1 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:289: warning: passing argument 2 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c: In function ‘Environment_Free’: | |
Environment.c:302: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Environment.c:303: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Environment.c:303: error: ‘OCI_HTYPE_ERROR’ undeclared (first use in this function) | |
Environment.c:304: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:304: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:305: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:305: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Environment.c:306: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:307: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:308: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:309: error: ‘udt_Environment’ has no member named ‘nencoding’ | |
Environment.c:310: error: ‘udt_Environment’ has no member named ‘nencoding’ | |
Environment.c:312: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:312: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:312: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:312: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:312: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:312: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:312: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:312: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:313: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:313: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:313: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:313: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:313: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:313: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:313: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:313: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:314: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:314: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:314: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:314: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:314: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:314: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:314: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:314: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:315: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:315: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:315: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:315: warning: statement with no effect | |
Environment.c: In function ‘Environment_RaiseError’: | |
Environment.c:335: error: ‘udt_Error’ has no member named ‘code’ | |
Environment.c: At top level: | |
Environment.c:388: error: expected declaration specifiers or ‘...’ before ‘sword’ | |
Environment.c: In function ‘Environment_CheckForError’: | |
Environment.c:393: error: ‘status’ undeclared (first use in this function) | |
Environment.c:393: error: ‘OCI_SUCCESS’ undeclared (first use in this function) | |
Environment.c:393: error: ‘OCI_SUCCESS_WITH_INFO’ undeclared (first use in this function) | |
Environment.c:394: error: ‘OCI_INVALID_HANDLE’ undeclared (first use in this function) | |
Environment.c:399: error: ‘udt_Error’ has no member named ‘code’ | |
Environment.c:399: warning: statement with no effect | |
Environment.c:400: error: ‘udt_Error’ has no member named ‘message’ | |
Environment.c:400: warning: statement with no effect | |
Environment.c:401: error: ‘udt_Error’ has no member named ‘message’ | |
In file included from cx_Oracle.c:203: | |
SessionPool.c: At top level: | |
SessionPool.c:11: error: expected specifier-qualifier-list before ‘OCISPool’ | |
SessionPool.c:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc_OpenAttribute’ | |
SessionPool.c:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc_BusyAttribute’ | |
SessionPool.c:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc_TimeoutAttribute’ | |
SessionPool.c:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc_GetModeAttribute’ | |
SessionPool.c:42: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
SessionPool.c:43: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
SessionPool.c:62: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:62: error: initializer element is not constant | |
SessionPool.c:62: error: (near initialization for ‘g_SessionPoolMembers[0].offset’) | |
SessionPool.c:63: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:63: error: initializer element is not constant | |
SessionPool.c:63: error: (near initialization for ‘g_SessionPoolMembers[1].offset’) | |
SessionPool.c:64: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:64: error: initializer element is not constant | |
SessionPool.c:64: error: (near initialization for ‘g_SessionPoolMembers[2].offset’) | |
SessionPool.c:65: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:65: error: initializer element is not constant | |
SessionPool.c:65: error: (near initialization for ‘g_SessionPoolMembers[3].offset’) | |
SessionPool.c:66: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:66: error: initializer element is not constant | |
SessionPool.c:66: error: (near initialization for ‘g_SessionPoolMembers[4].offset’) | |
SessionPool.c:67: error: ‘udt_SessionPool’ has no member named ‘maxSessions’ | |
SessionPool.c:67: error: initializer element is not constant | |
SessionPool.c:67: error: (near initialization for ‘g_SessionPoolMembers[5].offset’) | |
SessionPool.c:68: error: ‘udt_SessionPool’ has no member named ‘minSessions’ | |
SessionPool.c:68: error: initializer element is not constant | |
SessionPool.c:68: error: (near initialization for ‘g_SessionPoolMembers[6].offset’) | |
SessionPool.c:69: error: ‘udt_SessionPool’ has no member named ‘sessionIncrement’ | |
SessionPool.c:69: error: initializer element is not constant | |
SessionPool.c:69: error: (near initialization for ‘g_SessionPoolMembers[7].offset’) | |
SessionPool.c:71: error: ‘udt_SessionPool’ has no member named ‘homogeneous’ | |
SessionPool.c:71: error: initializer element is not constant | |
SessionPool.c:71: error: (near initialization for ‘g_SessionPoolMembers[8].offset’) | |
SessionPool.c:80: error: ‘gc_OpenAttribute’ undeclared here (not in a function) | |
SessionPool.c:80: error: initializer element is not constant | |
SessionPool.c:80: error: (near initialization for ‘g_SessionPoolCalcMembers[0].closure’) | |
SessionPool.c:81: error: ‘gc_BusyAttribute’ undeclared here (not in a function) | |
SessionPool.c:81: error: initializer element is not constant | |
SessionPool.c:81: error: (near initialization for ‘g_SessionPoolCalcMembers[1].closure’) | |
SessionPool.c:83: error: ‘gc_TimeoutAttribute’ undeclared here (not in a function) | |
SessionPool.c:83: error: initializer element is not constant | |
SessionPool.c:83: error: (near initialization for ‘g_SessionPoolCalcMembers[2].closure’) | |
SessionPool.c:85: error: ‘gc_GetModeAttribute’ undeclared here (not in a function) | |
SessionPool.c:85: error: initializer element is not constant | |
SessionPool.c:85: error: (near initialization for ‘g_SessionPoolCalcMembers[3].closure’) | |
In file included from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Connection.c:11: error: expected specifier-qualifier-list before ‘OCISvcCtx’ | |
Connection.c:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc_ClientIdentifierAttribute’ | |
Connection.c:72: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
Connection.c:119: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:119: error: initializer element is not constant | |
Connection.c:119: error: (near initialization for ‘g_ConnectionMembers[0].offset’) | |
Connection.c:120: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:120: error: initializer element is not constant | |
Connection.c:120: error: (near initialization for ‘g_ConnectionMembers[1].offset’) | |
Connection.c:121: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:121: error: initializer element is not constant | |
Connection.c:121: error: (near initialization for ‘g_ConnectionMembers[2].offset’) | |
Connection.c:122: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:122: error: initializer element is not constant | |
Connection.c:122: error: (near initialization for ‘g_ConnectionMembers[3].offset’) | |
Connection.c:123: error: ‘udt_Connection’ has no member named ‘autocommit’ | |
Connection.c:123: error: initializer element is not constant | |
Connection.c:123: error: (near initialization for ‘g_ConnectionMembers[4].offset’) | |
Connection.c:125: error: ‘udt_Connection’ has no member named ‘inputTypeHandler’ | |
Connection.c:125: error: initializer element is not constant | |
Connection.c:125: error: (near initialization for ‘g_ConnectionMembers[5].offset’) | |
Connection.c:127: error: ‘udt_Connection’ has no member named ‘outputTypeHandler’ | |
Connection.c:127: error: initializer element is not constant | |
Connection.c:127: error: (near initialization for ‘g_ConnectionMembers[6].offset’) | |
Connection.c:150: error: ‘gc_ClientIdentifierAttribute’ undeclared here (not in a function) | |
Connection.c:150: error: initializer element is not constant | |
Connection.c:150: error: (near initialization for ‘g_ConnectionCalcMembers[5].closure’) | |
Connection.c: In function ‘Connection_IsConnected’: | |
Connection.c:216: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c: At top level: | |
Connection.c:233: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
Connection.c: In function ‘Connection_GetConnection’: | |
Connection.c:238: error: ‘OCIAuthInfo’ undeclared (first use in this function) | |
Connection.c:238: error: ‘authInfo’ undeclared (first use in this function) | |
Connection.c:238: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:238: warning: statement with no effect | |
Connection.c:240: error: ‘boolean’ undeclared (first use in this function) | |
Connection.c:240: warning: statement with no effect | |
Connection.c:240: error: expected ‘;’ before ‘found’ | |
Connection.c:241: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:241: warning: statement with no effect | |
Connection.c:241: error: expected ‘;’ before ‘status’ | |
Connection.c:242: error: ‘ub4’ undeclared (first use in this function) | |
Connection.c:242: warning: statement with no effect | |
Connection.c:242: error: expected ‘;’ before ‘mode’ | |
Connection.c:245: warning: statement with no effect | |
Connection.c:248: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
Connection.c:248: warning: assignment from incompatible pointer type | |
Connection.c:249: error: ‘udt_SessionPool’ has no member named ‘name’ | |
Connection.c:249: warning: assignment from incompatible pointer type | |
Connection.c:250: error: ‘mode’ undeclared (first use in this function) | |
Connection.c:250: error: ‘OCI_SESSGET_SPOOL’ undeclared (first use in this function) | |
Connection.c:250: warning: statement with no effect | |
Connection.c:251: error: ‘udt_SessionPool’ has no member named ‘homogeneous’ | |
Connection.c:251: error: ‘udt_SessionPool’ has no member named ‘username’ | |
Connection.c:251: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:252: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:253: error: ‘udt_SessionPool’ has no member named ‘username’ | |
Connection.c:253: warning: passing argument 1 of ‘PyObject_RichCompareBool’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/object.h:470: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:253: warning: passing argument 2 of ‘PyObject_RichCompareBool’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/object.h:470: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:256: error: ‘OCI_SESSGET_CREDPROXY’ undeclared (first use in this function) | |
Connection.c:256: error: invalid operands to binary | (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:256: warning: statement with no effect | |
Connection.c:259: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:259: warning: assignment from incompatible pointer type | |
Connection.c:260: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:260: warning: assignment from incompatible pointer type | |
Connection.c:261: error: ‘OCI_SESSGET_STMTCACHE’ undeclared (first use in this function) | |
Connection.c:261: warning: statement with no effect | |
Connection.c:268: error: ‘status’ undeclared (first use in this function) | |
Connection.c:268: warning: implicit declaration of function ‘OCIHandleAlloc’ | |
Connection.c:268: error: ‘udt_Environment’ has no member named ‘handle’ | |
Connection.c:268: error: ‘dvoid’ undeclared (first use in this function) | |
Connection.c:268: error: expected expression before ‘)’ token | |
Connection.c:268: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:269: warning: statement with no effect | |
Connection.c:271: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:271: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:276: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:277: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:277: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:277: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:277: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:281: warning: implicit declaration of function ‘OCIAttrSet’ | |
Connection.c:281: error: ‘OCI_HTYPE_AUTHINFO’ undeclared (first use in this function) | |
Connection.c:282: error: ‘text’ undeclared (first use in this function) | |
Connection.c:282: error: expected expression before ‘)’ token | |
Connection.c:282: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:283: warning: statement with no effect | |
Connection.c:285: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:285: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:293: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:294: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:294: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:294: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:294: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:299: error: expected expression before ‘)’ token | |
Connection.c:299: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:300: warning: statement with no effect | |
Connection.c:302: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:302: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:311: error: ‘OCI_SESSGET_CREDEXT’ undeclared (first use in this function) | |
Connection.c:311: warning: statement with no effect | |
Connection.c:344: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:344: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:344: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:347: warning: implicit declaration of function ‘OCISessionGet’ | |
Connection.c:347: error: ‘udt_Environment’ has no member named ‘handle’ | |
Connection.c:347: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Connection.c:348: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:348: error: expected expression before ‘)’ token | |
Connection.c:348: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:349: warning: statement with no effect | |
Connection.c:353: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:353: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:363: error: ‘udt_SessionPool’ has no member named ‘username’ | |
Connection.c:364: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:364: error: ‘udt_SessionPool’ has no member named ‘username’ | |
Connection.c:364: warning: statement with no effect | |
Connection.c:365: error: ‘udt_SessionPool’ has no member named ‘password’ | |
Connection.c:366: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:366: error: ‘udt_SessionPool’ has no member named ‘password’ | |
Connection.c:366: warning: statement with no effect | |
Connection.c:368: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
Connection.c:369: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:369: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
Connection.c:369: warning: statement with no effect | |
Connection.c:371: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
Connection.c:371: warning: statement with no effect | |
Connection.c:374: error: ‘udt_Connection’ has no member named ‘release’ | |
Connection.c:374: warning: statement with no effect | |
Connection.c: At top level: | |
Connection.c:427: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
Connection.c: In function ‘Connection_SetOCIAttr’: | |
Connection.c:429: error: ‘OCISession’ undeclared (first use in this function) | |
Connection.c:429: error: ‘sessionHandle’ undeclared (first use in this function) | |
Connection.c:429: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:429: warning: statement with no effect | |
Connection.c:431: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:431: warning: statement with no effect | |
Connection.c:431: error: expected ‘;’ before ‘status’ | |
Connection.c:444: error: ‘status’ undeclared (first use in this function) | |
Connection.c:444: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:444: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:445: error: ‘dvoid’ undeclared (first use in this function) | |
Connection.c:445: error: expected expression before ‘)’ token | |
Connection.c:445: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:446: warning: statement with no effect | |
Connection.c:447: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:448: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:448: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:448: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:452: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:452: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:452: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:454: error: ‘OCI_HTYPE_SESSION’ undeclared (first use in this function) | |
Connection.c:454: error: ‘text’ undeclared (first use in this function) | |
Connection.c:454: error: expected expression before ‘)’ token | |
Connection.c:454: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:455: warning: statement with no effect | |
Connection.c:457: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:458: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:458: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:458: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: At top level: | |
Connection.c:470: error: expected declaration specifiers or ‘...’ before ‘OCISvcCtx’ | |
Connection.c: In function ‘Connection_Attach’: | |
Connection.c:472: error: ‘OCISession’ undeclared (first use in this function) | |
Connection.c:472: error: ‘sessionHandle’ undeclared (first use in this function) | |
Connection.c:472: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:472: warning: statement with no effect | |
Connection.c:473: error: ‘OCIServer’ undeclared (first use in this function) | |
Connection.c:473: error: ‘serverHandle’ undeclared (first use in this function) | |
Connection.c:473: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:473: warning: statement with no effect | |
Connection.c:474: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:474: warning: statement with no effect | |
Connection.c:474: error: expected ‘;’ before ‘status’ | |
Connection.c:477: error: ‘status’ undeclared (first use in this function) | |
Connection.c:477: error: ‘handle’ undeclared (first use in this function) | |
Connection.c:477: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:477: error: ‘dvoid’ undeclared (first use in this function) | |
Connection.c:477: error: expected expression before ‘)’ token | |
Connection.c:477: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:478: warning: statement with no effect | |
Connection.c:479: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:480: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:480: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:480: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:484: error: expected expression before ‘)’ token | |
Connection.c:484: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:485: warning: statement with no effect | |
Connection.c:486: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:487: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:487: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:487: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:491: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:491: error: ‘PyGetSetDef’ has no member named ‘handle’ | |
Connection.c:492: error: expected expression before ‘)’ token | |
Connection.c:492: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:492: warning: statement with no effect | |
Connection.c:493: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:494: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:494: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:494: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:498: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:499: error: ‘OCI_ATTR_SERVER’ undeclared (first use in this function) | |
Connection.c:499: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:499: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:499: warning: statement with no effect | |
Connection.c:500: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:501: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:501: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:501: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:505: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:506: error: ‘OCI_ATTR_SESSION’ undeclared (first use in this function) | |
Connection.c:506: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:506: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:506: warning: statement with no effect | |
Connection.c:507: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:508: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:508: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:508: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:511: error: ‘udt_Connection’ has no member named ‘attached’ | |
Connection.c:511: warning: statement with no effect | |
Connection.c: In function ‘Connection_ChangePassword’: | |
Connection.c:526: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:526: warning: statement with no effect | |
Connection.c:526: error: expected ‘;’ before ‘status’ | |
Connection.c:528: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:529: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:529: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:529: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:529: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:532: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:532: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:532: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:537: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:537: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:537: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:545: error: ‘status’ undeclared (first use in this function) | |
Connection.c:545: warning: implicit declaration of function ‘OCIPasswordChange’ | |
Connection.c:545: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:545: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:545: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:546: error: ‘text’ undeclared (first use in this function) | |
Connection.c:546: error: expected expression before ‘)’ token | |
Connection.c:546: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:549: warning: statement with no effect | |
Connection.c:554: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:555: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:555: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:555: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:558: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:558: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:558: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:558: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:560: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:560: warning: statement with no effect | |
Connection.c: At top level: | |
Connection.c:594: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
Connection.c: In function ‘Connection_Connect’: | |
Connection.c:601: error: ‘ub4’ undeclared (first use in this function) | |
Connection.c:601: warning: statement with no effect | |
Connection.c:601: error: expected ‘;’ before ‘credentialType’ | |
Connection.c:603: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:603: warning: statement with no effect | |
Connection.c:603: error: expected ‘;’ before ‘status’ | |
Connection.c:606: error: ‘status’ undeclared (first use in this function) | |
Connection.c:606: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:606: error: ‘PyGetSetDef’ has no member named ‘handle’ | |
Connection.c:607: error: ‘dvoid’ undeclared (first use in this function) | |
Connection.c:607: error: expected expression before ‘)’ token | |
Connection.c:607: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:607: warning: statement with no effect | |
Connection.c:608: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:609: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:609: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:609: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:613: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:614: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:614: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:614: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:614: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:617: warning: implicit declaration of function ‘OCIServerAttach’ | |
Connection.c:617: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:618: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:618: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:618: error: ‘text’ undeclared (first use in this function) | |
Connection.c:618: error: expected expression before ‘)’ token | |
Connection.c:618: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:619: warning: statement with no effect | |
Connection.c:622: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:623: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:623: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:623: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:627: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:627: error: ‘PyGetSetDef’ has no member named ‘handle’ | |
Connection.c:628: error: expected expression before ‘)’ token | |
Connection.c:628: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:628: warning: statement with no effect | |
Connection.c:629: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:630: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:630: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:630: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:634: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:634: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:634: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:635: error: ‘OCI_ATTR_SERVER’ undeclared (first use in this function) | |
Connection.c:635: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:635: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:635: warning: statement with no effect | |
Connection.c:636: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:637: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:637: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:637: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:643: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:643: error: ‘OCI_HTYPE_SERVER’ undeclared (first use in this function) | |
Connection.c:644: error: expected expression before ‘)’ token | |
Connection.c:644: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:645: warning: statement with no effect | |
Connection.c:646: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:647: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:647: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:647: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:649: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:650: error: expected expression before ‘)’ token | |
Connection.c:650: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:651: warning: statement with no effect | |
Connection.c:652: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:653: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:653: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:653: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:658: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:658: error: ‘PyGetSetDef’ has no member named ‘handle’ | |
Connection.c:659: error: expected expression before ‘)’ token | |
Connection.c:659: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:659: warning: statement with no effect | |
Connection.c:660: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:661: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:661: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:661: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:665: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:666: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:666: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:666: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:666: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:669: error: ‘credentialType’ undeclared (first use in this function) | |
Connection.c:669: error: ‘OCI_CRED_RDBMS’ undeclared (first use in this function) | |
Connection.c:669: warning: statement with no effect | |
Connection.c:670: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:670: error: ‘OCI_HTYPE_SESSION’ undeclared (first use in this function) | |
Connection.c:671: error: expected expression before ‘)’ token | |
Connection.c:671: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:672: warning: statement with no effect | |
Connection.c:673: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:674: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:674: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:674: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:682: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:683: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:683: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:683: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:683: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:686: warning: statement with no effect | |
Connection.c:687: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:688: error: expected expression before ‘)’ token | |
Connection.c:688: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:689: warning: statement with no effect | |
Connection.c:690: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:691: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:691: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:691: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:709: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:710: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:710: error: ‘OCI_ATTR_SESSION’ undeclared (first use in this function) | |
Connection.c:711: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:711: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:711: warning: statement with no effect | |
Connection.c:712: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:713: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:713: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:713: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:760: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:760: warning: passing argument 2 of ‘Connection_ChangePassword’ from incompatible pointer type | |
Connection.c:520: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:764: warning: implicit declaration of function ‘OCISessionBegin’ | |
Connection.c:764: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:764: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:764: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:765: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:765: error: ‘mode’ undeclared (first use in this function) | |
Connection.c:765: warning: statement with no effect | |
Connection.c:767: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:768: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:768: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:768: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:769: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:769: warning: statement with no effect | |
In file included from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Cursor.c: At top level: | |
Cursor.c:11: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Cursor.c:107: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Cursor.c:107: error: initializer element is not constant | |
Cursor.c:107: error: (near initialization for ‘g_CursorMembers[0].offset’) | |
Cursor.c:108: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:108: error: initializer element is not constant | |
Cursor.c:108: error: (near initialization for ‘g_CursorMembers[1].offset’) | |
Cursor.c:109: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:109: error: initializer element is not constant | |
Cursor.c:109: error: (near initialization for ‘g_CursorMembers[2].offset’) | |
Cursor.c:110: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:110: error: initializer element is not constant | |
Cursor.c:110: error: (near initialization for ‘g_CursorMembers[3].offset’) | |
Cursor.c:111: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:111: error: initializer element is not constant | |
Cursor.c:111: error: (near initialization for ‘g_CursorMembers[4].offset’) | |
Cursor.c:112: error: ‘udt_Cursor’ has no member named ‘numbersAsStrings’ | |
Cursor.c:112: error: initializer element is not constant | |
Cursor.c:112: error: (near initialization for ‘g_CursorMembers[5].offset’) | |
Cursor.c:113: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:113: error: initializer element is not constant | |
Cursor.c:113: error: (near initialization for ‘g_CursorMembers[6].offset’) | |
Cursor.c:114: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:114: error: initializer element is not constant | |
Cursor.c:114: error: (near initialization for ‘g_CursorMembers[7].offset’) | |
Cursor.c:115: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:115: error: initializer element is not constant | |
Cursor.c:115: error: (near initialization for ‘g_CursorMembers[8].offset’) | |
Cursor.c:116: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Cursor.c:116: error: initializer element is not constant | |
Cursor.c:116: error: (near initialization for ‘g_CursorMembers[9].offset’) | |
Cursor.c:118: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Cursor.c:118: error: initializer element is not constant | |
Cursor.c:118: error: (near initialization for ‘g_CursorMembers[10].offset’) | |
Cursor.c: In function ‘Cursor_AllocateHandle’: | |
Cursor.c:189: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:189: warning: statement with no effect | |
Cursor.c:189: error: expected ‘;’ before ‘status’ | |
Cursor.c:191: error: ‘udt_Cursor’ has no member named ‘isOwned’ | |
Cursor.c:191: warning: statement with no effect | |
Cursor.c:192: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:192: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:192: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Cursor.c:193: error: ‘dvoid’ undeclared (first use in this function) | |
Cursor.c:193: error: expected expression before ‘)’ token | |
Cursor.c:193: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Cursor.c:193: warning: statement with no effect | |
Cursor.c:194: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:195: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:195: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:195: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c: In function ‘Cursor_FreeHandle’: | |
Cursor.c:210: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:210: warning: statement with no effect | |
Cursor.c:210: error: expected ‘;’ before ‘status’ | |
Cursor.c:212: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:213: error: ‘udt_Cursor’ has no member named ‘isOwned’ | |
Cursor.c:214: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:214: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:214: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:214: warning: statement with no effect | |
Cursor.c:216: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:216: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:216: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:216: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:218: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:218: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Cursor.c:219: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:220: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:220: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
Cursor.c:220: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:220: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:222: warning: implicit declaration of function ‘OCIStmtRelease’ | |
Cursor.c:222: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:223: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:223: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:223: error: ‘text’ undeclared (first use in this function) | |
Cursor.c:223: error: expected expression before ‘)’ token | |
Cursor.c:223: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:224: warning: statement with no effect | |
Cursor.c:227: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:227: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:227: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:227: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:230: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:230: warning: statement with no effect | |
In file included from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Variable.c: At top level: | |
Variable.c:32: error: expected specifier-qualifier-list before ‘OCIBind’ | |
Variable.c:42: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
Variable.c:48: error: expected declaration specifiers or ‘...’ before ‘*’ token | |
Variable.c:48: warning: type defaults to ‘int’ in declaration of ‘ub4’ | |
Variable.c:48: error: ‘ub4’ declared as function returning a function | |
Variable.c:63: error: expected specifier-qualifier-list before ‘GetBufferSizeProc’ | |
Variable.c:92: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:92: error: initializer element is not constant | |
Variable.c:92: error: (near initialization for ‘g_VariableMembers[0].offset’) | |
Variable.c:93: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:93: error: initializer element is not constant | |
Variable.c:93: error: (near initialization for ‘g_VariableMembers[1].offset’) | |
Variable.c:94: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:94: error: initializer element is not constant | |
Variable.c:94: error: (near initialization for ‘g_VariableMembers[2].offset’) | |
Variable.c:96: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:96: error: initializer element is not constant | |
Variable.c:96: error: (near initialization for ‘g_VariableMembers[3].offset’) | |
Variable.c:97: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:97: error: initializer element is not constant | |
Variable.c:97: error: (near initialization for ‘g_VariableMembers[4].offset’) | |
Variable.c:98: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:98: error: initializer element is not constant | |
Variable.c:98: error: (near initialization for ‘g_VariableMembers[5].offset’) | |
Variable.c:99: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:99: error: initializer element is not constant | |
Variable.c:99: error: (near initialization for ‘g_VariableMembers[6].offset’) | |
In file included from Variable.c:153, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Transforms.c:15: error: expected declaration specifiers or ‘...’ before ‘OCIDate’ | |
Transforms.c: In function ‘OracleDateToPythonDate’: | |
Transforms.c:17: error: ‘ub1’ undeclared (first use in this function) | |
Transforms.c:17: warning: statement with no effect | |
Transforms.c:17: error: expected ‘;’ before ‘hour’ | |
Transforms.c:18: error: ‘sb2’ undeclared (first use in this function) | |
Transforms.c:18: warning: statement with no effect | |
Transforms.c:18: error: expected ‘;’ before ‘year’ | |
Transforms.c:20: warning: implicit declaration of function ‘OCIDateGetDate’ | |
Transforms.c:20: error: ‘value’ undeclared (first use in this function) | |
Transforms.c:20: error: ‘year’ undeclared (first use in this function) | |
Transforms.c:20: error: ‘month’ undeclared (first use in this function) | |
Transforms.c:20: error: ‘day’ undeclared (first use in this function) | |
Transforms.c:21: warning: implicit declaration of function ‘OCIDateGetTime’ | |
Transforms.c:21: error: ‘hour’ undeclared (first use in this function) | |
Transforms.c:21: error: ‘minute’ undeclared (first use in this function) | |
Transforms.c:21: error: ‘second’ undeclared (first use in this function) | |
Transforms.c:24: warning: passing argument 1 of ‘PyDateTimeAPI->Date_FromDate’ makes integer from pointer without a cast | |
Transforms.c:24: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:24: warning: passing argument 2 of ‘PyDateTimeAPI->Date_FromDate’ makes integer from pointer without a cast | |
Transforms.c:24: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:24: warning: passing argument 3 of ‘PyDateTimeAPI->Date_FromDate’ makes integer from pointer without a cast | |
Transforms.c:24: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 1 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 2 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 3 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 4 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 5 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 6 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c: At top level: | |
Transforms.c:36: error: expected declaration specifiers or ‘...’ before ‘OCIInterval’ | |
Transforms.c: In function ‘OracleIntervalToPythonDelta’: | |
Transforms.c:38: error: ‘sb4’ undeclared (first use in this function) | |
Transforms.c:38: warning: statement with no effect | |
Transforms.c:38: error: expected ‘;’ before ‘days’ | |
Transforms.c:39: error: ‘sword’ undeclared (first use in this function) | |
Transforms.c:39: warning: statement with no effect | |
Transforms.c:39: error: expected ‘;’ before ‘status’ | |
Transforms.c:41: error: ‘status’ undeclared (first use in this function) | |
Transforms.c:41: warning: implicit declaration of function ‘OCIIntervalGetDaySecond’ | |
Transforms.c:41: error: ‘udt_Environment’ has no member named ‘handle’ | |
Transforms.c:42: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Transforms.c:42: error: ‘days’ undeclared (first use in this function) | |
Transforms.c:42: error: ‘hours’ undeclared (first use in this function) | |
Transforms.c:42: error: ‘minutes’ undeclared (first use in this function) | |
Transforms.c:42: error: ‘seconds’ undeclared (first use in this function) | |
Transforms.c:43: error: ‘fseconds’ undeclared (first use in this function) | |
Transforms.c:43: error: ‘value’ undeclared (first use in this function) | |
Transforms.c:43: warning: statement with no effect | |
Transforms.c:45: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:45: error: too many arguments to function ‘Environment_CheckForError’ | |
Transforms.c:47: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
Transforms.c:47: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
Transforms.c:47: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
Transforms.c:47: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Transforms.c:47: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Transforms.c:47: warning: statement with no effect | |
Transforms.c:48: error: invalid operands to binary / (have ‘struct PyMemberDef *’ and ‘int’) | |
Transforms.c:48: warning: passing argument 1 of ‘PyDateTimeAPI->Delta_FromDelta’ makes integer from pointer without a cast | |
Transforms.c:48: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:48: warning: passing argument 2 of ‘PyDateTimeAPI->Delta_FromDelta’ makes integer from pointer without a cast | |
Transforms.c:48: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:48: warning: passing argument 3 of ‘PyDateTimeAPI->Delta_FromDelta’ makes integer from pointer without a cast | |
Transforms.c:48: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c: At top level: | |
Transforms.c:58: error: expected declaration specifiers or ‘...’ before ‘OCIDateTime’ | |
Transforms.c: In function ‘OracleTimestampToPythonDate’: | |
Transforms.c:60: error: ‘ub1’ undeclared (first use in this function) | |
Transforms.c:60: warning: statement with no effect | |
Transforms.c:60: error: expected ‘;’ before ‘hour’ | |
Transforms.c:61: error: ‘sword’ undeclared (first use in this function) | |
Transforms.c:61: warning: statement with no effect | |
Transforms.c:61: error: expected ‘;’ before ‘status’ | |
Transforms.c:63: error: ‘sb2’ undeclared (first use in this function) | |
Transforms.c:63: warning: statement with no effect | |
Transforms.c:63: error: expected ‘;’ before ‘year’ | |
Transforms.c:65: error: ‘status’ undeclared (first use in this function) | |
Transforms.c:65: warning: implicit declaration of function ‘OCIDateTimeGetDate’ | |
Transforms.c:65: error: ‘udt_Environment’ has no member named ‘handle’ | |
Transforms.c:65: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Transforms.c:66: error: ‘value’ undeclared (first use in this function) | |
Transforms.c:66: error: ‘year’ undeclared (first use in this function) | |
Transforms.c:66: error: ‘month’ undeclared (first use in this function) | |
Transforms.c:66: error: ‘day’ undeclared (first use in this function) | |
Transforms.c:66: warning: statement with no effect | |
Transforms.c:68: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:68: error: too many arguments to function ‘Environment_CheckForError’ | |
Transforms.c:70: warning: implicit declaration of function ‘OCIDateTimeGetTime’ | |
Transforms.c:70: error: ‘udt_Environment’ has no member named ‘handle’ | |
Transforms.c:70: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Transforms.c:71: error: ‘hour’ undeclared (first use in this function) | |
Transforms.c:71: error: ‘minute’ undeclared (first use in this function) | |
Transforms.c:71: error: ‘second’ undeclared (first use in this function) | |
Transforms.c:71: warning: statement with no effect | |
Transforms.c:73: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:73: error: too many arguments to function ‘Environment_CheckForError’ | |
Transforms.c:75: error: invalid operands to binary / (have ‘int (*)()’ and ‘int’) | |
Transforms.c:75: warning: passing argument 1 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 2 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 3 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 4 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 5 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 6 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 7 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c: At top level: | |
Transforms.c:86: error: expected declaration specifiers or ‘...’ before ‘OCINumber’ | |
Transforms.c: In function ‘OracleNumberToPythonFloat’: | |
Transforms.c:89: error: ‘sword’ undeclared (first use in this function) | |
Transforms.c:89: warning: statement with no effect | |
Transforms.c:89: error: expected ‘;’ before ‘status’ | |
Transforms.c:91: error: ‘status’ undeclared (first use in this function) | |
Transforms.c:91: warning: implicit declaration of function ‘OCINumberToReal’ | |
Transforms.c:91: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Transforms.c:92: error: ‘value’ undeclared (first use in this function) | |
Transforms.c:92: error: ‘dvoid’ undeclared (first use in this function) | |
Transforms.c:92: error: expected expression before ‘)’ token | |
Transforms.c:92: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Transforms.c:92: warning: statement with no effect | |
Transforms.c:94: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:94: error: too many arguments to function ‘Environment_CheckForError’ | |
In file included from Variable.c:154, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
StringVar.c: At top level: | |
StringVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
StringVar.c:22: error: ‘StringVar_GetBufferSize’ declared as function returning a function | |
StringVar.c:193: error: ‘GetBufferSizeProc’ undeclared here (not in a function) | |
StringVar.c:193: warning: excess elements in struct initializer | |
StringVar.c:193: warning: (near initialization for ‘vt_String’) | |
StringVar.c:193: error: expected ‘}’ before ‘StringVar_GetBufferSize’ | |
StringVar.c:214: warning: excess elements in struct initializer | |
StringVar.c:214: warning: (near initialization for ‘vt_NationalCharString’) | |
StringVar.c:214: error: expected ‘}’ before ‘StringVar_GetBufferSize’ | |
StringVar.c:239: warning: excess elements in struct initializer | |
StringVar.c:239: warning: (near initialization for ‘vt_FixedChar’) | |
StringVar.c:239: error: expected ‘}’ before ‘StringVar_GetBufferSize’ | |
StringVar.c:260: warning: excess elements in struct initializer | |
StringVar.c:260: warning: (near initialization for ‘vt_FixedNationalChar’) | |
StringVar.c:260: error: expected ‘}’ before ‘StringVar_GetBufferSize’ | |
StringVar.c:285: warning: excess elements in struct initializer | |
StringVar.c:285: warning: (near initialization for ‘vt_Rowid’) | |
StringVar.c:285: error: expected ‘}’ before ‘StringVar_GetBufferSize’ | |
StringVar.c:306: error: called object ‘<erroneous-expression>’ is not a function | |
StringVar.c:306: warning: excess elements in struct initializer | |
StringVar.c:306: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:307: warning: excess elements in struct initializer | |
StringVar.c:307: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:308: error: ‘SQLT_BIN’ undeclared here (not in a function) | |
StringVar.c:308: warning: excess elements in struct initializer | |
StringVar.c:308: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:309: error: ‘SQLCS_IMPLICIT’ undeclared here (not in a function) | |
StringVar.c:309: warning: excess elements in struct initializer | |
StringVar.c:309: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:310: warning: excess elements in struct initializer | |
StringVar.c:310: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:311: warning: excess elements in struct initializer | |
StringVar.c:311: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:312: warning: excess elements in struct initializer | |
StringVar.c:312: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:313: warning: excess elements in struct initializer | |
StringVar.c:313: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:315: warning: excess elements in struct initializer | |
StringVar.c:315: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c: In function ‘StringVar_Initialize’: | |
StringVar.c:326: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c:326: error: ‘ub2’ undeclared (first use in this function) | |
StringVar.c:326: error: expected expression before ‘)’ token | |
StringVar.c:326: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
StringVar.c:326: warning: statement with no effect | |
StringVar.c:328: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c: In function ‘StringVar_SetValue’: | |
StringVar.c:348: error: ‘udt_StringVar’ has no member named ‘environment’ | |
StringVar.c:348: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
StringVar.c:348: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
StringVar.c:350: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:350: error: ‘PyMemberDef’ has no member named ‘isCharacterData’ | |
StringVar.c:355: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:355: error: ‘PyMemberDef’ has no member named ‘isCharacterData’ | |
StringVar.c:363: error: ‘udt_StringVar’ has no member named ‘bufferSize’ | |
StringVar.c:363: warning: comparison between pointer and integer | |
StringVar.c:371: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c:371: error: ‘ub2’ undeclared (first use in this function) | |
StringVar.c:371: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
StringVar.c:371: warning: statement with no effect | |
StringVar.c:371: error: expected ‘;’ before ‘buffer’ | |
StringVar.c:373: error: ‘udt_StringVar’ has no member named ‘data’ | |
StringVar.c:373: error: ‘udt_StringVar’ has no member named ‘bufferSize’ | |
StringVar.c:373: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘unsigned int’) | |
StringVar.c:373: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
StringVar.c: In function ‘StringVar_GetValue’: | |
StringVar.c:390: error: ‘udt_StringVar’ has no member named ‘data’ | |
StringVar.c:390: error: ‘udt_StringVar’ has no member named ‘bufferSize’ | |
StringVar.c:390: error: invalid operands to binary * (have ‘unsigned int’ and ‘struct PyMemberDef *’) | |
StringVar.c:390: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
StringVar.c:390: warning: assignment from incompatible pointer type | |
StringVar.c:391: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:391: warning: comparison of distinct pointer types lacks a cast | |
StringVar.c:392: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c:392: error: incompatible type for argument 2 of ‘PyString_FromStringAndSize’ | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘PyMemberDef’ | |
StringVar.c:392: warning: return from incompatible pointer type | |
StringVar.c:393: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:394: warning: comparison of distinct pointer types lacks a cast | |
StringVar.c:394: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:394: warning: comparison of distinct pointer types lacks a cast | |
StringVar.c:395: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c:396: error: ‘udt_StringVar’ has no member named ‘environment’ | |
StringVar.c:396: error: ‘PyMemberDef’ has no member named ‘nencoding’ | |
StringVar.c:396: error: incompatible type for argument 2 of ‘PyUnicodeUCS4_Decode’ | |
/opt/here/python27/root/usr/include/python2.7/unicodeobject.h:685: note: expected ‘Py_ssize_t’ but argument is of type ‘PyMemberDef’ | |
StringVar.c:396: warning: passing argument 3 of ‘PyUnicodeUCS4_Decode’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/unicodeobject.h:685: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
StringVar.c:396: warning: return from incompatible pointer type | |
StringVar.c:397: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c:397: error: incompatible type for argument 2 of ‘PyString_FromStringAndSize’ | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘PyMemberDef’ | |
StringVar.c:397: warning: return from incompatible pointer type | |
StringVar.c: In function ‘StringVar_PostDefine’: | |
StringVar.c:410: error: ‘sword’ undeclared (first use in this function) | |
StringVar.c:410: warning: statement with no effect | |
StringVar.c:410: error: expected ‘;’ before ‘status’ | |
StringVar.c:412: error: ‘status’ undeclared (first use in this function) | |
StringVar.c:412: error: ‘udt_StringVar’ has no member named ‘defineHandle’ | |
StringVar.c:412: error: ‘OCI_HTYPE_DEFINE’ undeclared (first use in this function) | |
StringVar.c:413: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:413: error: ‘PyMemberDef’ has no member named ‘charsetForm’ | |
StringVar.c:413: error: ‘OCI_ATTR_CHARSET_FORM’ undeclared (first use in this function) | |
StringVar.c:414: error: ‘udt_StringVar’ has no member named ‘environment’ | |
StringVar.c:414: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
StringVar.c:414: warning: statement with no effect | |
StringVar.c:415: error: ‘udt_StringVar’ has no member named ‘environment’ | |
StringVar.c:416: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
StringVar.c:416: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
StringVar.c:416: error: too many arguments to function ‘Environment_CheckForError’ | |
StringVar.c: At top level: | |
StringVar.c:429: error: ‘StringVar_GetBufferSize’ declared as function returning a function | |
StringVar.c: In function ‘StringVar_GetBufferSize’: | |
StringVar.c:430: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:430: error: ‘PyMemberDef’ has no member named ‘isCharacterData’ | |
StringVar.c:431: error: ‘udt_StringVar’ has no member named ‘size’ | |
StringVar.c:431: error: ‘udt_StringVar’ has no member named ‘environment’ | |
StringVar.c:431: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
StringVar.c:431: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
StringVar.c:431: warning: return makes integer from pointer without a cast | |
StringVar.c:432: error: ‘udt_StringVar’ has no member named ‘size’ | |
StringVar.c:432: warning: return makes integer from pointer without a cast | |
In file included from Variable.c:155, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
LongVar.c: At top level: | |
LongVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
LongVar.c:20: error: ‘LongVar_GetBufferSize’ declared as function returning a function | |
LongVar.c:115: warning: excess elements in struct initializer | |
LongVar.c:115: warning: (near initialization for ‘vt_LongString’) | |
LongVar.c:115: error: expected ‘}’ before ‘LongVar_GetBufferSize’ | |
LongVar.c:137: warning: excess elements in struct initializer | |
LongVar.c:137: warning: (near initialization for ‘vt_LongNationalCharString’) | |
LongVar.c:137: error: expected ‘}’ before ‘LongVar_GetBufferSize’ | |
LongVar.c:159: warning: excess elements in struct initializer | |
LongVar.c:159: warning: (near initialization for ‘vt_LongBinary’) | |
LongVar.c:159: error: expected ‘}’ before ‘LongVar_GetBufferSize’ | |
LongVar.c: In function ‘LongVar_SetValue’: | |
LongVar.c:184: error: ‘udt_LongVar’ has no member named ‘environment’ | |
LongVar.c:184: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
LongVar.c:184: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LongVar.c:188: error: ‘udt_LongVar’ has no member named ‘size’ | |
LongVar.c:188: warning: comparison between pointer and integer | |
LongVar.c:196: error: ‘udt_LongVar’ has no member named ‘data’ | |
LongVar.c:196: error: ‘udt_LongVar’ has no member named ‘bufferSize’ | |
LongVar.c:196: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘unsigned int’) | |
LongVar.c:196: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LongVar.c:196: warning: assignment from incompatible pointer type | |
LongVar.c:197: error: cast specifies function type | |
LongVar.c:197: error: lvalue required as left operand of assignment | |
LongVar.c:197: warning: statement with no effect | |
LongVar.c: In function ‘LongVar_GetValue’: | |
LongVar.c:217: error: ‘udt_LongVar’ has no member named ‘data’ | |
LongVar.c:217: error: ‘udt_LongVar’ has no member named ‘bufferSize’ | |
LongVar.c:217: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘unsigned int’) | |
LongVar.c:217: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LongVar.c:217: warning: assignment from incompatible pointer type | |
LongVar.c:218: error: lvalue required as left operand of assignment | |
LongVar.c:218: warning: statement with no effect | |
LongVar.c:220: error: ‘udt_LongVar’ has no member named ‘type’ | |
LongVar.c:220: warning: comparison of distinct pointer types lacks a cast | |
LongVar.c:221: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
LongVar.c:222: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
LongVar.c: At top level: | |
LongVar.c:232: error: ‘LongVar_GetBufferSize’ declared as function returning a function | |
LongVar.c: In function ‘LongVar_GetBufferSize’: | |
LongVar.c:233: error: ‘udt_LongVar’ has no member named ‘type’ | |
LongVar.c:233: error: ‘PyMemberDef’ has no member named ‘isCharacterData’ | |
LongVar.c:234: error: ‘udt_LongVar’ has no member named ‘size’ | |
LongVar.c:234: warning: return makes integer from pointer without a cast | |
LongVar.c:235: error: ‘udt_LongVar’ has no member named ‘size’ | |
LongVar.c:235: error: ‘udt_LongVar’ has no member named ‘environment’ | |
LongVar.c:235: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
LongVar.c:235: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LongVar.c:235: warning: return makes integer from pointer without a cast | |
In file included from Variable.c:156, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
NumberVar.c: At top level: | |
NumberVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
NumberVar.c:26: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
NumberVar.c:102: error: called object ‘<erroneous-expression>’ is not a function | |
NumberVar.c:102: warning: excess elements in struct initializer | |
NumberVar.c:102: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:103: warning: excess elements in struct initializer | |
NumberVar.c:103: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:104: error: ‘SQLT_VNU’ undeclared here (not in a function) | |
NumberVar.c:104: warning: excess elements in struct initializer | |
NumberVar.c:104: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:105: warning: excess elements in struct initializer | |
NumberVar.c:105: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:106: error: ‘OCINumber’ undeclared here (not in a function) | |
NumberVar.c:106: warning: excess elements in struct initializer | |
NumberVar.c:106: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:107: warning: excess elements in struct initializer | |
NumberVar.c:107: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:108: warning: excess elements in struct initializer | |
NumberVar.c:108: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:109: warning: excess elements in struct initializer | |
NumberVar.c:109: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:111: warning: excess elements in struct initializer | |
NumberVar.c:111: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:146: error: called object ‘<erroneous-expression>’ is not a function | |
NumberVar.c:146: warning: excess elements in struct initializer | |
NumberVar.c:146: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:147: warning: excess elements in struct initializer | |
NumberVar.c:147: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:148: warning: excess elements in struct initializer | |
NumberVar.c:148: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:149: warning: excess elements in struct initializer | |
NumberVar.c:149: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:150: warning: excess elements in struct initializer | |
NumberVar.c:150: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:151: warning: excess elements in struct initializer | |
NumberVar.c:151: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:152: warning: excess elements in struct initializer | |
NumberVar.c:152: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:153: warning: excess elements in struct initializer | |
NumberVar.c:153: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:155: warning: excess elements in struct initializer | |
NumberVar.c:155: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:167: error: called object ‘<erroneous-expression>’ is not a function | |
NumberVar.c:167: warning: excess elements in struct initializer | |
NumberVar.c:167: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:168: warning: excess elements in struct initializer | |
NumberVar.c:168: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:169: warning: excess elements in struct initializer | |
NumberVar.c:169: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:170: warning: excess elements in struct initializer | |
NumberVar.c:170: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:171: warning: excess elements in struct initializer | |
NumberVar.c:171: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:172: warning: excess elements in struct initializer | |
NumberVar.c:172: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:173: warning: excess elements in struct initializer | |
NumberVar.c:173: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:174: warning: excess elements in struct initializer | |
NumberVar.c:174: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:176: warning: excess elements in struct initializer | |
NumberVar.c:176: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:188: error: called object ‘<erroneous-expression>’ is not a function | |
NumberVar.c:188: warning: excess elements in struct initializer | |
NumberVar.c:188: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:189: warning: excess elements in struct initializer | |
NumberVar.c:189: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:190: warning: excess elements in struct initializer | |
NumberVar.c:190: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:191: warning: excess elements in struct initializer | |
NumberVar.c:191: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:192: warning: excess elements in struct initializer | |
NumberVar.c:192: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:193: warning: excess elements in struct initializer | |
NumberVar.c:193: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:194: warning: excess elements in struct initializer | |
NumberVar.c:194: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:195: warning: excess elements in struct initializer | |
NumberVar.c:195: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:197: warning: excess elements in struct initializer | |
NumberVar.c:197: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:209: error: called object ‘<erroneous-expression>’ is not a function | |
NumberVar.c:209: warning: excess elements in struct initializer | |
NumberVar.c:209: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:210: warning: excess elements in struct initializer | |
NumberVar.c:210: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:211: warning: excess elements in struct initializer | |
NumberVar.c:211: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:212: warning: excess elements in struct initializer | |
NumberVar.c:212: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:213: warning: excess elements in struct initializer | |
NumberVar.c:213: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:214: warning: excess elements in struct initializer | |
NumberVar.c:214: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:215: warning: excess elements in struct initializer | |
NumberVar.c:215: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:216: warning: excess elements in struct initializer | |
NumberVar.c:216: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:218: warning: excess elements in struct initializer | |
NumberVar.c:218: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:228: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
NumberVar.c: In function ‘NumberVar_PreDefine’: | |
NumberVar.c:231: error: ‘sb2’ undeclared (first use in this function) | |
NumberVar.c:231: warning: statement with no effect | |
NumberVar.c:231: error: expected ‘;’ before ‘precision’ | |
NumberVar.c:232: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:232: warning: statement with no effect | |
NumberVar.c:232: error: expected ‘;’ before ‘status’ | |
NumberVar.c:233: error: ‘sb1’ undeclared (first use in this function) | |
NumberVar.c:233: warning: statement with no effect | |
NumberVar.c:233: error: expected ‘;’ before ‘scale’ | |
NumberVar.c:237: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:237: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:238: error: ‘scale’ undeclared (first use in this function) | |
NumberVar.c:238: warning: statement with no effect | |
NumberVar.c:239: error: ‘precision’ undeclared (first use in this function) | |
NumberVar.c:239: warning: statement with no effect | |
NumberVar.c:240: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:240: error: ‘param’ undeclared (first use in this function) | |
NumberVar.c:240: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
NumberVar.c:240: error: ‘dvoid’ undeclared (first use in this function) | |
NumberVar.c:240: error: expected expression before ‘)’ token | |
NumberVar.c:240: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:241: warning: statement with no effect | |
NumberVar.c:242: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:243: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:243: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:243: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c:245: error: expected expression before ‘)’ token | |
NumberVar.c:245: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:246: warning: statement with no effect | |
NumberVar.c:247: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:248: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:248: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:248: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c:250: warning: comparison between pointer and integer | |
NumberVar.c:251: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:251: warning: statement with no effect | |
NumberVar.c:252: warning: comparison between pointer and integer | |
NumberVar.c:253: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:253: warning: statement with no effect | |
NumberVar.c: In function ‘NumberVar_SetValueFromBoolean’: | |
NumberVar.c:271: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:271: warning: statement with no effect | |
NumberVar.c:271: error: expected ‘;’ before ‘status’ | |
NumberVar.c:274: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:274: warning: implicit declaration of function ‘OCINumberFromInt’ | |
NumberVar.c:274: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:274: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:275: error: ‘OCI_NUMBER_SIGNED’ undeclared (first use in this function) | |
NumberVar.c:275: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:275: warning: statement with no effect | |
NumberVar.c:276: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:277: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:277: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:277: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c: In function ‘NumberVar_SetValueFromInteger’: | |
NumberVar.c:292: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:292: warning: statement with no effect | |
NumberVar.c:292: error: expected ‘;’ before ‘status’ | |
NumberVar.c:295: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:295: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:295: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:296: error: ‘OCI_NUMBER_SIGNED’ undeclared (first use in this function) | |
NumberVar.c:296: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:296: warning: statement with no effect | |
NumberVar.c:297: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:298: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:298: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:298: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c: In function ‘NumberVar_SetValueFromFloat’: | |
NumberVar.c:313: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:313: warning: statement with no effect | |
NumberVar.c:313: error: expected ‘;’ before ‘status’ | |
NumberVar.c:316: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:316: warning: implicit declaration of function ‘OCINumberFromReal’ | |
NumberVar.c:316: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:316: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:317: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:317: warning: statement with no effect | |
NumberVar.c:318: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:319: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:319: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:319: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c: In function ‘NumberVar_SetValueFromLong’: | |
NumberVar.c:334: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:334: warning: statement with no effect | |
NumberVar.c:334: error: expected ‘;’ before ‘status’ | |
NumberVar.c:340: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:340: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
NumberVar.c:340: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:342: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:342: warning: implicit declaration of function ‘OCINumberFromText’ | |
NumberVar.c:342: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:342: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:343: error: ‘text’ undeclared (first use in this function) | |
NumberVar.c:343: error: expected expression before ‘)’ token | |
NumberVar.c:343: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:346: warning: statement with no effect | |
NumberVar.c:349: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:350: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:350: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:350: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c: In function ‘NumberVar_SetValueFromDecimal’: | |
NumberVar.c:453: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:453: warning: statement with no effect | |
NumberVar.c:453: error: expected ‘;’ before ‘status’ | |
NumberVar.c:465: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:465: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
NumberVar.c:465: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:468: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:468: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
NumberVar.c:468: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:472: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:472: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:472: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:473: error: ‘text’ undeclared (first use in this function) | |
NumberVar.c:473: error: expected expression before ‘)’ token | |
NumberVar.c:473: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:477: warning: statement with no effect | |
NumberVar.c:482: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:483: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:483: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:483: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c: In function ‘NumberVar_GetValue’: | |
NumberVar.c:525: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:525: warning: statement with no effect | |
NumberVar.c:525: error: expected ‘;’ before ‘status’ | |
NumberVar.c:527: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:527: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:527: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:527: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:528: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:528: warning: implicit declaration of function ‘OCINumberToInt’ | |
NumberVar.c:528: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:528: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:528: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:529: error: ‘OCI_NUMBER_SIGNED’ undeclared (first use in this function) | |
NumberVar.c:529: error: ‘dvoid’ undeclared (first use in this function) | |
NumberVar.c:529: error: expected expression before ‘)’ token | |
NumberVar.c:529: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:529: warning: statement with no effect | |
NumberVar.c:530: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:531: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:531: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:531: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c:534: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:534: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:543: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:543: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:543: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:543: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:544: error: lvalue required as left operand of assignment | |
NumberVar.c:544: warning: statement with no effect | |
NumberVar.c:545: warning: implicit declaration of function ‘OCINumberToText’ | |
NumberVar.c:545: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:545: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:546: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:547: error: ‘text’ undeclared (first use in this function) | |
NumberVar.c:547: error: expected expression before ‘)’ token | |
NumberVar.c:547: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:549: warning: statement with no effect | |
NumberVar.c:550: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:551: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:551: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:551: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c:553: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
NumberVar.c:557: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:557: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:570: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:570: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:570: warning: passing argument 1 of ‘OracleNumberToPythonFloat’ from incompatible pointer type | |
Transforms.c:84: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:570: error: too many arguments to function ‘OracleNumberToPythonFloat’ | |
In file included from Variable.c:157, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
DateTimeVar.c: At top level: | |
DateTimeVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
DateTimeVar.c:62: error: called object ‘<erroneous-expression>’ is not a function | |
DateTimeVar.c:62: warning: excess elements in struct initializer | |
DateTimeVar.c:62: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:63: warning: excess elements in struct initializer | |
DateTimeVar.c:63: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:64: error: ‘SQLT_ODT’ undeclared here (not in a function) | |
DateTimeVar.c:64: warning: excess elements in struct initializer | |
DateTimeVar.c:64: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:65: warning: excess elements in struct initializer | |
DateTimeVar.c:65: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:66: error: ‘OCIDate’ undeclared here (not in a function) | |
DateTimeVar.c:66: warning: excess elements in struct initializer | |
DateTimeVar.c:66: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:67: warning: excess elements in struct initializer | |
DateTimeVar.c:67: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:68: warning: excess elements in struct initializer | |
DateTimeVar.c:68: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:69: warning: excess elements in struct initializer | |
DateTimeVar.c:69: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:71: warning: excess elements in struct initializer | |
DateTimeVar.c:71: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:83: error: called object ‘<erroneous-expression>’ is not a function | |
DateTimeVar.c:83: warning: excess elements in struct initializer | |
DateTimeVar.c:83: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:84: warning: excess elements in struct initializer | |
DateTimeVar.c:84: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:85: warning: excess elements in struct initializer | |
DateTimeVar.c:85: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:86: warning: excess elements in struct initializer | |
DateTimeVar.c:86: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:87: warning: excess elements in struct initializer | |
DateTimeVar.c:87: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:88: warning: excess elements in struct initializer | |
DateTimeVar.c:88: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:89: warning: excess elements in struct initializer | |
DateTimeVar.c:89: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:90: warning: excess elements in struct initializer | |
DateTimeVar.c:90: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:92: warning: excess elements in struct initializer | |
DateTimeVar.c:92: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c: In function ‘DateTimeVar_SetValue’: | |
DateTimeVar.c:104: error: ‘ub1’ undeclared (first use in this function) | |
DateTimeVar.c:104: warning: statement with no effect | |
DateTimeVar.c:104: error: expected ‘;’ before ‘month’ | |
DateTimeVar.c:109: error: ‘month’ undeclared (first use in this function) | |
DateTimeVar.c:109: warning: statement with no effect | |
DateTimeVar.c:110: error: ‘day’ undeclared (first use in this function) | |
DateTimeVar.c:110: warning: statement with no effect | |
DateTimeVar.c:111: error: ‘hour’ undeclared (first use in this function) | |
DateTimeVar.c:111: warning: statement with no effect | |
DateTimeVar.c:112: error: ‘minute’ undeclared (first use in this function) | |
DateTimeVar.c:112: warning: statement with no effect | |
DateTimeVar.c:113: error: ‘second’ undeclared (first use in this function) | |
DateTimeVar.c:113: warning: statement with no effect | |
DateTimeVar.c:116: warning: statement with no effect | |
DateTimeVar.c:117: warning: statement with no effect | |
DateTimeVar.c:118: warning: statement with no effect | |
DateTimeVar.c:125: warning: implicit declaration of function ‘OCIDateSetDate’ | |
DateTimeVar.c:125: error: ‘udt_DateTimeVar’ has no member named ‘data’ | |
DateTimeVar.c:126: warning: implicit declaration of function ‘OCIDateSetTime’ | |
DateTimeVar.c:126: error: ‘udt_DateTimeVar’ has no member named ‘data’ | |
DateTimeVar.c: In function ‘DateTimeVar_GetValue’: | |
DateTimeVar.c:140: error: ‘udt_DateTimeVar’ has no member named ‘type’ | |
DateTimeVar.c:140: error: ‘udt_DateTimeVar’ has no member named ‘data’ | |
DateTimeVar.c:140: warning: passing argument 1 of ‘OracleDateToPythonDate’ from incompatible pointer type | |
Transforms.c:13: note: expected ‘struct udt_VariableType *’ but argument is of type ‘struct PyMemberDef *’ | |
DateTimeVar.c:140: error: too many arguments to function ‘OracleDateToPythonDate’ | |
In file included from Variable.c:158, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
TimestampVar.c: At top level: | |
TimestampVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
TimestampVar.c:64: error: called object ‘<erroneous-expression>’ is not a function | |
TimestampVar.c:64: warning: excess elements in struct initializer | |
TimestampVar.c:64: warning: (near initialization for ‘vt_Timestamp’) | |
TimestampVar.c:65: warning: excess elements in struct initializer | |
TimestampVar.c:65: warning: (near initialization for ‘vt_Timestamp’) | |
TimestampVar.c:66: error: ‘SQLT_TIMESTAMP’ undeclared here (not in a function) | |
TimestampVar.c:66: warning: excess elements in struct initializer | |
TimestampVar.c:66: warning: (near initialization for ‘vt_Timestamp’) | |
TimestampVar.c:67: warning: excess elements in struct initializer | |
TimestampVar.c:67: warning: (near initialization for ‘vt_Timestamp’) | |
TimestampVar.c:68: error: ‘OCIDateTime’ undeclared here (not in a function) | |
TimestampVar.c:68: error: expected expression before ‘)’ token | |
TimestampVar.c:68: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
TimestampVar.c:68: warning: excess elements in struct initializer | |
TimestampVar.c:68: warning: (near initialization for ‘vt_Timestamp’) | |
TimestampVar.c: In function ‘TimestampVar_Initialize’: | |
TimestampVar.c:84: error: ‘sword’ undeclared (first use in this function) | |
TimestampVar.c:84: warning: statement with no effect | |
TimestampVar.c:84: error: expected ‘;’ before ‘status’ | |
TimestampVar.c:88: error: lvalue required as left operand of assignment | |
TimestampVar.c:88: error: ‘udt_TimestampVar’ has no member named ‘allocatedElements’ | |
TimestampVar.c:88: warning: comparison of distinct pointer types lacks a cast | |
TimestampVar.c:88: error: lvalue required as increment operand | |
TimestampVar.c:89: error: ‘status’ undeclared (first use in this function) | |
TimestampVar.c:89: warning: implicit declaration of function ‘OCIDescriptorAlloc’ | |
TimestampVar.c:89: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:89: error: ‘PyMemberDef’ has no member named ‘handle’ | |
TimestampVar.c:90: error: ‘dvoid’ undeclared (first use in this function) | |
TimestampVar.c:90: error: expected expression before ‘)’ token | |
TimestampVar.c:90: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
TimestampVar.c:90: warning: statement with no effect | |
TimestampVar.c:91: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:92: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:92: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:92: error: too many arguments to function ‘Environment_CheckForError’ | |
TimestampVar.c: In function ‘TimestampVar_Finalize’: | |
TimestampVar.c:109: error: lvalue required as left operand of assignment | |
TimestampVar.c:109: error: ‘udt_TimestampVar’ has no member named ‘allocatedElements’ | |
TimestampVar.c:109: warning: comparison of distinct pointer types lacks a cast | |
TimestampVar.c:109: error: lvalue required as increment operand | |
TimestampVar.c:110: error: ‘udt_TimestampVar’ has no member named ‘data’ | |
TimestampVar.c:110: error: array subscript is not an integer | |
TimestampVar.c:111: warning: implicit declaration of function ‘OCIDescriptorFree’ | |
TimestampVar.c:111: error: ‘udt_TimestampVar’ has no member named ‘data’ | |
TimestampVar.c:111: error: array subscript is not an integer | |
TimestampVar.c:111: error: ‘OCI_DTYPE_TIMESTAMP’ undeclared (first use in this function) | |
TimestampVar.c: In function ‘TimestampVar_SetValue’: | |
TimestampVar.c:125: error: ‘sword’ undeclared (first use in this function) | |
TimestampVar.c:125: warning: statement with no effect | |
TimestampVar.c:125: error: expected ‘;’ before ‘status’ | |
TimestampVar.c:126: error: ‘uword’ undeclared (first use in this function) | |
TimestampVar.c:126: warning: statement with no effect | |
TimestampVar.c:126: error: expected ‘;’ before ‘valid’ | |
TimestampVar.c:135: error: ‘status’ undeclared (first use in this function) | |
TimestampVar.c:135: warning: implicit declaration of function ‘OCIDateTimeConstruct’ | |
TimestampVar.c:135: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:135: error: ‘PyMemberDef’ has no member named ‘handle’ | |
TimestampVar.c:136: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:136: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
TimestampVar.c:136: error: ‘udt_TimestampVar’ has no member named ‘data’ | |
TimestampVar.c:137: error: ‘sb2’ undeclared (first use in this function) | |
TimestampVar.c:137: error: called object ‘<erroneous-expression>’ is not a function | |
TimestampVar.c:143: warning: statement with no effect | |
TimestampVar.c:144: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:145: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:145: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:145: error: too many arguments to function ‘Environment_CheckForError’ | |
TimestampVar.c:147: warning: implicit declaration of function ‘OCIDateTimeCheck’ | |
TimestampVar.c:147: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:147: error: ‘PyMemberDef’ has no member named ‘handle’ | |
TimestampVar.c:148: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:148: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
TimestampVar.c:148: error: ‘udt_TimestampVar’ has no member named ‘data’ | |
TimestampVar.c:148: error: ‘valid’ undeclared (first use in this function) | |
TimestampVar.c:148: warning: statement with no effect | |
TimestampVar.c:149: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:150: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:150: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:150: error: too many arguments to function ‘Environment_CheckForError’ | |
TimestampVar.c: In function ‘TimestampVar_GetValue’: | |
TimestampVar.c:169: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:169: error: ‘udt_TimestampVar’ has no member named ‘data’ | |
TimestampVar.c:169: warning: passing argument 1 of ‘OracleTimestampToPythonDate’ from incompatible pointer type | |
Transforms.c:56: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:169: error: too many arguments to function ‘OracleTimestampToPythonDate’ | |
In file included from Variable.c:159, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
LobVar.c: At top level: | |
LobVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
LobVar.c:141: error: called object ‘<erroneous-expression>’ is not a function | |
LobVar.c:141: warning: excess elements in struct initializer | |
LobVar.c:141: warning: (near initialization for ‘vt_CLOB’) | |
LobVar.c:142: warning: excess elements in struct initializer | |
LobVar.c:142: warning: (near initialization for ‘vt_CLOB’) | |
LobVar.c:143: error: ‘SQLT_CLOB’ undeclared here (not in a function) | |
LobVar.c:143: warning: excess elements in struct initializer | |
LobVar.c:143: warning: (near initialization for ‘vt_CLOB’) | |
LobVar.c:144: warning: excess elements in struct initializer | |
LobVar.c:144: warning: (near initialization for ‘vt_CLOB’) | |
LobVar.c:145: error: ‘OCILobLocator’ undeclared here (not in a function) | |
LobVar.c:145: error: expected expression before ‘)’ token | |
LobVar.c:145: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LobVar.c:145: warning: excess elements in struct initializer | |
LobVar.c:145: warning: (near initialization for ‘vt_CLOB’) | |
LobVar.c:162: error: called object ‘<erroneous-expression>’ is not a function | |
LobVar.c:162: warning: excess elements in struct initializer | |
LobVar.c:162: warning: (near initialization for ‘vt_NCLOB’) | |
LobVar.c:163: warning: excess elements in struct initializer | |
LobVar.c:163: warning: (near initialization for ‘vt_NCLOB’) | |
LobVar.c:164: warning: excess elements in struct initializer | |
LobVar.c:164: warning: (near initialization for ‘vt_NCLOB’) | |
LobVar.c:165: error: ‘SQLCS_NCHAR’ undeclared here (not in a function) | |
LobVar.c:165: warning: excess elements in struct initializer | |
LobVar.c:165: warning: (near initialization for ‘vt_NCLOB’) | |
LobVar.c:166: error: expected expression before ‘)’ token | |
LobVar.c:166: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LobVar.c:166: warning: excess elements in struct initializer | |
LobVar.c:166: warning: (near initialization for ‘vt_NCLOB’) | |
LobVar.c:183: error: called object ‘<erroneous-expression>’ is not a function | |
LobVar.c:183: warning: excess elements in struct initializer | |
LobVar.c:183: warning: (near initialization for ‘vt_BLOB’) | |
LobVar.c:184: warning: excess elements in struct initializer | |
LobVar.c:184: warning: (near initialization for ‘vt_BLOB’) | |
LobVar.c:185: error: ‘SQLT_BLOB’ undeclared here (not in a function) | |
LobVar.c:185: warning: excess elements in struct initializer | |
LobVar.c:185: warning: (near initialization for ‘vt_BLOB’) | |
LobVar.c:186: warning: excess elements in struct initializer | |
LobVar.c:186: warning: (near initialization for ‘vt_BLOB’) | |
LobVar.c:187: error: expected expression before ‘)’ token | |
LobVar.c:187: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LobVar.c:187: warning: excess elements in struct initializer | |
LobVar.c:187: warning: (near initialization for ‘vt_BLOB’) | |
LobVar.c:204: error: called object ‘<erroneous-expression>’ is not a function | |
LobVar.c:204: warning: excess elements in struct initializer | |
LobVar.c:204: warning: (near initialization for ‘vt_BFILE’) | |
LobVar.c:205: warning: excess elements in struct initializer | |
LobVar.c:205: warning: (near initialization for ‘vt_BFILE’) | |
LobVar.c:206: error: ‘SQLT_BFILE’ undeclared here (not in a function) | |
LobVar.c:206: warning: excess elements in struct initializer | |
LobVar.c:206: warning: (near initialization for ‘vt_BFILE’) | |
LobVar.c:207: warning: excess elements in struct initializer | |
LobVar.c:207: warning: (near initialization for ‘vt_BFILE’) | |
LobVar.c:208: error: expected expression before ‘)’ token | |
LobVar.c:208: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LobVar.c:208: warning: excess elements in struct initializer | |
LobVar.c:208: warning: (near initialization for ‘vt_BFILE’) | |
In file included from LobVar.c:216, | |
from Variable.c:159, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
ExternalLobVar.c: In function ‘ExternalLobVar_New’: | |
ExternalLobVar.c:125: error: ‘udt_LobVar’ has no member named ‘internalFetchNum’ | |
ExternalLobVar.c:125: warning: assignment makes integer from pointer without a cast | |
ExternalLobVar.c: In function ‘ExternalLobVar_Verify’: | |
ExternalLobVar.c:152: error: ‘udt_LobVar’ has no member named ‘internalFetchNum’ | |
ExternalLobVar.c:152: warning: comparison between pointer and integer | |
ExternalLobVar.c: In function ‘ExternalLobVar_InternalRead’: | |
ExternalLobVar.c:172: error: ‘ub2’ undeclared (first use in this function) | |
ExternalLobVar.c:172: warning: statement with no effect | |
ExternalLobVar.c:172: error: expected ‘;’ before ‘charsetId’ | |
ExternalLobVar.c:173: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:173: warning: statement with no effect | |
ExternalLobVar.c:173: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:175: error: ‘udt_LobVar’ has no member named ‘isFile’ | |
ExternalLobVar.c:177: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:177: warning: implicit declaration of function ‘OCILobFileOpen’ | |
ExternalLobVar.c:177: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:177: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:178: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:178: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:179: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:179: error: ‘OCI_FILE_READONLY’ undeclared (first use in this function) | |
ExternalLobVar.c:179: warning: statement with no effect | |
ExternalLobVar.c:181: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:182: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:182: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:182: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:187: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:187: warning: comparison of distinct pointer types lacks a cast | |
ExternalLobVar.c:188: error: ‘charsetId’ undeclared (first use in this function) | |
ExternalLobVar.c:188: error: ‘OCI_UTF16ID’ undeclared (first use in this function) | |
ExternalLobVar.c:188: warning: statement with no effect | |
ExternalLobVar.c:189: warning: statement with no effect | |
ExternalLobVar.c:190: warning: implicit declaration of function ‘OCILobRead’ | |
ExternalLobVar.c:190: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:190: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:191: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:191: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:192: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:193: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:193: error: ‘PyMemberDef’ has no member named ‘charsetForm’ | |
ExternalLobVar.c:193: warning: statement with no effect | |
ExternalLobVar.c:195: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:196: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:196: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:196: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:197: warning: implicit declaration of function ‘OCILobFileClose’ | |
ExternalLobVar.c:197: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:197: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:198: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:198: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:199: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:203: error: ‘udt_LobVar’ has no member named ‘isFile’ | |
ExternalLobVar.c:205: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:205: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:206: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:206: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:207: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:207: warning: statement with no effect | |
ExternalLobVar.c:209: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:210: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:210: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:210: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_InternalSize’: | |
ExternalLobVar.c:225: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:225: warning: statement with no effect | |
ExternalLobVar.c:225: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:229: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:229: warning: implicit declaration of function ‘OCILobGetLength’ | |
ExternalLobVar.c:229: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:229: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:230: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:230: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:231: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:231: warning: statement with no effect | |
ExternalLobVar.c:233: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:234: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:234: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:234: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:237: warning: return makes integer from pointer without a cast | |
ExternalLobVar.c: In function ‘ExternalLobVar_Value’: | |
ExternalLobVar.c:265: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:265: warning: statement with no effect | |
ExternalLobVar.c:266: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:266: warning: comparison of distinct pointer types lacks a cast | |
ExternalLobVar.c:267: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:267: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
ExternalLobVar.c:267: error: invalid operands to binary * (have ‘int’ and ‘struct PyMemberDef *’) | |
ExternalLobVar.c:267: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:267: warning: statement with no effect | |
ExternalLobVar.c:268: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:268: warning: comparison of distinct pointer types lacks a cast | |
ExternalLobVar.c:269: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:269: warning: statement with no effect | |
ExternalLobVar.c:270: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:270: warning: statement with no effect | |
ExternalLobVar.c:273: warning: passing argument 1 of ‘PyMem_Malloc’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/pymem.h:52: note: expected ‘size_t’ but argument is of type ‘int (*)()’ | |
ExternalLobVar.c:283: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:283: warning: comparison of distinct pointer types lacks a cast | |
ExternalLobVar.c:284: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:284: error: ‘PyMemberDef’ has no member named ‘fixedWidth’ | |
ExternalLobVar.c:285: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:285: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
ExternalLobVar.c:285: error: invalid operands to binary * (have ‘int (*)()’ and ‘struct PyMemberDef *’) | |
ExternalLobVar.c:285: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:285: warning: statement with no effect | |
ExternalLobVar.c:286: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ExternalLobVar.c:288: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:288: warning: comparison of distinct pointer types lacks a cast | |
ExternalLobVar.c:289: error: invalid operands to binary * (have ‘int (*)()’ and ‘int’) | |
ExternalLobVar.c:289: warning: passing argument 2 of ‘PyUnicodeUCS4_DecodeUTF16’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/unicodeobject.h:872: note: expected ‘Py_ssize_t’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:291: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_Open’: | |
ExternalLobVar.c:325: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:325: warning: statement with no effect | |
ExternalLobVar.c:325: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:330: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:330: warning: implicit declaration of function ‘OCILobOpen’ | |
ExternalLobVar.c:330: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:330: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:331: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:331: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:332: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:332: error: ‘OCI_LOB_READWRITE’ undeclared (first use in this function) | |
ExternalLobVar.c:332: warning: statement with no effect | |
ExternalLobVar.c:334: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:335: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:335: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:335: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_Close’: | |
ExternalLobVar.c:350: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:350: warning: statement with no effect | |
ExternalLobVar.c:350: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:355: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:355: warning: implicit declaration of function ‘OCILobClose’ | |
ExternalLobVar.c:355: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:355: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:356: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:356: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:357: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:357: warning: statement with no effect | |
ExternalLobVar.c:359: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:360: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:360: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:360: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_Write’: | |
ExternalLobVar.c:429: warning: passing argument 4 of ‘LobVar_Write’ makes pointer from integer without a cast | |
LobVar.c:24: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
ExternalLobVar.c:433: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘int (*)()’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_Trim’: | |
ExternalLobVar.c:447: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:447: warning: statement with no effect | |
ExternalLobVar.c:447: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:451: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:451: warning: statement with no effect | |
ExternalLobVar.c:460: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:460: warning: implicit declaration of function ‘OCILobTrim’ | |
ExternalLobVar.c:460: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:460: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:461: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:461: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:461: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:462: warning: statement with no effect | |
ExternalLobVar.c:464: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:465: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:465: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:465: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_GetChunkSize’: | |
ExternalLobVar.c:502: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:502: warning: statement with no effect | |
ExternalLobVar.c:502: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:506: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:506: warning: implicit declaration of function ‘OCILobGetChunkSize’ | |
ExternalLobVar.c:506: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:506: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:507: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:507: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:507: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:508: warning: statement with no effect | |
ExternalLobVar.c:509: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:510: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:510: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:510: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:512: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘int (*)()’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_IsOpen’: | |
ExternalLobVar.c:524: error: ‘boolean’ undeclared (first use in this function) | |
ExternalLobVar.c:524: warning: statement with no effect | |
ExternalLobVar.c:524: error: expected ‘;’ before ‘isOpen’ | |
ExternalLobVar.c:525: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:525: warning: statement with no effect | |
ExternalLobVar.c:525: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:530: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:530: warning: implicit declaration of function ‘OCILobIsOpen’ | |
ExternalLobVar.c:530: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:530: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:531: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:531: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:531: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:532: error: ‘isOpen’ undeclared (first use in this function) | |
ExternalLobVar.c:532: warning: statement with no effect | |
ExternalLobVar.c:534: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:535: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:535: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:535: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:537: warning: passing argument 1 of ‘PyBool_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/boolobject.h:31: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_GetFileName’: | |
ExternalLobVar.c:550: error: ‘ub2’ undeclared (first use in this function) | |
ExternalLobVar.c:550: warning: statement with no effect | |
ExternalLobVar.c:550: error: expected ‘;’ before ‘dirAliasLength’ | |
ExternalLobVar.c:552: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:552: warning: statement with no effect | |
ExternalLobVar.c:552: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:557: error: ‘nameLength’ undeclared (first use in this function) | |
ExternalLobVar.c:557: warning: statement with no effect | |
ExternalLobVar.c:558: error: ‘dirAliasLength’ undeclared (first use in this function) | |
ExternalLobVar.c:558: warning: statement with no effect | |
ExternalLobVar.c:559: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:559: warning: implicit declaration of function ‘OCILobFileGetName’ | |
ExternalLobVar.c:559: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:559: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:560: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:560: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:560: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:561: error: ‘text’ undeclared (first use in this function) | |
ExternalLobVar.c:561: error: expected expression before ‘)’ token | |
ExternalLobVar.c:561: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalLobVar.c:561: warning: statement with no effect | |
ExternalLobVar.c:562: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:563: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:563: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:563: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:570: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:577: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_SetFileName’: | |
ExternalLobVar.c:599: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:599: warning: statement with no effect | |
ExternalLobVar.c:599: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:609: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:609: warning: implicit declaration of function ‘OCILobFileSetName’ | |
ExternalLobVar.c:609: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:609: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:610: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:610: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:611: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:611: error: ‘text’ undeclared (first use in this function) | |
ExternalLobVar.c:611: error: expected expression before ‘)’ token | |
ExternalLobVar.c:611: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalLobVar.c:612: warning: statement with no effect | |
ExternalLobVar.c:613: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:614: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:614: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:614: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_FileExists’: | |
ExternalLobVar.c:632: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:632: warning: statement with no effect | |
ExternalLobVar.c:632: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:633: error: ‘boolean’ undeclared (first use in this function) | |
ExternalLobVar.c:633: warning: statement with no effect | |
ExternalLobVar.c:633: error: expected ‘;’ before ‘flag’ | |
ExternalLobVar.c:638: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:638: warning: implicit declaration of function ‘OCILobFileExists’ | |
ExternalLobVar.c:638: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:638: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:639: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:639: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:639: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:640: error: ‘flag’ undeclared (first use in this function) | |
ExternalLobVar.c:640: warning: statement with no effect | |
ExternalLobVar.c:642: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:643: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:643: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:643: error: too many arguments to function ‘Environment_CheckForError’ | |
In file included from Variable.c:159, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
LobVar.c: In function ‘LobVar_Initialize’: | |
LobVar.c:227: error: ‘sword’ undeclared (first use in this function) | |
LobVar.c:227: warning: statement with no effect | |
LobVar.c:227: error: expected ‘;’ before ‘status’ | |
LobVar.c:231: error: ‘udt_Cursor’ has no member named ‘connection’ | |
LobVar.c:232: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:232: error: ‘udt_Cursor’ has no member named ‘connection’ | |
LobVar.c:232: warning: statement with no effect | |
LobVar.c:233: error: ‘udt_LobVar’ has no member named ‘isFile’ | |
LobVar.c:233: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:233: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:233: warning: statement with no effect | |
LobVar.c:236: error: lvalue required as left operand of assignment | |
LobVar.c:236: error: ‘udt_LobVar’ has no member named ‘allocatedElements’ | |
LobVar.c:236: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:236: error: lvalue required as increment operand | |
LobVar.c:237: error: ‘status’ undeclared (first use in this function) | |
LobVar.c:237: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:237: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:238: error: ‘dvoid’ undeclared (first use in this function) | |
LobVar.c:238: error: expected expression before ‘)’ token | |
LobVar.c:238: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
LobVar.c:238: warning: statement with no effect | |
LobVar.c:239: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:240: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:240: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:240: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c: In function ‘LobVar_PreFetch’: | |
LobVar.c:255: error: ‘boolean’ undeclared (first use in this function) | |
LobVar.c:255: warning: statement with no effect | |
LobVar.c:255: error: expected ‘;’ before ‘isTemporary’ | |
LobVar.c:256: error: ‘sword’ undeclared (first use in this function) | |
LobVar.c:256: warning: statement with no effect | |
LobVar.c:256: error: expected ‘;’ before ‘status’ | |
LobVar.c:259: error: lvalue required as left operand of assignment | |
LobVar.c:259: error: ‘udt_LobVar’ has no member named ‘allocatedElements’ | |
LobVar.c:259: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:259: error: lvalue required as increment operand | |
LobVar.c:260: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:260: error: array subscript is not an integer | |
LobVar.c:261: error: ‘status’ undeclared (first use in this function) | |
LobVar.c:261: warning: implicit declaration of function ‘OCILobIsTemporary’ | |
LobVar.c:261: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:261: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:262: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:262: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:262: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:262: error: array subscript is not an integer | |
LobVar.c:262: error: ‘isTemporary’ undeclared (first use in this function) | |
LobVar.c:262: warning: statement with no effect | |
LobVar.c:263: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:264: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:264: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:264: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c:268: warning: implicit declaration of function ‘OCILobFreeTemporary’ | |
LobVar.c:268: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:268: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:269: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:269: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:269: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:269: error: array subscript is not an integer | |
LobVar.c:269: warning: statement with no effect | |
LobVar.c:271: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:272: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:272: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:272: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c: In function ‘LobVar_Finalize’: | |
LobVar.c:289: error: ‘boolean’ undeclared (first use in this function) | |
LobVar.c:289: warning: statement with no effect | |
LobVar.c:289: error: expected ‘;’ before ‘isTemporary’ | |
LobVar.c:292: error: lvalue required as left operand of assignment | |
LobVar.c:292: error: ‘udt_LobVar’ has no member named ‘allocatedElements’ | |
LobVar.c:292: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:292: error: lvalue required as increment operand | |
LobVar.c:293: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:293: error: array subscript is not an integer | |
LobVar.c:294: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:294: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:295: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:295: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:295: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:295: error: array subscript is not an integer | |
LobVar.c:295: error: ‘isTemporary’ undeclared (first use in this function) | |
LobVar.c:298: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:298: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:299: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:299: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:299: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:299: error: array subscript is not an integer | |
LobVar.c:302: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:302: error: array subscript is not an integer | |
LobVar.c:302: error: ‘OCI_DTYPE_LOB’ undeclared (first use in this function) | |
LobVar.c:305: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:305: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:305: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c: In function ‘LobVar_Write’: | |
LobVar.c:321: error: ‘sword’ undeclared (first use in this function) | |
LobVar.c:321: warning: statement with no effect | |
LobVar.c:321: error: expected ‘;’ before ‘status’ | |
LobVar.c:324: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:324: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:327: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:327: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:329: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:329: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
LobVar.c:329: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:331: error: lvalue required as left operand of assignment | |
LobVar.c:331: warning: statement with no effect | |
LobVar.c:333: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:333: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:335: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:335: error: ‘PyMemberDef’ has no member named ‘nencoding’ | |
LobVar.c:335: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:337: error: lvalue required as left operand of assignment | |
LobVar.c:337: warning: statement with no effect | |
LobVar.c:341: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:341: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
LobVar.c:341: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:343: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:343: error: ‘PyMemberDef’ has no member named ‘fixedWidth’ | |
LobVar.c:344: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:344: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
LobVar.c:344: warning: comparison between pointer and integer | |
LobVar.c:345: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:345: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
LobVar.c:345: error: invalid operands to binary / (have ‘Py_ssize_t’ and ‘struct PyMemberDef *’) | |
LobVar.c:345: error: lvalue required as left operand of assignment | |
LobVar.c:345: warning: statement with no effect | |
LobVar.c:346: error: lvalue required as left operand of assignment | |
LobVar.c:346: warning: statement with no effect | |
LobVar.c:356: error: ‘status’ undeclared (first use in this function) | |
LobVar.c:356: warning: implicit declaration of function ‘OCILobWrite’ | |
LobVar.c:356: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:356: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:357: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:357: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:357: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:358: error: ‘OCI_ONE_PIECE’ undeclared (first use in this function) | |
LobVar.c:359: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:359: error: ‘PyMemberDef’ has no member named ‘charsetForm’ | |
LobVar.c:359: warning: statement with no effect | |
LobVar.c:362: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:363: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:363: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:363: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c: In function ‘LobVar_SetValue’: | |
LobVar.c:390: error: ‘boolean’ undeclared (first use in this function) | |
LobVar.c:390: warning: statement with no effect | |
LobVar.c:390: error: expected ‘;’ before ‘isTemporary’ | |
LobVar.c:391: error: ‘sword’ undeclared (first use in this function) | |
LobVar.c:391: warning: statement with no effect | |
LobVar.c:391: error: expected ‘;’ before ‘status’ | |
LobVar.c:392: error: ‘ub1’ undeclared (first use in this function) | |
LobVar.c:392: warning: statement with no effect | |
LobVar.c:392: error: expected ‘;’ before ‘lobType’ | |
LobVar.c:396: error: ‘status’ undeclared (first use in this function) | |
LobVar.c:396: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:396: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:397: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:397: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:397: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:397: error: ‘isTemporary’ undeclared (first use in this function) | |
LobVar.c:397: warning: statement with no effect | |
LobVar.c:398: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:399: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:399: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:399: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c:402: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:402: error: ‘PyMemberDef’ has no member named ‘oracleType’ | |
LobVar.c:403: error: ‘lobType’ undeclared (first use in this function) | |
LobVar.c:403: error: ‘OCI_TEMP_BLOB’ undeclared (first use in this function) | |
LobVar.c:403: warning: statement with no effect | |
LobVar.c:404: error: ‘OCI_TEMP_CLOB’ undeclared (first use in this function) | |
LobVar.c:404: warning: statement with no effect | |
LobVar.c:406: warning: implicit declaration of function ‘OCILobCreateTemporary’ | |
LobVar.c:406: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:406: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:407: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:407: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:407: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:408: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
LobVar.c:408: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:408: error: ‘PyMemberDef’ has no member named ‘charsetForm’ | |
LobVar.c:408: error: ‘FALSE’ undeclared (first use in this function) | |
LobVar.c:409: error: ‘OCI_DURATION_SESSION’ undeclared (first use in this function) | |
LobVar.c:409: warning: statement with no effect | |
LobVar.c:411: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:412: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:412: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:412: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c:418: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:418: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:419: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:419: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:419: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:419: warning: statement with no effect | |
LobVar.c:421: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:422: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:422: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:422: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c:426: warning: passing argument 4 of ‘LobVar_Write’ makes pointer from integer without a cast | |
LobVar.c:313: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
In file included from Variable.c:160, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
CursorVar.c: At top level: | |
CursorVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
CursorVar.c:66: error: called object ‘<erroneous-expression>’ is not a function | |
CursorVar.c:66: warning: excess elements in struct initializer | |
CursorVar.c:66: warning: (near initialization for ‘vt_Cursor’) | |
CursorVar.c:67: warning: excess elements in struct initializer | |
CursorVar.c:67: warning: (near initialization for ‘vt_Cursor’) | |
CursorVar.c:68: error: ‘SQLT_RSET’ undeclared here (not in a function) | |
CursorVar.c:68: warning: excess elements in struct initializer | |
CursorVar.c:68: warning: (near initialization for ‘vt_Cursor’) | |
CursorVar.c:69: warning: excess elements in struct initializer | |
CursorVar.c:69: warning: (near initialization for ‘vt_Cursor’) | |
CursorVar.c:70: error: ‘OCIStmt’ undeclared here (not in a function) | |
CursorVar.c:70: error: expected expression before ‘)’ token | |
CursorVar.c:70: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
CursorVar.c:70: warning: excess elements in struct initializer | |
CursorVar.c:70: warning: (near initialization for ‘vt_Cursor’) | |
CursorVar.c: In function ‘CursorVar_Initialize’: | |
CursorVar.c:89: error: ‘udt_Cursor’ has no member named ‘connection’ | |
CursorVar.c:90: error: ‘udt_CursorVar’ has no member named ‘connection’ | |
CursorVar.c:90: error: ‘udt_Cursor’ has no member named ‘connection’ | |
CursorVar.c:90: warning: statement with no effect | |
CursorVar.c:91: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:91: error: ‘udt_CursorVar’ has no member named ‘allocatedElements’ | |
CursorVar.c:91: warning: passing argument 1 of ‘PyList_New’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/listobject.h:47: note: expected ‘Py_ssize_t’ but argument is of type ‘struct PyMemberDef *’ | |
CursorVar.c:91: warning: statement with no effect | |
CursorVar.c:92: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:94: error: lvalue required as left operand of assignment | |
CursorVar.c:94: error: ‘udt_CursorVar’ has no member named ‘allocatedElements’ | |
CursorVar.c:94: warning: comparison of distinct pointer types lacks a cast | |
CursorVar.c:94: error: lvalue required as increment operand | |
CursorVar.c:95: error: ‘udt_CursorVar’ has no member named ‘connection’ | |
CursorVar.c:95: warning: passing argument 1 of ‘Connection_NewCursor’ from incompatible pointer type | |
Connection.c:56: note: expected ‘struct udt_Connection *’ but argument is of type ‘struct PyMemberDef *’ | |
CursorVar.c:100: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:100: error: array subscript is not an integer | |
CursorVar.c:100: warning: statement with no effect | |
CursorVar.c:105: error: ‘udt_CursorVar’ has no member named ‘data’ | |
CursorVar.c:105: error: array subscript is not an integer | |
CursorVar.c:105: error: ‘udt_Cursor’ has no member named ‘handle’ | |
CursorVar.c:105: warning: statement with no effect | |
CursorVar.c: In function ‘CursorVar_Finalize’: | |
CursorVar.c:119: error: ‘udt_CursorVar’ has no member named ‘connection’ | |
CursorVar.c:119: error: ‘udt_CursorVar’ has no member named ‘connection’ | |
CursorVar.c:119: error: ‘udt_CursorVar’ has no member named ‘connection’ | |
CursorVar.c:120: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:120: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:120: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:120: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c: In function ‘CursorVar_SetValue’: | |
CursorVar.c:140: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:140: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:140: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:140: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:142: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:144: error: ‘udt_Cursor’ has no member named ‘isOwned’ | |
CursorVar.c:147: error: ‘udt_Cursor’ has no member named ‘isOwned’ | |
CursorVar.c:147: warning: statement with no effect | |
CursorVar.c:151: error: ‘udt_CursorVar’ has no member named ‘data’ | |
CursorVar.c:151: error: ‘udt_Cursor’ has no member named ‘handle’ | |
CursorVar.c:151: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
CursorVar.c:151: warning: statement with no effect | |
CursorVar.c:152: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
CursorVar.c:152: warning: statement with no effect | |
CursorVar.c: In function ‘CursorVar_GetValue’: | |
CursorVar.c:167: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:168: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
CursorVar.c:168: warning: statement with no effect | |
In file included from ObjectVar.c:6, | |
from Variable.c:161, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
ObjectType.c: At top level: | |
ObjectType.c:12: error: expected specifier-qualifier-list before ‘OCIType’ | |
ObjectType.c:26: error: expected specifier-qualifier-list before ‘OCITypeCode’ | |
ObjectType.c:34: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c:37: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c:46: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:46: error: initializer element is not constant | |
ObjectType.c:46: error: (near initialization for ‘g_ObjectTypeMembers[0].offset’) | |
ObjectType.c:47: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:47: error: initializer element is not constant | |
ObjectType.c:47: error: (near initialization for ‘g_ObjectTypeMembers[1].offset’) | |
ObjectType.c:48: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:48: error: initializer element is not constant | |
ObjectType.c:48: error: (near initialization for ‘g_ObjectTypeMembers[2].offset’) | |
ObjectType.c:162: error: expected declaration specifiers or ‘...’ before ‘OCIDescribe’ | |
ObjectType.c: In function ‘ObjectType_Describe’: | |
ObjectType.c:164: error: ‘OCIParam’ undeclared (first use in this function) | |
ObjectType.c:164: error: ‘topLevelParam’ undeclared (first use in this function) | |
ObjectType.c:164: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:164: error: ‘attributeListParam’ undeclared (first use in this function) | |
ObjectType.c:164: warning: left-hand operand of comma expression has no effect | |
ObjectType.c:164: error: ‘attributeParam’ undeclared (first use in this function) | |
ObjectType.c:164: warning: left-hand operand of comma expression has no effect | |
ObjectType.c:164: warning: statement with no effect | |
ObjectType.c:166: error: ‘collectionParam’ undeclared (first use in this function) | |
ObjectType.c:166: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:166: warning: statement with no effect | |
ObjectType.c:167: error: ‘OCITypeCode’ undeclared (first use in this function) | |
ObjectType.c:167: warning: statement with no effect | |
ObjectType.c:167: error: expected ‘;’ before ‘typeCode’ | |
ObjectType.c:168: error: ‘ub2’ undeclared (first use in this function) | |
ObjectType.c:168: warning: statement with no effect | |
ObjectType.c:168: error: expected ‘;’ before ‘numAttributes’ | |
ObjectType.c:169: error: ‘sword’ undeclared (first use in this function) | |
ObjectType.c:169: warning: statement with no effect | |
ObjectType.c:169: error: expected ‘;’ before ‘status’ | |
ObjectType.c:173: error: ‘status’ undeclared (first use in this function) | |
ObjectType.c:173: warning: implicit declaration of function ‘OCIDescribeAny’ | |
ObjectType.c:173: error: ‘udt_Connection’ has no member named ‘handle’ | |
ObjectType.c:173: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:174: error: ‘dvoid’ undeclared (first use in this function) | |
ObjectType.c:174: error: expected expression before ‘)’ token | |
ObjectType.c:174: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:175: warning: statement with no effect | |
ObjectType.c:177: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:177: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:181: error: ‘describeHandle’ undeclared (first use in this function) | |
ObjectType.c:181: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
ObjectType.c:182: error: ‘OCI_ATTR_PARAM’ undeclared (first use in this function) | |
ObjectType.c:182: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:182: warning: statement with no effect | |
ObjectType.c:184: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:184: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:188: error: ‘OCI_DTYPE_PARAM’ undeclared (first use in this function) | |
ObjectType.c:188: error: ‘typeCode’ undeclared (first use in this function) | |
ObjectType.c:189: error: ‘OCI_ATTR_TYPECODE’ undeclared (first use in this function) | |
ObjectType.c:189: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:189: warning: statement with no effect | |
ObjectType.c:191: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:191: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:195: error: ‘OCI_TYPECODE_NAMEDCOLLECTION’ undeclared (first use in this function) | |
ObjectType.c:196: error: ‘udt_ObjectType’ has no member named ‘isCollection’ | |
ObjectType.c:196: warning: statement with no effect | |
ObjectType.c:200: error: ‘udt_ObjectType’ has no member named ‘collectionTypeCode’ | |
ObjectType.c:200: error: ‘OCI_ATTR_COLLECTION_TYPECODE’ undeclared (first use in this function) | |
ObjectType.c:201: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:201: warning: statement with no effect | |
ObjectType.c:203: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:203: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:208: error: ‘OCI_ATTR_COLLECTION_ELEMENT’ undeclared (first use in this function) | |
ObjectType.c:209: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:209: warning: statement with no effect | |
ObjectType.c:211: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:211: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:216: error: ‘udt_ObjectType’ has no member named ‘elementTypeCode’ | |
ObjectType.c:217: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:217: warning: statement with no effect | |
ObjectType.c:219: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:219: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:223: error: ‘udt_ObjectType’ has no member named ‘elementTypeCode’ | |
ObjectType.c:223: error: ‘OCI_TYPECODE_OBJECT’ undeclared (first use in this function) | |
ObjectType.c:224: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:226: error: ‘OCI_ATTR_TYPE_NAME’ undeclared (first use in this function) | |
ObjectType.c:226: warning: passing argument 2 of ‘ObjectType_New’ from incompatible pointer type | |
ObjectType.c:34: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:226: error: too many arguments to function ‘ObjectType_New’ | |
ObjectType.c:226: warning: statement with no effect | |
ObjectType.c:227: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:235: error: expected expression before ‘)’ token | |
ObjectType.c:235: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:236: warning: statement with no effect | |
ObjectType.c:238: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:238: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:242: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:242: error: ‘numAttributes’ undeclared (first use in this function) | |
ObjectType.c:242: warning: passing argument 1 of ‘PyList_New’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/listobject.h:47: note: expected ‘Py_ssize_t’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:242: warning: statement with no effect | |
ObjectType.c:243: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:245: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:245: warning: statement with no effect | |
ObjectType.c:246: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:251: error: expected expression before ‘)’ token | |
ObjectType.c:251: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:252: warning: statement with no effect | |
ObjectType.c:254: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:254: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:258: warning: comparison between pointer and integer | |
ObjectType.c:259: warning: implicit declaration of function ‘OCIParamGet’ | |
ObjectType.c:260: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:260: error: expected expression before ‘)’ token | |
ObjectType.c:260: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ObjectType.c:261: warning: statement with no effect | |
ObjectType.c:263: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:263: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:265: error: too many arguments to function ‘ObjectAttribute_New’ | |
ObjectType.c:268: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:269: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:270: warning: passing argument 1 of ‘PyDict_SetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:111: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c: At top level: | |
ObjectType.c:285: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c: In function ‘ObjectType_Initialize’: | |
ObjectType.c:288: error: ‘OCIDescribe’ undeclared (first use in this function) | |
ObjectType.c:288: error: ‘describeHandle’ undeclared (first use in this function) | |
ObjectType.c:288: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:288: warning: statement with no effect | |
ObjectType.c:289: error: ‘OCIRef’ undeclared (first use in this function) | |
ObjectType.c:289: error: ‘tdoReference’ undeclared (first use in this function) | |
ObjectType.c:289: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:289: warning: statement with no effect | |
ObjectType.c:290: error: ‘sword’ undeclared (first use in this function) | |
ObjectType.c:290: warning: statement with no effect | |
ObjectType.c:290: error: expected ‘;’ before ‘status’ | |
ObjectType.c:295: error: ‘status’ undeclared (first use in this function) | |
ObjectType.c:295: error: ‘param’ undeclared (first use in this function) | |
ObjectType.c:295: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
ObjectType.c:295: error: ‘dvoid’ undeclared (first use in this function) | |
ObjectType.c:295: error: expected expression before ‘)’ token | |
ObjectType.c:295: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:296: warning: statement with no effect | |
ObjectType.c:298: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:298: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:300: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:300: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ObjectType.c:300: warning: statement with no effect | |
ObjectType.c:302: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:306: error: expected expression before ‘)’ token | |
ObjectType.c:306: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:307: warning: statement with no effect | |
ObjectType.c:309: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:309: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:311: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:311: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ObjectType.c:311: warning: statement with no effect | |
ObjectType.c:313: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:317: error: expected expression before ‘)’ token | |
ObjectType.c:317: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:318: warning: statement with no effect | |
ObjectType.c:320: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:320: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:322: warning: implicit declaration of function ‘OCIObjectPin’ | |
ObjectType.c:322: error: ‘udt_Environment’ has no member named ‘handle’ | |
ObjectType.c:323: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:323: error: ‘OCI_PIN_ANY’ undeclared (first use in this function) | |
ObjectType.c:324: error: ‘OCI_DURATION_SESSION’ undeclared (first use in this function) | |
ObjectType.c:324: error: ‘OCI_LOCK_NONE’ undeclared (first use in this function) | |
ObjectType.c:324: error: expected expression before ‘)’ token | |
ObjectType.c:324: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ObjectType.c:324: warning: statement with no effect | |
ObjectType.c:326: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:326: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:330: error: ‘udt_Environment’ has no member named ‘handle’ | |
ObjectType.c:331: error: expected expression before ‘)’ token | |
ObjectType.c:331: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ObjectType.c:331: warning: statement with no effect | |
ObjectType.c:333: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:333: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:337: error: too many arguments to function ‘ObjectType_Describe’ | |
ObjectType.c:341: warning: statement with no effect | |
ObjectType.c:343: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:343: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c: At top level: | |
ObjectType.c:356: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c: In function ‘ObjectType_New’: | |
ObjectType.c:364: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:365: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:365: warning: assignment from incompatible pointer type | |
ObjectType.c:366: error: ‘udt_ObjectType’ has no member named ‘tdo’ | |
ObjectType.c:366: warning: statement with no effect | |
ObjectType.c:367: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:367: warning: statement with no effect | |
ObjectType.c:368: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:368: warning: statement with no effect | |
ObjectType.c:369: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:369: warning: statement with no effect | |
ObjectType.c:370: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:370: warning: statement with no effect | |
ObjectType.c:371: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:371: warning: statement with no effect | |
ObjectType.c:372: error: ‘udt_ObjectType’ has no member named ‘isCollection’ | |
ObjectType.c:372: warning: statement with no effect | |
ObjectType.c:373: error: ‘param’ undeclared (first use in this function) | |
ObjectType.c:373: warning: passing argument 3 of ‘ObjectType_Initialize’ from incompatible pointer type | |
ObjectType.c:282: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:373: error: too many arguments to function ‘ObjectType_Initialize’ | |
ObjectType.c: In function ‘ObjectType_NewByName’: | |
ObjectType.c:390: error: ‘OCIDescribe’ undeclared (first use in this function) | |
ObjectType.c:390: error: ‘describeHandle’ undeclared (first use in this function) | |
ObjectType.c:390: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:390: warning: statement with no effect | |
ObjectType.c:393: error: ‘OCIParam’ undeclared (first use in this function) | |
ObjectType.c:393: error: ‘param’ undeclared (first use in this function) | |
ObjectType.c:393: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:393: warning: statement with no effect | |
ObjectType.c:394: error: ‘sword’ undeclared (first use in this function) | |
ObjectType.c:394: warning: statement with no effect | |
ObjectType.c:394: error: expected ‘;’ before ‘status’ | |
ObjectType.c:397: error: ‘status’ undeclared (first use in this function) | |
ObjectType.c:397: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:397: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ObjectType.c:398: error: ‘dvoid’ undeclared (first use in this function) | |
ObjectType.c:398: error: expected expression before ‘)’ token | |
ObjectType.c:398: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ObjectType.c:398: warning: statement with no effect | |
ObjectType.c:399: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:400: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:400: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:400: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:405: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:405: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
ObjectType.c:405: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:406: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
ObjectType.c:409: error: ‘udt_Connection’ has no member named ‘handle’ | |
ObjectType.c:410: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:410: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ObjectType.c:410: error: expected expression before ‘)’ token | |
ObjectType.c:410: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:411: warning: statement with no effect | |
ObjectType.c:413: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:414: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:414: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:414: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:421: error: ‘OCI_ATTR_PARAM’ undeclared (first use in this function) | |
ObjectType.c:421: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:421: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ObjectType.c:421: warning: statement with no effect | |
ObjectType.c:422: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:423: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:423: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:423: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:429: error: ‘OCI_ATTR_NAME’ undeclared (first use in this function) | |
ObjectType.c:429: warning: passing argument 2 of ‘ObjectType_New’ from incompatible pointer type | |
ObjectType.c:354: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:429: error: too many arguments to function ‘ObjectType_New’ | |
ObjectType.c:436: warning: statement with no effect | |
ObjectType.c:437: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:438: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:438: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:438: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c: In function ‘ObjectType_Free’: | |
ObjectType.c:452: error: ‘udt_ObjectType’ has no member named ‘tdo’ | |
ObjectType.c:453: warning: implicit declaration of function ‘OCIObjectUnpin’ | |
ObjectType.c:453: error: ‘udt_Environment’ has no member named ‘handle’ | |
ObjectType.c:454: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:454: error: ‘udt_ObjectType’ has no member named ‘tdo’ | |
ObjectType.c:456: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:456: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:456: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:456: warning: statement with no effect | |
ObjectType.c:457: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:457: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:457: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:457: warning: statement with no effect | |
ObjectType.c:458: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:458: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:458: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:458: warning: statement with no effect | |
ObjectType.c:459: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:459: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:459: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:459: warning: statement with no effect | |
ObjectType.c:460: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:460: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:460: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:460: warning: statement with no effect | |
ObjectType.c: In function ‘ObjectType_Repr’: | |
ObjectType.c:482: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:482: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c: At top level: | |
ObjectType.c:503: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c: In function ‘ObjectAttribute_Initialize’: | |
ObjectType.c:505: error: ‘sword’ undeclared (first use in this function) | |
ObjectType.c:505: warning: statement with no effect | |
ObjectType.c:505: error: expected ‘;’ before ‘status’ | |
ObjectType.c:510: error: ‘status’ undeclared (first use in this function) | |
ObjectType.c:510: error: ‘param’ undeclared (first use in this function) | |
ObjectType.c:510: error: ‘OCI_DTYPE_PARAM’ undeclared (first use in this function) | |
ObjectType.c:510: error: ‘dvoid’ undeclared (first use in this function) | |
ObjectType.c:510: error: expected expression before ‘)’ token | |
ObjectType.c:510: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:511: warning: statement with no effect | |
ObjectType.c:512: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:513: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:513: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:513: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:515: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ObjectType.c:521: error: expected expression before ‘)’ token | |
ObjectType.c:521: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:522: warning: statement with no effect | |
ObjectType.c:523: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:524: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:524: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:524: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:528: error: ‘udt_ObjectAttribute’ has no member named ‘typeCode’ | |
ObjectType.c:529: error: ‘OCI_TYPECODE_NAMEDCOLLECTION’ undeclared (first use in this function) | |
ObjectType.c:530: error: ‘OCI_TYPECODE_OBJECT’ undeclared (first use in this function) | |
ObjectType.c:531: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c:532: error: ‘OCI_ATTR_TYPE_NAME’ undeclared (first use in this function) | |
ObjectType.c:532: warning: passing argument 2 of ‘ObjectType_New’ from incompatible pointer type | |
ObjectType.c:354: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:532: error: too many arguments to function ‘ObjectType_New’ | |
ObjectType.c:532: warning: statement with no effect | |
ObjectType.c:533: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c: At top level: | |
ObjectType.c:548: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c: In function ‘ObjectAttribute_New’: | |
ObjectType.c:557: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c:557: warning: statement with no effect | |
ObjectType.c:558: error: ‘param’ undeclared (first use in this function) | |
ObjectType.c:558: error: too many arguments to function ‘ObjectAttribute_Initialize’ | |
ObjectType.c: In function ‘ObjectAttribute_Free’: | |
ObjectType.c:575: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c:575: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c:575: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c:575: warning: statement with no effect | |
In file included from ObjectVar.c:7, | |
from Variable.c:161, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
ExternalObjectVar.c: At top level: | |
ExternalObjectVar.c:14: error: expected specifier-qualifier-list before ‘dvoid’ | |
ExternalObjectVar.c:26: error: expected declaration specifiers or ‘...’ before ‘OCITypeCode’ | |
ExternalObjectVar.c:26: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c:26: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c:82: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c:83: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_New’: | |
ExternalObjectVar.c:96: error: ‘udt_ExternalObjectVar’ has no member named ‘instance’ | |
ExternalObjectVar.c:96: error: ‘instance’ undeclared (first use in this function) | |
ExternalObjectVar.c:96: warning: statement with no effect | |
ExternalObjectVar.c:97: error: ‘udt_ExternalObjectVar’ has no member named ‘indicator’ | |
ExternalObjectVar.c:97: error: ‘indicator’ undeclared (first use in this function) | |
ExternalObjectVar.c:97: warning: statement with no effect | |
ExternalObjectVar.c:98: error: ‘udt_ExternalObjectVar’ has no member named ‘isIndependent’ | |
ExternalObjectVar.c:98: warning: statement with no effect | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_Free’: | |
ExternalObjectVar.c:110: error: ‘udt_ExternalObjectVar’ has no member named ‘isIndependent’ | |
ExternalObjectVar.c:111: warning: implicit declaration of function ‘OCIObjectFree’ | |
ExternalObjectVar.c:111: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:112: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ExternalObjectVar.c:113: error: ‘udt_ExternalObjectVar’ has no member named ‘instance’ | |
ExternalObjectVar.c:113: error: ‘OCI_OBJECTFREE_FORCE’ undeclared (first use in this function) | |
ExternalObjectVar.c: At top level: | |
ExternalObjectVar.c:126: error: expected declaration specifiers or ‘...’ before ‘OCIIter’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_ConvertCollectionElements’: | |
ExternalObjectVar.c:131: error: ‘dvoid’ undeclared (first use in this function) | |
ExternalObjectVar.c:131: error: ‘elementValue’ undeclared (first use in this function) | |
ExternalObjectVar.c:131: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:131: error: ‘elementIndicator’ undeclared (first use in this function) | |
ExternalObjectVar.c:131: warning: left-hand operand of comma expression has no effect | |
ExternalObjectVar.c:131: warning: statement with no effect | |
ExternalObjectVar.c:133: error: ‘boolean’ undeclared (first use in this function) | |
ExternalObjectVar.c:133: warning: statement with no effect | |
ExternalObjectVar.c:133: error: expected ‘;’ before ‘endOfCollection’ | |
ExternalObjectVar.c:134: error: ‘sword’ undeclared (first use in this function) | |
ExternalObjectVar.c:134: warning: statement with no effect | |
ExternalObjectVar.c:134: error: expected ‘;’ before ‘status’ | |
ExternalObjectVar.c:137: error: ‘status’ undeclared (first use in this function) | |
ExternalObjectVar.c:137: warning: implicit declaration of function ‘OCIIterNext’ | |
ExternalObjectVar.c:137: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:137: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ExternalObjectVar.c:138: error: ‘iter’ undeclared (first use in this function) | |
ExternalObjectVar.c:138: error: ‘endOfCollection’ undeclared (first use in this function) | |
ExternalObjectVar.c:138: warning: statement with no effect | |
ExternalObjectVar.c:140: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:140: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalObjectVar.c:145: error: ‘udt_ObjectType’ has no member named ‘elementTypeCode’ | |
ExternalObjectVar.c:146: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ExternalObjectVar.c:146: warning: passing argument 2 of ‘ExternalObjectVar_ConvertToPython’ from incompatible pointer type | |
ExternalObjectVar.c:25: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:146: warning: passing argument 3 of ‘ExternalObjectVar_ConvertToPython’ from incompatible pointer type | |
ExternalObjectVar.c:25: note: expected ‘struct udt_ObjectType *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:146: error: too many arguments to function ‘ExternalObjectVar_ConvertToPython’ | |
ExternalObjectVar.c: At top level: | |
ExternalObjectVar.c:166: error: expected declaration specifiers or ‘...’ before ‘OCIColl’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_ConvertCollection’: | |
ExternalObjectVar.c:171: error: ‘OCIIter’ undeclared (first use in this function) | |
ExternalObjectVar.c:171: error: ‘iter’ undeclared (first use in this function) | |
ExternalObjectVar.c:171: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:171: warning: statement with no effect | |
ExternalObjectVar.c:172: error: ‘sword’ undeclared (first use in this function) | |
ExternalObjectVar.c:172: warning: statement with no effect | |
ExternalObjectVar.c:172: error: expected ‘;’ before ‘status’ | |
ExternalObjectVar.c:176: error: ‘status’ undeclared (first use in this function) | |
ExternalObjectVar.c:176: warning: implicit declaration of function ‘OCIIterCreate’ | |
ExternalObjectVar.c:176: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:176: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ExternalObjectVar.c:177: error: ‘collectionValue’ undeclared (first use in this function) | |
ExternalObjectVar.c:177: warning: statement with no effect | |
ExternalObjectVar.c:179: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:179: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalObjectVar.c:186: warning: passing argument 2 of ‘ExternalObjectVar_ConvertCollectionElements’ from incompatible pointer type | |
ExternalObjectVar.c:124: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:186: warning: passing argument 4 of ‘ExternalObjectVar_ConvertCollectionElements’ from incompatible pointer type | |
ExternalObjectVar.c:124: note: expected ‘struct udt_ObjectType *’ but argument is of type ‘struct PyObject *’ | |
ExternalObjectVar.c:186: error: too many arguments to function ‘ExternalObjectVar_ConvertCollectionElements’ | |
ExternalObjectVar.c:192: warning: implicit declaration of function ‘OCIIterDelete’ | |
ExternalObjectVar.c:192: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:192: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ExternalObjectVar.c: At top level: | |
ExternalObjectVar.c:204: error: expected declaration specifiers or ‘...’ before ‘OCITypeCode’ | |
ExternalObjectVar.c:205: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c:206: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_ConvertToPython’: | |
ExternalObjectVar.c:210: error: ‘text’ undeclared (first use in this function) | |
ExternalObjectVar.c:210: error: ‘stringValue’ undeclared (first use in this function) | |
ExternalObjectVar.c:210: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:210: warning: statement with no effect | |
ExternalObjectVar.c:214: error: ‘OCIInd’ undeclared (first use in this function) | |
ExternalObjectVar.c:214: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:214: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:214: error: used struct type value where scalar is required | |
ExternalObjectVar.c:219: error: ‘typeCode’ undeclared (first use in this function) | |
ExternalObjectVar.c:220: error: ‘OCI_TYPECODE_CHAR’ undeclared (first use in this function) | |
ExternalObjectVar.c:221: error: ‘OCI_TYPECODE_VARCHAR’ undeclared (first use in this function) | |
ExternalObjectVar.c:222: error: ‘OCI_TYPECODE_VARCHAR2’ undeclared (first use in this function) | |
ExternalObjectVar.c:223: warning: implicit declaration of function ‘OCIStringPtr’ | |
ExternalObjectVar.c:223: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:224: error: ‘OCIString’ undeclared (first use in this function) | |
ExternalObjectVar.c:224: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:224: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ExternalObjectVar.c:224: warning: statement with no effect | |
ExternalObjectVar.c:225: warning: implicit declaration of function ‘OCIStringSize’ | |
ExternalObjectVar.c:225: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:226: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:226: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ExternalObjectVar.c:226: error: lvalue required as left operand of assignment | |
ExternalObjectVar.c:226: warning: statement with no effect | |
ExternalObjectVar.c:227: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ExternalObjectVar.c:229: error: ‘OCI_TYPECODE_NUMBER’ undeclared (first use in this function) | |
ExternalObjectVar.c:230: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:230: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:230: error: too many arguments to function ‘OracleNumberToPythonFloat’ | |
ExternalObjectVar.c:231: error: ‘OCI_TYPECODE_DATE’ undeclared (first use in this function) | |
ExternalObjectVar.c:232: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:232: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:232: error: too many arguments to function ‘OracleDateToPythonDate’ | |
ExternalObjectVar.c:233: error: ‘OCI_TYPECODE_TIMESTAMP’ undeclared (first use in this function) | |
ExternalObjectVar.c:235: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:235: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ExternalObjectVar.c:235: error: too many arguments to function ‘OracleTimestampToPythonDate’ | |
ExternalObjectVar.c:236: error: ‘OCI_TYPECODE_OBJECT’ undeclared (first use in this function) | |
ExternalObjectVar.c:237: error: ‘value’ undeclared (first use in this function) | |
ExternalObjectVar.c:238: error: ‘indicator’ undeclared (first use in this function) | |
ExternalObjectVar.c:238: warning: passing argument 3 of ‘ExternalObjectVar_New’ makes integer from pointer without a cast | |
ExternalObjectVar.c:79: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:238: error: too many arguments to function ‘ExternalObjectVar_New’ | |
ExternalObjectVar.c:239: error: ‘OCI_TYPECODE_NAMEDCOLLECTION’ undeclared (first use in this function) | |
ExternalObjectVar.c:241: error: ‘OCIColl’ undeclared (first use in this function) | |
ExternalObjectVar.c:241: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:241: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ExternalObjectVar.c:241: error: incompatible type for argument 2 of ‘ExternalObjectVar_ConvertCollection’ | |
ExternalObjectVar.c:164: note: expected ‘struct PyObject *’ but argument is of type ‘PyMemberDef’ | |
ExternalObjectVar.c:241: error: too few arguments to function ‘ExternalObjectVar_ConvertCollection’ | |
ExternalObjectVar.c:241: warning: return from incompatible pointer type | |
ExternalObjectVar.c:246: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_GetAttributeValue’: | |
ExternalObjectVar.c:258: error: ‘dvoid’ undeclared (first use in this function) | |
ExternalObjectVar.c:258: error: ‘valueIndicator’ undeclared (first use in this function) | |
ExternalObjectVar.c:258: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:258: error: ‘value’ undeclared (first use in this function) | |
ExternalObjectVar.c:258: warning: left-hand operand of comma expression has no effect | |
ExternalObjectVar.c:258: warning: statement with no effect | |
ExternalObjectVar.c:259: error: ‘OCIInd’ undeclared (first use in this function) | |
ExternalObjectVar.c:259: warning: statement with no effect | |
ExternalObjectVar.c:259: error: expected ‘;’ before ‘scalarValueIndicator’ | |
ExternalObjectVar.c:261: error: ‘sword’ undeclared (first use in this function) | |
ExternalObjectVar.c:261: warning: statement with no effect | |
ExternalObjectVar.c:261: error: expected ‘;’ before ‘status’ | |
ExternalObjectVar.c:262: error: ‘OCIType’ undeclared (first use in this function) | |
ExternalObjectVar.c:262: error: ‘tdo’ undeclared (first use in this function) | |
ExternalObjectVar.c:262: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:262: warning: statement with no effect | |
ExternalObjectVar.c:266: error: ‘udt_Environment’ has no member named ‘encoding’ | |
ExternalObjectVar.c:266: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:268: error: ‘status’ undeclared (first use in this function) | |
ExternalObjectVar.c:268: warning: implicit declaration of function ‘OCIObjectGetAttr’ | |
ExternalObjectVar.c:268: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:269: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ExternalObjectVar.c:269: error: ‘udt_ExternalObjectVar’ has no member named ‘instance’ | |
ExternalObjectVar.c:270: error: ‘udt_ExternalObjectVar’ has no member named ‘indicator’ | |
ExternalObjectVar.c:270: error: ‘udt_ObjectType’ has no member named ‘tdo’ | |
ExternalObjectVar.c:271: error: expected ‘)’ before ‘OraText’ | |
ExternalObjectVar.c:271: warning: type defaults to ‘int’ in declaration of ‘type name’ | |
ExternalObjectVar.c:271: warning: cast from pointer to integer of different size | |
ExternalObjectVar.c:272: error: ‘scalarValueIndicator’ undeclared (first use in this function) | |
ExternalObjectVar.c:272: warning: statement with no effect | |
ExternalObjectVar.c:275: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:275: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalObjectVar.c:280: warning: statement with no effect | |
ExternalObjectVar.c:283: error: ‘udt_ObjectAttribute’ has no member named ‘typeCode’ | |
ExternalObjectVar.c:284: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ExternalObjectVar.c:284: warning: passing argument 2 of ‘ExternalObjectVar_ConvertToPython’ from incompatible pointer type | |
ExternalObjectVar.c:202: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:284: warning: passing argument 3 of ‘ExternalObjectVar_ConvertToPython’ from incompatible pointer type | |
ExternalObjectVar.c:202: note: expected ‘struct udt_ObjectType *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:284: error: too many arguments to function ‘ExternalObjectVar_ConvertToPython’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_GetAttr’: | |
ExternalObjectVar.c:299: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ExternalObjectVar.c:299: warning: passing argument 1 of ‘PyDict_GetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:110: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
In file included from Variable.c:161, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
ObjectVar.c: At top level: | |
ObjectVar.c:13: error: expected specifier-qualifier-list before ‘OCIBind’ | |
ObjectVar.c:26: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectVar.c:34: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:34: error: initializer element is not constant | |
ObjectVar.c:34: error: (near initialization for ‘g_ObjectVarMembers[0].offset’) | |
ObjectVar.c:87: error: called object ‘<erroneous-expression>’ is not a function | |
ObjectVar.c:87: warning: excess elements in struct initializer | |
ObjectVar.c:87: warning: (near initialization for ‘vt_Object’) | |
ObjectVar.c:88: warning: excess elements in struct initializer | |
ObjectVar.c:88: warning: (near initialization for ‘vt_Object’) | |
ObjectVar.c:89: error: ‘SQLT_NTY’ undeclared here (not in a function) | |
ObjectVar.c:89: warning: excess elements in struct initializer | |
ObjectVar.c:89: warning: (near initialization for ‘vt_Object’) | |
ObjectVar.c:90: warning: excess elements in struct initializer | |
ObjectVar.c:90: warning: (near initialization for ‘vt_Object’) | |
ObjectVar.c:91: error: ‘dvoid’ undeclared here (not in a function) | |
ObjectVar.c:91: error: expected expression before ‘)’ token | |
ObjectVar.c:91: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectVar.c:91: warning: excess elements in struct initializer | |
ObjectVar.c:91: warning: (near initialization for ‘vt_Object’) | |
ObjectVar.c: In function ‘ObjectVar_Initialize’: | |
ObjectVar.c:109: error: ‘udt_Cursor’ has no member named ‘connection’ | |
ObjectVar.c:110: error: ‘udt_ObjectVar’ has no member named ‘connection’ | |
ObjectVar.c:110: error: ‘udt_Cursor’ has no member named ‘connection’ | |
ObjectVar.c:110: warning: statement with no effect | |
ObjectVar.c:111: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:111: warning: statement with no effect | |
ObjectVar.c:112: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:113: error: ‘udt_ObjectVar’ has no member named ‘allocatedElements’ | |
ObjectVar.c:113: error: expected expression before ‘)’ token | |
ObjectVar.c:113: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectVar.c:113: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectVar.c:113: warning: passing argument 1 of ‘PyMem_Malloc’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/pymem.h:52: note: expected ‘size_t’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:113: warning: statement with no effect | |
ObjectVar.c:114: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:118: error: ‘udt_ObjectVar’ has no member named ‘allocatedElements’ | |
ObjectVar.c:118: warning: comparison between pointer and integer | |
ObjectVar.c:119: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:119: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘void *’ | |
ObjectVar.c:119: warning: statement with no effect | |
ObjectVar.c:120: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:120: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘void *’ | |
ObjectVar.c:120: warning: statement with no effect | |
ObjectVar.c: In function ‘ObjectVar_Finalize’: | |
ObjectVar.c:135: error: ‘udt_ObjectVar’ has no member named ‘allocatedElements’ | |
ObjectVar.c:135: warning: comparison between pointer and integer | |
ObjectVar.c:136: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:136: error: used struct type value where scalar is required | |
ObjectVar.c:137: error: ‘udt_ObjectVar’ has no member named ‘environment’ | |
ObjectVar.c:137: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ObjectVar.c:138: error: ‘udt_ObjectVar’ has no member named ‘environment’ | |
ObjectVar.c:138: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ObjectVar.c:138: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:139: error: ‘OCI_OBJECTFREE_FORCE’ undeclared (first use in this function) | |
ObjectVar.c:141: error: ‘udt_ObjectVar’ has no member named ‘connection’ | |
ObjectVar.c:141: error: ‘udt_ObjectVar’ has no member named ‘connection’ | |
ObjectVar.c:141: error: ‘udt_ObjectVar’ has no member named ‘connection’ | |
ObjectVar.c:142: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:142: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:142: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:142: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:143: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:144: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c: At top level: | |
ObjectVar.c:154: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectVar.c: In function ‘ObjectVar_PreDefine’: | |
ObjectVar.c:156: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:156: error: ‘udt_ObjectVar’ has no member named ‘connection’ | |
ObjectVar.c:156: error: ‘param’ undeclared (first use in this function) | |
ObjectVar.c:157: error: ‘OCI_ATTR_TYPE_NAME’ undeclared (first use in this function) | |
ObjectVar.c:157: warning: passing argument 1 of ‘ObjectType_New’ from incompatible pointer type | |
ObjectType.c:354: note: expected ‘struct udt_Connection *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:157: warning: passing argument 2 of ‘ObjectType_New’ from incompatible pointer type | |
ObjectType.c:354: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:157: error: too many arguments to function ‘ObjectType_New’ | |
ObjectVar.c:157: warning: statement with no effect | |
ObjectVar.c:158: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c: In function ‘ObjectVar_PostDefine’: | |
ObjectVar.c:171: error: ‘sword’ undeclared (first use in this function) | |
ObjectVar.c:171: warning: statement with no effect | |
ObjectVar.c:171: error: expected ‘;’ before ‘status’ | |
ObjectVar.c:173: error: ‘status’ undeclared (first use in this function) | |
ObjectVar.c:173: warning: implicit declaration of function ‘OCIDefineObject’ | |
ObjectVar.c:173: error: ‘udt_ObjectVar’ has no member named ‘defineHandle’ | |
ObjectVar.c:174: error: ‘udt_ObjectVar’ has no member named ‘environment’ | |
ObjectVar.c:174: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ObjectVar.c:174: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:174: error: ‘PyMemberDef’ has no member named ‘tdo’ | |
ObjectVar.c:174: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:175: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:175: warning: statement with no effect | |
ObjectVar.c:176: error: ‘udt_ObjectVar’ has no member named ‘environment’ | |
ObjectVar.c:177: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:177: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:177: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectVar.c: In function ‘ObjectVar_IsNull’: | |
ObjectVar.c:189: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:189: error: wrong type argument to unary exclamation mark | |
ObjectVar.c:191: error: ‘OCIInd’ undeclared (first use in this function) | |
ObjectVar.c:191: error: expected expression before ‘)’ token | |
ObjectVar.c:191: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectVar.c:191: error: ‘OCI_IND_NULL’ undeclared (first use in this function) | |
ObjectVar.c:191: error: invalid operands to binary == (have ‘PyMemberDef’ and ‘struct PyMemberDef *’) | |
ObjectVar.c:191: warning: return makes integer from pointer without a cast | |
ObjectVar.c: In function ‘ObjectVar_GetValue’: | |
ObjectVar.c:206: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:206: error: wrong type argument to unary exclamation mark | |
ObjectVar.c:213: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:213: error: ‘PyMemberDef’ has no member named ‘isCollection’ | |
ObjectVar.c:214: error: ‘udt_ObjectVar’ has no member named ‘environment’ | |
ObjectVar.c:215: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:215: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:215: warning: passing argument 1 of ‘ExternalObjectVar_ConvertCollection’ from incompatible pointer type | |
ExternalObjectVar.c:164: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:215: error: incompatible type for argument 2 of ‘ExternalObjectVar_ConvertCollection’ | |
ExternalObjectVar.c:164: note: expected ‘struct PyObject *’ but argument is of type ‘PyMemberDef’ | |
ObjectVar.c:215: warning: passing argument 3 of ‘ExternalObjectVar_ConvertCollection’ from incompatible pointer type | |
ExternalObjectVar.c:164: note: expected ‘struct udt_ObjectType *’ but argument is of type ‘struct PyObject *’ | |
ObjectVar.c:215: error: too many arguments to function ‘ExternalObjectVar_ConvertCollection’ | |
ObjectVar.c:218: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:219: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:219: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:219: warning: passing argument 2 of ‘ExternalObjectVar_New’ from incompatible pointer type | |
ExternalObjectVar.c:79: note: expected ‘struct udt_ObjectType *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:219: error: incompatible type for argument 3 of ‘ExternalObjectVar_New’ | |
ExternalObjectVar.c:79: note: expected ‘int’ but argument is of type ‘PyMemberDef’ | |
ObjectVar.c:219: error: too many arguments to function ‘ExternalObjectVar_New’ | |
ObjectVar.c:222: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:222: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘void *’ | |
ObjectVar.c:222: warning: statement with no effect | |
ObjectVar.c:223: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:223: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘void *’ | |
ObjectVar.c:223: warning: statement with no effect | |
In file included from Variable.c:162, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
IntervalVar.c: At top level: | |
IntervalVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
IntervalVar.c:64: error: called object ‘<erroneous-expression>’ is not a function | |
IntervalVar.c:64: warning: excess elements in struct initializer | |
IntervalVar.c:64: warning: (near initialization for ‘vt_Interval’) | |
IntervalVar.c:65: warning: excess elements in struct initializer | |
IntervalVar.c:65: warning: (near initialization for ‘vt_Interval’) | |
IntervalVar.c:66: error: ‘SQLT_INTERVAL_DS’ undeclared here (not in a function) | |
IntervalVar.c:66: warning: excess elements in struct initializer | |
IntervalVar.c:66: warning: (near initialization for ‘vt_Interval’) | |
IntervalVar.c:67: warning: excess elements in struct initializer | |
IntervalVar.c:67: warning: (near initialization for ‘vt_Interval’) | |
IntervalVar.c:68: error: ‘OCIInterval’ undeclared here (not in a function) | |
IntervalVar.c:68: error: expected expression before ‘)’ token | |
IntervalVar.c:68: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
IntervalVar.c:68: warning: excess elements in struct initializer | |
IntervalVar.c:68: warning: (near initialization for ‘vt_Interval’) | |
IntervalVar.c: In function ‘IntervalVar_Initialize’: | |
IntervalVar.c:84: error: ‘sword’ undeclared (first use in this function) | |
IntervalVar.c:84: warning: statement with no effect | |
IntervalVar.c:84: error: expected ‘;’ before ‘status’ | |
IntervalVar.c:88: error: lvalue required as left operand of assignment | |
IntervalVar.c:88: error: ‘udt_IntervalVar’ has no member named ‘allocatedElements’ | |
IntervalVar.c:88: warning: comparison of distinct pointer types lacks a cast | |
IntervalVar.c:88: error: lvalue required as increment operand | |
IntervalVar.c:89: error: ‘status’ undeclared (first use in this function) | |
IntervalVar.c:89: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:89: error: ‘PyMemberDef’ has no member named ‘handle’ | |
IntervalVar.c:90: error: expected expression before ‘)’ token | |
IntervalVar.c:90: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
IntervalVar.c:90: warning: statement with no effect | |
IntervalVar.c:91: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:92: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
IntervalVar.c:92: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
IntervalVar.c:92: error: too many arguments to function ‘Environment_CheckForError’ | |
IntervalVar.c: In function ‘IntervalVar_Finalize’: | |
IntervalVar.c:109: error: lvalue required as left operand of assignment | |
IntervalVar.c:109: error: ‘udt_IntervalVar’ has no member named ‘allocatedElements’ | |
IntervalVar.c:109: warning: comparison of distinct pointer types lacks a cast | |
IntervalVar.c:109: error: lvalue required as increment operand | |
IntervalVar.c:110: error: ‘udt_IntervalVar’ has no member named ‘data’ | |
IntervalVar.c:110: error: array subscript is not an integer | |
IntervalVar.c:111: error: ‘udt_IntervalVar’ has no member named ‘data’ | |
IntervalVar.c:111: error: array subscript is not an integer | |
IntervalVar.c:111: error: ‘OCI_DTYPE_INTERVAL_DS’ undeclared (first use in this function) | |
IntervalVar.c: In function ‘IntervalVar_SetValue’: | |
IntervalVar.c:125: error: ‘sb4’ undeclared (first use in this function) | |
IntervalVar.c:125: warning: statement with no effect | |
IntervalVar.c:125: error: expected ‘;’ before ‘hours’ | |
IntervalVar.c:127: error: ‘sword’ undeclared (first use in this function) | |
IntervalVar.c:127: warning: statement with no effect | |
IntervalVar.c:127: error: expected ‘;’ before ‘status’ | |
IntervalVar.c:135: error: ‘hours’ undeclared (first use in this function) | |
IntervalVar.c:135: warning: statement with no effect | |
IntervalVar.c:135: error: expected ‘;’ before ‘delta’ | |
IntervalVar.c:136: error: ‘seconds’ undeclared (first use in this function) | |
IntervalVar.c:136: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
IntervalVar.c:136: error: invalid operands to binary - (have ‘int’ and ‘struct PyMemberDef *’) | |
IntervalVar.c:136: warning: statement with no effect | |
IntervalVar.c:137: error: ‘minutes’ undeclared (first use in this function) | |
IntervalVar.c:137: warning: statement with no effect | |
IntervalVar.c:137: error: expected ‘;’ before ‘seconds’ | |
IntervalVar.c:138: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
IntervalVar.c:138: warning: statement with no effect | |
IntervalVar.c:139: error: ‘status’ undeclared (first use in this function) | |
IntervalVar.c:139: warning: implicit declaration of function ‘OCIIntervalSetDaySecond’ | |
IntervalVar.c:139: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:139: error: ‘PyMemberDef’ has no member named ‘handle’ | |
IntervalVar.c:140: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:140: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
IntervalVar.c:141: error: ‘udt_IntervalVar’ has no member named ‘data’ | |
IntervalVar.c:141: warning: statement with no effect | |
IntervalVar.c:142: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:143: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
IntervalVar.c:143: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
IntervalVar.c:143: error: too many arguments to function ‘Environment_CheckForError’ | |
IntervalVar.c: In function ‘IntervalVar_GetValue’: | |
IntervalVar.c:158: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:158: error: ‘udt_IntervalVar’ has no member named ‘data’ | |
IntervalVar.c:158: warning: passing argument 1 of ‘OracleIntervalToPythonDelta’ from incompatible pointer type | |
Transforms.c:34: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
IntervalVar.c:158: error: too many arguments to function ‘OracleIntervalToPythonDelta’ | |
In file included from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Variable.c: In function ‘Variable_AllocateData’: | |
Variable.c:175: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:175: error: ‘PyMemberDef’ has no member named ‘getBufferSizeProc’ | |
Variable.c:176: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:176: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:176: error: ‘PyMemberDef’ has no member named ‘getBufferSizeProc’ | |
Variable.c:176: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:176: warning: statement with no effect | |
Variable.c:177: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:177: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:177: warning: statement with no effect | |
Variable.c:180: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:181: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:186: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:186: warning: statement with no effect | |
Variable.c:187: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c: In function ‘Variable_New’: | |
Variable.c:210: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Variable.c:210: error: ‘PyMemberDef’ has no member named ‘tp_alloc’ | |
Variable.c:210: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Variable.c:210: error: called object ‘<erroneous-expression>’ is not a function | |
Variable.c:215: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:215: error: ‘PyMemberDef’ has no member named ‘environment’ | |
Variable.c:216: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:216: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:216: error: ‘PyMemberDef’ has no member named ‘environment’ | |
Variable.c:216: warning: statement with no effect | |
Variable.c:217: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:217: warning: statement with no effect | |
Variable.c:218: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:218: warning: statement with no effect | |
Variable.c:219: error: ‘udt_Variable’ has no member named ‘defineHandle’ | |
Variable.c:219: warning: statement with no effect | |
Variable.c:220: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:220: warning: statement with no effect | |
Variable.c:221: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:221: warning: statement with no effect | |
Variable.c:222: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:222: warning: statement with no effect | |
Variable.c:223: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c:223: warning: statement with no effect | |
Variable.c:225: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:225: warning: statement with no effect | |
Variable.c:226: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:226: warning: statement with no effect | |
Variable.c:227: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:227: warning: statement with no effect | |
Variable.c:228: error: ‘udt_Variable’ has no member named ‘internalFetchNum’ | |
Variable.c:228: warning: statement with no effect | |
Variable.c:229: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:229: warning: statement with no effect | |
Variable.c:230: error: ‘udt_Variable’ has no member named ‘isAllocatedInternally’ | |
Variable.c:230: warning: statement with no effect | |
Variable.c:231: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:231: warning: statement with no effect | |
Variable.c:232: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:232: warning: statement with no effect | |
Variable.c:233: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:233: warning: statement with no effect | |
Variable.c:234: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:234: warning: statement with no effect | |
Variable.c:235: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:235: warning: statement with no effect | |
Variable.c:239: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:239: error: ‘udt_VariableType’ has no member named ‘size’ | |
Variable.c:239: warning: statement with no effect | |
Variable.c:240: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Variable.c:241: error: ‘ub2’ undeclared (first use in this function) | |
Variable.c:241: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:242: warning: assignment from incompatible pointer type | |
Variable.c:243: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:243: warning: statement with no effect | |
Variable.c:253: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:253: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:253: error: ‘sb2’ undeclared (first use in this function) | |
Variable.c:253: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:253: warning: passing argument 1 of ‘PyMem_Malloc’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/pymem.h:52: note: expected ‘size_t’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:253: warning: statement with no effect | |
Variable.c:254: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:261: error: lvalue required as left operand of assignment | |
Variable.c:261: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:261: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:261: error: lvalue required as increment operand | |
Variable.c:262: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:262: error: array subscript is not an integer | |
Variable.c:262: error: ‘OCI_IND_NULL’ undeclared (first use in this function) | |
Variable.c:262: warning: statement with no effect | |
Variable.c:265: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Variable.c:266: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:266: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:266: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:266: warning: passing argument 1 of ‘PyMem_Malloc’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/pymem.h:52: note: expected ‘size_t’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:266: warning: statement with no effect | |
Variable.c:267: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:275: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:275: error: ‘PyMemberDef’ has no member named ‘initializeProc’ | |
Variable.c:276: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:276: error: ‘PyMemberDef’ has no member named ‘initializeProc’ | |
Variable.c:276: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c: In function ‘Variable_Free’: | |
Variable.c:293: error: ‘udt_Variable’ has no member named ‘isAllocatedInternally’ | |
Variable.c:294: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:294: error: ‘PyMemberDef’ has no member named ‘finalizeProc’ | |
Variable.c:295: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:295: error: ‘PyMemberDef’ has no member named ‘finalizeProc’ | |
Variable.c:295: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:295: warning: statement with no effect | |
Variable.c:296: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:297: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:298: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:299: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:300: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:301: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:302: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:303: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:305: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:305: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:305: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:305: warning: statement with no effect | |
Variable.c:306: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:306: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:306: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:306: warning: statement with no effect | |
Variable.c:307: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:307: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:307: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:307: warning: statement with no effect | |
Variable.c:308: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:308: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:308: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:308: warning: statement with no effect | |
Variable.c: In function ‘Variable_Resize’: | |
Variable.c:325: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:325: warning: assignment from incompatible pointer type | |
Variable.c:326: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:326: error: lvalue required as left operand of assignment | |
Variable.c:326: warning: statement with no effect | |
Variable.c:327: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:327: warning: statement with no effect | |
Variable.c:332: error: lvalue required as left operand of assignment | |
Variable.c:332: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:332: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:332: error: lvalue required as increment operand | |
Variable.c:333: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:333: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:333: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int (*)()’) | |
Variable.c:333: error: invalid operands to binary + (have ‘char *’ and ‘struct PyMemberDef *’) | |
Variable.c:334: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’) | |
Variable.c:334: error: invalid operands to binary + (have ‘char *’ and ‘struct PyMemberDef *’) | |
Variable.c:335: warning: passing argument 3 of ‘memcpy’ makes integer from pointer without a cast | |
/usr/include/bits/string3.h:49: note: expected ‘size_t’ but argument is of type ‘int (*)()’ | |
Variable.c:339: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:339: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c: In function ‘Variable_TypeByPythonType’: | |
Variable.c:426: error: ‘udt_Cursor’ has no member named ‘numbersAsStrings’ | |
Variable.c: In function ‘Variable_TypeByValue’: | |
Variable.c:484: error: lvalue required as left operand of assignment | |
Variable.c:484: warning: statement with no effect | |
Variable.c:488: error: lvalue required as left operand of assignment | |
Variable.c:488: warning: statement with no effect | |
Variable.c:489: warning: comparison between pointer and integer | |
Variable.c:495: error: lvalue required as left operand of assignment | |
Variable.c:495: warning: statement with no effect | |
Variable.c:496: warning: comparison between pointer and integer | |
Variable.c:518: error: lvalue required as left operand of assignment | |
Variable.c:518: warning: statement with no effect | |
Variable.c:520: warning: comparison between pointer and integer | |
Variable.c:554: error: ‘udt_VariableType’ has no member named ‘size’ | |
Variable.c:554: error: lvalue required as left operand of assignment | |
Variable.c:554: warning: statement with no effect | |
Variable.c: At top level: | |
Variable.c:571: error: expected ‘)’ before ‘oracleDataType’ | |
Variable.c:639: error: expected ‘)’ before ‘*’ token | |
Variable.c: In function ‘Variable_MakeArray’: | |
Variable.c:676: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:676: error: ‘PyMemberDef’ has no member named ‘canBeInArray’ | |
Variable.c:681: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:681: warning: statement with no effect | |
Variable.c: In function ‘Variable_DefaultNewByValue’: | |
Variable.c:697: error: function ‘size’ is initialized like a variable | |
Variable.c:697: error: nested function ‘size’ declared but never defined | |
Variable.c: In function ‘Variable_NewByValue’: | |
Variable.c:755: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Variable.c:755: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Variable.c:755: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:756: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Variable.c:757: warning: passing argument 2 of ‘Variable_NewByInputTypeHandler’ from incompatible pointer type | |
Variable.c:720: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:758: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:758: error: ‘PyMemberDef’ has no member named ‘inputTypeHandler’ | |
Variable.c:759: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:759: error: ‘PyMemberDef’ has no member named ‘inputTypeHandler’ | |
Variable.c:759: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:761: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:761: error: ‘PyMemberDef’ has no member named ‘inputTypeHandler’ | |
Variable.c:761: warning: passing argument 2 of ‘Variable_NewByInputTypeHandler’ from incompatible pointer type | |
Variable.c:720: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_NewArrayByType’: | |
Variable.c:800: error: ‘udt_VariableType’ has no member named ‘size’ | |
Variable.c:800: warning: passing argument 4 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_NewByType’: | |
Variable.c:832: warning: passing argument 4 of ‘Variable_New’ makes pointer from integer without a cast | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
Variable.c:849: error: ‘udt_VariableType’ has no member named ‘size’ | |
Variable.c:849: warning: passing argument 4 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: At top level: | |
Variable.c:859: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
Variable.c: In function ‘Variable_NewByOutputTypeHandler’: | |
Variable.c:868: error: ‘sb2’ undeclared (first use in this function) | |
Variable.c:868: warning: statement with no effect | |
Variable.c:868: error: expected ‘;’ before ‘precision’ | |
Variable.c:869: error: ‘sword’ undeclared (first use in this function) | |
Variable.c:869: warning: statement with no effect | |
Variable.c:869: error: expected ‘;’ before ‘status’ | |
Variable.c:871: error: ‘sb1’ undeclared (first use in this function) | |
Variable.c:871: warning: statement with no effect | |
Variable.c:871: error: expected ‘;’ before ‘scale’ | |
Variable.c:874: error: ‘status’ undeclared (first use in this function) | |
Variable.c:874: error: ‘param’ undeclared (first use in this function) | |
Variable.c:874: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
Variable.c:874: error: expected expression before ‘)’ token | |
Variable.c:874: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:875: warning: statement with no effect | |
Variable.c:876: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:877: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:877: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:877: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:881: error: ‘precision’ undeclared (first use in this function) | |
Variable.c:881: error: ‘scale’ undeclared (first use in this function) | |
Variable.c:881: warning: statement with no effect | |
Variable.c:882: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Variable.c:882: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:883: error: expected expression before ‘)’ token | |
Variable.c:883: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:884: warning: statement with no effect | |
Variable.c:885: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:886: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:886: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:886: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:888: error: expected expression before ‘)’ token | |
Variable.c:888: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:889: warning: statement with no effect | |
Variable.c:890: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:891: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:891: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:891: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:897: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Variable.c:917: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:917: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Variable.c: At top level: | |
Variable.c:935: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
Variable.c: In function ‘Variable_DefineHelper’: | |
Variable.c:940: error: ‘ub2’ undeclared (first use in this function) | |
Variable.c:940: warning: statement with no effect | |
Variable.c:940: error: expected ‘;’ before ‘sizeFromOracle’ | |
Variable.c:942: error: ‘sword’ undeclared (first use in this function) | |
Variable.c:942: warning: statement with no effect | |
Variable.c:942: error: expected ‘;’ before ‘status’ | |
Variable.c:946: warning: implicit declaration of function ‘Variable_TypeByOracleDescriptor’ | |
Variable.c:946: error: ‘param’ undeclared (first use in this function) | |
Variable.c:946: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:946: warning: assignment makes pointer from integer without a cast | |
Variable.c:949: error: ‘udt_Cursor’ has no member named ‘numbersAsStrings’ | |
Variable.c:953: error: ‘udt_VariableType’ has no member named ‘size’ | |
Variable.c:953: error: lvalue required as left operand of assignment | |
Variable.c:953: warning: statement with no effect | |
Variable.c:954: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Variable.c:957: error: ‘status’ undeclared (first use in this function) | |
Variable.c:957: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
Variable.c:958: error: expected expression before ‘)’ token | |
Variable.c:958: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:959: warning: statement with no effect | |
Variable.c:960: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:961: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:961: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:961: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:965: error: ‘sizeFromOracle’ undeclared (first use in this function) | |
Variable.c:966: error: lvalue required as left operand of assignment | |
Variable.c:966: warning: statement with no effect | |
Variable.c:969: error: ‘udt_Cursor’ has no member named ‘outputSize’ | |
Variable.c:970: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Variable.c:971: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Variable.c:971: warning: comparison between pointer and integer | |
Variable.c:972: error: ‘udt_Cursor’ has no member named ‘outputSize’ | |
Variable.c:972: error: lvalue required as left operand of assignment | |
Variable.c:972: warning: statement with no effect | |
Variable.c:977: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Variable.c:977: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Variable.c:977: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:979: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Variable.c:979: warning: passing argument 2 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:979: warning: passing argument 3 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘struct udt_VariableType *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:979: warning: passing argument 4 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘int (*)()’ but argument is of type ‘struct udt_VariableType *’ | |
Variable.c:979: warning: passing argument 5 of ‘Variable_NewByOutputTypeHandler’ makes integer from pointer without a cast | |
Variable.c:857: note: expected ‘unsigned int’ but argument is of type ‘int (*)()’ | |
Variable.c:979: error: too many arguments to function ‘Variable_NewByOutputTypeHandler’ | |
Variable.c:980: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:980: error: ‘PyMemberDef’ has no member named ‘outputTypeHandler’ | |
Variable.c:981: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:981: error: ‘PyMemberDef’ has no member named ‘outputTypeHandler’ | |
Variable.c:981: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:983: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:983: error: ‘PyMemberDef’ has no member named ‘outputTypeHandler’ | |
Variable.c:984: warning: passing argument 2 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:984: warning: passing argument 3 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘struct udt_VariableType *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:984: warning: passing argument 4 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘int (*)()’ but argument is of type ‘struct udt_VariableType *’ | |
Variable.c:984: warning: passing argument 5 of ‘Variable_NewByOutputTypeHandler’ makes integer from pointer without a cast | |
Variable.c:857: note: expected ‘unsigned int’ but argument is of type ‘int (*)()’ | |
Variable.c:984: error: too many arguments to function ‘Variable_NewByOutputTypeHandler’ | |
Variable.c:990: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:990: error: ‘PyMemberDef’ has no member named ‘preDefineProc’ | |
Variable.c:991: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:991: error: ‘PyMemberDef’ has no member named ‘preDefineProc’ | |
Variable.c:991: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:998: warning: implicit declaration of function ‘OCIDefineByPos’ | |
Variable.c:998: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Variable.c:998: error: ‘udt_Variable’ has no member named ‘defineHandle’ | |
Variable.c:999: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:999: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:999: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:1000: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1000: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1000: error: ‘PyMemberDef’ has no member named ‘oracleType’ | |
Variable.c:1000: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1001: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1001: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1001: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Variable.c:1001: warning: statement with no effect | |
Variable.c:1002: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1003: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1003: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1003: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:1009: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1009: error: ‘PyMemberDef’ has no member named ‘postDefineProc’ | |
Variable.c:1010: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1010: error: ‘PyMemberDef’ has no member named ‘postDefineProc’ | |
Variable.c:1010: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c: In function ‘Variable_Define’: | |
Variable.c:1030: error: ‘OCIParam’ undeclared (first use in this function) | |
Variable.c:1030: error: ‘param’ undeclared (first use in this function) | |
Variable.c:1030: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1030: warning: statement with no effect | |
Variable.c:1031: error: ‘sword’ undeclared (first use in this function) | |
Variable.c:1031: warning: statement with no effect | |
Variable.c:1031: error: expected ‘;’ before ‘status’ | |
Variable.c:1034: error: ‘status’ undeclared (first use in this function) | |
Variable.c:1034: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Variable.c:1034: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Variable.c:1035: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:1035: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:1035: warning: statement with no effect | |
Variable.c:1036: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:1037: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1037: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1037: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:1041: warning: passing argument 2 of ‘Variable_DefineHelper’ makes integer from pointer without a cast | |
Variable.c:933: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1041: error: too many arguments to function ‘Variable_DefineHelper’ | |
Variable.c:1042: error: ‘OCI_DTYPE_PARAM’ undeclared (first use in this function) | |
Variable.c: In function ‘Variable_InternalBind’: | |
Variable.c:1054: error: ‘sword’ undeclared (first use in this function) | |
Variable.c:1054: warning: statement with no effect | |
Variable.c:1054: error: expected ‘;’ before ‘status’ | |
Variable.c:1057: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1059: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1060: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1060: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
Variable.c:1060: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1060: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1062: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:1063: error: ‘status’ undeclared (first use in this function) | |
Variable.c:1063: warning: implicit declaration of function ‘OCIBindByName’ | |
Variable.c:1063: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:1063: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1064: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1064: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:1064: error: ‘text’ undeclared (first use in this function) | |
Variable.c:1064: error: expected expression before ‘)’ token | |
Variable.c:1064: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1068: warning: statement with no effect | |
Variable.c:1070: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:1070: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1071: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1071: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:1071: error: expected expression before ‘)’ token | |
Variable.c:1071: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1074: warning: statement with no effect | |
Variable.c:1078: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:1079: warning: implicit declaration of function ‘OCIBindByPos’ | |
Variable.c:1079: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:1079: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1080: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1080: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:1080: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c:1080: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:1081: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1081: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1081: error: ‘PyMemberDef’ has no member named ‘oracleType’ | |
Variable.c:1081: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1082: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1082: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1082: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1083: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:1083: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Variable.c:1083: warning: statement with no effect | |
Variable.c:1085: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:1085: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1086: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1086: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:1086: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c:1086: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:1087: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1087: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1087: error: ‘PyMemberDef’ has no member named ‘oracleType’ | |
Variable.c:1087: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1088: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1088: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1088: warning: statement with no effect | |
Variable.c:1091: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1092: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1092: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1092: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:1096: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1096: error: ‘PyMemberDef’ has no member named ‘charsetForm’ | |
Variable.c:1097: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1097: error: ‘OCI_HTYPE_BIND’ undeclared (first use in this function) | |
Variable.c:1098: error: expected expression before ‘)’ token | |
Variable.c:1098: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1099: warning: statement with no effect | |
Variable.c:1100: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1101: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1101: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1101: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:1103: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1104: error: expected expression before ‘)’ token | |
Variable.c:1104: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1105: warning: statement with no effect | |
Variable.c:1106: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1107: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1107: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1107: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:1112: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1112: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1112: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1112: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1113: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:1113: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1113: error: ‘PyMemberDef’ has no member named ‘size’ | |
Variable.c:1114: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1115: error: expected expression before ‘)’ token | |
Variable.c:1115: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1116: warning: statement with no effect | |
Variable.c:1117: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1118: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1118: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1118: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c: In function ‘Variable_Bind’: | |
Variable.c:1137: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1137: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1137: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1137: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c:1137: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1141: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c:1141: warning: statement with no effect | |
Variable.c:1142: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:1142: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Variable.c:1142: warning: statement with no effect | |
Variable.c:1143: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1143: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1143: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1143: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1145: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1145: warning: statement with no effect | |
Variable.c: In function ‘Variable_VerifyFetch’: | |
Variable.c:1163: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1163: error: ‘PyMemberDef’ has no member named ‘isVariableLength’ | |
Variable.c:1164: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1164: error: invalid operands to binary != (have ‘PyMemberDef’ and ‘int’) | |
Variable.c:1165: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1165: warning: passing argument 1 of ‘Error_New’ from incompatible pointer type | |
Error.c:78: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1166: error: ‘udt_Error’ has no member named ‘code’ | |
Variable.c:1166: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1166: warning: statement with no effect | |
Variable.c:1169: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1169: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘PyMemberDef’ | |
Variable.c:1170: error: ‘udt_Error’ has no member named ‘message’ | |
Variable.c:1170: warning: statement with no effect | |
Variable.c:1171: error: ‘udt_Error’ has no member named ‘message’ | |
Variable.c: In function ‘Variable_GetSingleValue’: | |
Variable.c:1193: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1193: warning: comparison between pointer and integer | |
Variable.c:1200: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1200: error: ‘PyMemberDef’ has no member named ‘isNullProc’ | |
Variable.c:1201: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1201: error: ‘PyMemberDef’ has no member named ‘isNullProc’ | |
Variable.c:1201: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:1201: warning: assignment makes integer from pointer without a cast | |
Variable.c:1202: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1202: error: ‘OCI_IND_NULL’ undeclared (first use in this function) | |
Variable.c:1202: error: invalid operands to binary == (have ‘PyMemberDef’ and ‘struct PyMemberDef *’) | |
Variable.c:1202: warning: assignment makes integer from pointer without a cast | |
Variable.c:1213: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1213: error: ‘PyMemberDef’ has no member named ‘getValueProc’ | |
Variable.c:1213: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:1213: warning: assignment from incompatible pointer type | |
Variable.c:1214: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:1214: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:1214: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1215: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:1215: warning: passing argument 1 of ‘PyObject_CallFunctionObjArgs’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/abstract.h:358: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_GetArrayValue’: | |
Variable.c:1235: warning: passing argument 1 of ‘PyList_New’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/listobject.h:47: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
Variable.c:1239: error: lvalue required as left operand of assignment | |
Variable.c:1239: error: lvalue required as increment operand | |
Variable.c:1240: warning: passing argument 2 of ‘Variable_GetSingleValue’ makes integer from pointer without a cast | |
Variable.c:1185: note: expected ‘unsigned int’ but argument is of type ‘int (*)()’ | |
Variable.c:1245: error: array subscript is not an integer | |
Variable.c:1245: warning: statement with no effect | |
Variable.c: In function ‘Variable_GetValue’: | |
Variable.c:1260: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:1261: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:1261: warning: passing argument 2 of ‘Variable_GetArrayValue’ from incompatible pointer type | |
Variable.c:1228: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_SetSingleValue’: | |
Variable.c:1279: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1279: warning: comparison between pointer and integer | |
Variable.c:1286: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:1286: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:1286: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1287: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:1288: warning: passing argument 1 of ‘PyObject_CallFunctionObjArgs’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/abstract.h:358: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1296: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1296: error: ‘OCI_IND_NULL’ undeclared (first use in this function) | |
Variable.c:1296: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
Variable.c:1296: warning: statement with no effect | |
Variable.c:1301: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1301: error: ‘OCI_IND_NOTNULL’ undeclared (first use in this function) | |
Variable.c:1301: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
Variable.c:1301: warning: statement with no effect | |
Variable.c:1302: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1302: error: ‘PyMemberDef’ has no member named ‘isVariableLength’ | |
Variable.c:1303: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1303: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘int’ | |
Variable.c:1303: warning: statement with no effect | |
Variable.c:1304: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1304: error: ‘PyMemberDef’ has no member named ‘setValueProc’ | |
Variable.c:1304: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:1304: warning: assignment makes integer from pointer without a cast | |
Variable.c: In function ‘Variable_SetArrayValue’: | |
Variable.c:1329: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1329: warning: comparison between pointer and integer | |
Variable.c:1336: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:1336: warning: statement with no effect | |
Variable.c:1337: error: lvalue required as left operand of assignment | |
Variable.c:1337: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:1337: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1337: error: lvalue required as increment operand | |
Variable.c:1338: error: array subscript is not an integer | |
Variable.c:1338: warning: passing argument 2 of ‘Variable_SetSingleValue’ makes integer from pointer without a cast | |
Variable.c:1270: note: expected ‘unsigned int’ but argument is of type ‘int (*)()’ | |
Variable.c:1338: warning: passing argument 3 of ‘Variable_SetSingleValue’ from incompatible pointer type | |
Variable.c:1270: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_SetValue’: | |
Variable.c:1354: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c: In function ‘Variable_ExternalCopy’: | |
Variable.c:1385: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1385: error: ‘PyMemberDef’ has no member named ‘canBeCopied’ | |
Variable.c:1392: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1392: warning: comparison between pointer and integer | |
Variable.c:1397: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1397: warning: comparison between pointer and integer | |
Variable.c:1404: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1404: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1411: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1411: error: ‘OCI_IND_NULL’ undeclared (first use in this function) | |
Variable.c:1411: error: invalid operands to binary == (have ‘PyMemberDef’ and ‘struct PyMemberDef *’) | |
Variable.c:1412: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1412: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
Variable.c:1412: warning: statement with no effect | |
Variable.c:1416: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1416: error: ‘OCI_IND_NOTNULL’ undeclared (first use in this function) | |
Variable.c:1416: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
Variable.c:1416: warning: statement with no effect | |
Variable.c:1419: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1420: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1421: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1422: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1423: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1424: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1425: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:1425: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1425: error: invalid operands to binary * (have ‘unsigned int’ and ‘struct PyMemberDef *’) | |
Variable.c:1425: error: invalid operands to binary + (have ‘char *’ and ‘struct PyMemberDef *’) | |
Variable.c:1426: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:1426: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1426: error: invalid operands to binary * (have ‘unsigned int’ and ‘struct PyMemberDef *’) | |
Variable.c:1426: error: invalid operands to binary + (have ‘char *’ and ‘struct PyMemberDef *’) | |
Variable.c:1427: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1427: warning: passing argument 3 of ‘memcpy’ makes integer from pointer without a cast | |
/usr/include/bits/string3.h:49: note: expected ‘size_t’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_Repr’: | |
Variable.c:1484: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:1485: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:1485: warning: passing argument 2 of ‘Variable_GetArrayValue’ from incompatible pointer type | |
Variable.c:1228: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1486: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1486: warning: comparison between pointer and integer | |
Variable.c:1488: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1488: warning: passing argument 2 of ‘Variable_GetArrayValue’ from incompatible pointer type | |
Variable.c:1228: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
In file included from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Cursor.c: In function ‘Cursor_IsOpen’: | |
Cursor.c:247: error: ‘udt_Cursor’ has no member named ‘isOpen’ | |
Cursor.c:251: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:251: warning: passing argument 1 of ‘Connection_IsConnected’ from incompatible pointer type | |
Connection.c:213: note: expected ‘struct udt_Connection *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c: In function ‘Cursor_Init’: | |
Cursor.c:285: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:285: warning: statement with no effect | |
Cursor.c:286: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:286: error: ‘udt_Connection’ has no member named ‘environment’ | |
Cursor.c:286: warning: statement with no effect | |
Cursor.c:287: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Cursor.c:287: warning: statement with no effect | |
Cursor.c:288: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:288: warning: statement with no effect | |
Cursor.c:289: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:289: warning: statement with no effect | |
Cursor.c:290: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:290: warning: statement with no effect | |
Cursor.c:291: error: ‘udt_Cursor’ has no member named ‘outputSize’ | |
Cursor.c:291: warning: statement with no effect | |
Cursor.c:292: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Cursor.c:292: warning: statement with no effect | |
Cursor.c:293: error: ‘udt_Cursor’ has no member named ‘isOpen’ | |
Cursor.c:293: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_Repr’: | |
Cursor.c:311: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c: In function ‘Cursor_Free’: | |
Cursor.c:344: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:344: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:344: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:344: warning: statement with no effect | |
Cursor.c:345: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:345: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:345: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:345: warning: statement with no effect | |
Cursor.c:346: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:346: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:346: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:346: warning: statement with no effect | |
Cursor.c:347: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:347: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:347: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:347: warning: statement with no effect | |
Cursor.c:348: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:348: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:348: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:348: warning: statement with no effect | |
Cursor.c:349: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:349: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:349: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:349: warning: statement with no effect | |
Cursor.c:350: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Cursor.c:350: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Cursor.c:350: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Cursor.c:350: warning: statement with no effect | |
Cursor.c:351: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Cursor.c:351: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Cursor.c:351: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Cursor.c:351: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_GetBindNames’: | |
Cursor.c:366: error: ‘ub1’ undeclared (first use in this function) | |
Cursor.c:366: error: ‘bindNameLengths’ undeclared (first use in this function) | |
Cursor.c:366: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:366: error: ‘indicatorNameLengths’ undeclared (first use in this function) | |
Cursor.c:366: warning: left-hand operand of comma expression has no effect | |
Cursor.c:366: error: ‘duplicate’ undeclared (first use in this function) | |
Cursor.c:366: warning: left-hand operand of comma expression has no effect | |
Cursor.c:366: warning: statement with no effect | |
Cursor.c:368: error: ‘OCIBind’ undeclared (first use in this function) | |
Cursor.c:368: error: ‘bindHandles’ undeclared (first use in this function) | |
Cursor.c:368: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Cursor.c:368: warning: statement with no effect | |
Cursor.c:370: error: ‘sb4’ undeclared (first use in this function) | |
Cursor.c:370: warning: statement with no effect | |
Cursor.c:370: error: expected ‘;’ before ‘foundElements’ | |
Cursor.c:372: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:372: warning: statement with no effect | |
Cursor.c:372: error: expected ‘;’ before ‘status’ | |
Cursor.c:375: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:385: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:386: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:386: error: expected expression before ‘)’ token | |
Cursor.c:386: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:386: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:386: warning: assignment makes integer from pointer without a cast | |
Cursor.c:393: error: expected expression before ‘)’ token | |
Cursor.c:393: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:394: error: called object ‘<erroneous-expression>’ is not a function | |
Cursor.c:394: warning: statement with no effect | |
Cursor.c:396: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
Cursor.c:396: error: invalid operands to binary + (have ‘char *’ and ‘struct PyMemberDef *’) | |
Cursor.c:397: error: expected expression before ‘)’ token | |
Cursor.c:397: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:398: error: called object ‘<erroneous-expression>’ is not a function | |
Cursor.c:398: warning: statement with no effect | |
Cursor.c:399: error: expected expression before ‘)’ token | |
Cursor.c:399: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:400: error: called object ‘<erroneous-expression>’ is not a function | |
Cursor.c:400: warning: statement with no effect | |
Cursor.c:401: error: expected expression before ‘)’ token | |
Cursor.c:401: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Cursor.c:402: error: called object ‘<erroneous-expression>’ is not a function | |
Cursor.c:402: warning: statement with no effect | |
Cursor.c:405: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:405: warning: implicit declaration of function ‘OCIStmtGetBindInfo’ | |
Cursor.c:405: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:406: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:406: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:406: error: ‘foundElements’ undeclared (first use in this function) | |
Cursor.c:407: error: ‘text’ undeclared (first use in this function) | |
Cursor.c:407: error: expected expression before ‘)’ token | |
Cursor.c:407: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Cursor.c:408: warning: statement with no effect | |
Cursor.c:409: error: ‘OCI_NO_DATA’ undeclared (first use in this function) | |
Cursor.c:410: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:411: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:411: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:411: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:418: warning: passing argument 1 of ‘abs’ makes integer from pointer without a cast | |
/usr/include/stdlib.h:771: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:429: warning: comparison between pointer and integer | |
Cursor.c:430: error: wrong type argument to unary exclamation mark | |
Cursor.c:431: error: incompatible type for argument 2 of ‘PyString_FromStringAndSize’ | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘PyMemberDef’ | |
Cursor.c:431: warning: assignment from incompatible pointer type | |
Cursor.c: In function ‘Cursor_PerformDefine’: | |
Cursor.c:464: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:464: warning: statement with no effect | |
Cursor.c:464: error: expected ‘;’ before ‘status’ | |
Cursor.c:467: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:467: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:467: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:467: error: expected expression before ‘)’ token | |
Cursor.c:467: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:468: warning: statement with no effect | |
Cursor.c:469: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:470: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:470: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:470: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:474: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:474: warning: statement with no effect | |
Cursor.c:475: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:479: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:479: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Cursor.c:479: warning: statement with no effect | |
Cursor.c:481: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:481: warning: passing argument 2 of ‘Variable_Define’ makes integer from pointer without a cast | |
Variable.c:1024: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:484: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c: In function ‘Cursor_SetRowCount’: | |
Cursor.c:499: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:499: warning: statement with no effect | |
Cursor.c:499: error: expected ‘;’ before ‘status’ | |
Cursor.c:501: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:501: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:502: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:502: warning: statement with no effect | |
Cursor.c:503: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:503: warning: statement with no effect | |
Cursor.c:504: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:504: warning: statement with no effect | |
Cursor.c:505: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:505: error: ‘OCI_STMT_INSERT’ undeclared (first use in this function) | |
Cursor.c:506: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:506: error: ‘OCI_STMT_UPDATE’ undeclared (first use in this function) | |
Cursor.c:507: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:507: error: ‘OCI_STMT_DELETE’ undeclared (first use in this function) | |
Cursor.c:508: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:508: error: ‘OCI_STMT_BEGIN’ undeclared (first use in this function) | |
Cursor.c:509: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:509: error: ‘OCI_STMT_DECLARE’ undeclared (first use in this function) | |
Cursor.c:510: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:510: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:510: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:511: error: ‘OCI_ATTR_ROW_COUNT’ undeclared (first use in this function) | |
Cursor.c:511: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:511: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:511: warning: statement with no effect | |
Cursor.c:512: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:513: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:513: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:513: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:515: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:515: warning: statement with no effect | |
Cursor.c:517: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:517: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_SetErrorOffset’: | |
Cursor.c:533: error: ‘ub2’ undeclared (first use in this function) | |
Cursor.c:533: warning: statement with no effect | |
Cursor.c:533: error: expected ‘;’ before ‘offset’ | |
Cursor.c:538: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:538: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:538: error: ‘offset’ undeclared (first use in this function) | |
Cursor.c:539: error: ‘OCI_ATTR_PARSE_ERROR_OFFSET’ undeclared (first use in this function) | |
Cursor.c:539: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:539: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:542: error: ‘udt_Error’ has no member named ‘offset’ | |
Cursor.c:542: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_InternalExecute’: | |
Cursor.c:558: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:558: warning: statement with no effect | |
Cursor.c:558: error: expected ‘;’ before ‘status’ | |
Cursor.c:561: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:561: error: ‘PyMemberDef’ has no member named ‘autocommit’ | |
Cursor.c:562: error: ‘OCI_COMMIT_ON_SUCCESS’ undeclared (first use in this function) | |
Cursor.c:562: error: lvalue required as left operand of assignment | |
Cursor.c:562: warning: statement with no effect | |
Cursor.c:563: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Cursor.c:563: error: lvalue required as left operand of assignment | |
Cursor.c:563: warning: statement with no effect | |
Cursor.c:566: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:566: warning: implicit declaration of function ‘OCIStmtExecute’ | |
Cursor.c:566: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:566: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Cursor.c:566: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:567: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:567: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:567: warning: statement with no effect | |
Cursor.c:569: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:570: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:570: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:570: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c: In function ‘Cursor_GetStatementType’: | |
Cursor.c:587: error: ‘ub2’ undeclared (first use in this function) | |
Cursor.c:587: warning: statement with no effect | |
Cursor.c:587: error: expected ‘;’ before ‘statementType’ | |
Cursor.c:588: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:588: warning: statement with no effect | |
Cursor.c:588: error: expected ‘;’ before ‘status’ | |
Cursor.c:590: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:590: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:590: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:591: error: expected expression before ‘)’ token | |
Cursor.c:591: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:592: warning: statement with no effect | |
Cursor.c:593: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:594: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:594: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:594: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:596: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:596: error: ‘statementType’ undeclared (first use in this function) | |
Cursor.c:596: warning: statement with no effect | |
Cursor.c:597: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:598: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:598: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:598: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:599: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:599: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_FixupBoundCursor’: | |
Cursor.c:614: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:614: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:617: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:617: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c: At top level: | |
Cursor.c:635: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
Cursor.c: In function ‘Cursor_ItemDescriptionHelper’: | |
Cursor.c:637: error: ‘ub2’ undeclared (first use in this function) | |
Cursor.c:637: warning: statement with no effect | |
Cursor.c:637: error: expected ‘;’ before ‘internalSize’ | |
Cursor.c:642: error: ‘sb2’ undeclared (first use in this function) | |
Cursor.c:642: warning: statement with no effect | |
Cursor.c:642: error: expected ‘;’ before ‘precision’ | |
Cursor.c:643: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:643: warning: statement with no effect | |
Cursor.c:643: error: expected ‘;’ before ‘status’ | |
Cursor.c:645: error: ‘ub1’ undeclared (first use in this function) | |
Cursor.c:645: warning: statement with no effect | |
Cursor.c:645: error: expected ‘;’ before ‘nullOk’ | |
Cursor.c:646: error: ‘sb1’ undeclared (first use in this function) | |
Cursor.c:646: warning: statement with no effect | |
Cursor.c:646: error: expected ‘;’ before ‘scale’ | |
Cursor.c:649: error: ‘param’ undeclared (first use in this function) | |
Cursor.c:649: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:649: warning: assignment makes pointer from integer without a cast | |
Cursor.c:654: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:654: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
Cursor.c:654: error: expected expression before ‘)’ token | |
Cursor.c:654: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:655: warning: statement with no effect | |
Cursor.c:656: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:657: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:657: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:657: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:661: error: expected expression before ‘)’ token | |
Cursor.c:661: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:662: warning: statement with no effect | |
Cursor.c:663: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:664: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:664: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:664: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:668: error: expected expression before ‘)’ token | |
Cursor.c:668: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:669: warning: statement with no effect | |
Cursor.c:670: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:671: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:671: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:671: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:675: error: ‘scale’ undeclared (first use in this function) | |
Cursor.c:675: warning: statement with no effect | |
Cursor.c:676: error: ‘precision’ undeclared (first use in this function) | |
Cursor.c:676: warning: statement with no effect | |
Cursor.c:677: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Cursor.c:677: warning: comparison of distinct pointer types lacks a cast | |
Cursor.c:678: error: expected expression before ‘)’ token | |
Cursor.c:678: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:679: warning: statement with no effect | |
Cursor.c:680: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:681: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:681: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:681: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:683: error: expected expression before ‘)’ token | |
Cursor.c:683: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:684: warning: statement with no effect | |
Cursor.c:685: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:686: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:686: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:686: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:691: error: expected expression before ‘)’ token | |
Cursor.c:691: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:692: warning: statement with no effect | |
Cursor.c:693: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:694: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:694: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:694: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:698: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Cursor.c:700: error: ‘charSize’ undeclared (first use in this function) | |
Cursor.c:700: warning: assignment makes integer from pointer without a cast | |
Cursor.c:703: warning: assignment makes integer from pointer without a cast | |
Cursor.c:706: error: ‘internalSize’ undeclared (first use in this function) | |
Cursor.c:706: warning: assignment makes integer from pointer without a cast | |
Cursor.c:708: warning: assignment makes integer from pointer without a cast | |
Cursor.c:711: warning: assignment makes integer from pointer without a cast | |
Cursor.c:715: warning: assignment makes integer from pointer without a cast | |
Cursor.c:717: warning: assignment makes integer from pointer without a cast | |
Cursor.c:732: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
Cursor.c:737: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:738: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:739: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:740: error: ‘nullOk’ undeclared (first use in this function) | |
Cursor.c: In function ‘Cursor_ItemDescription’: | |
Cursor.c:763: error: ‘OCIParam’ undeclared (first use in this function) | |
Cursor.c:763: error: ‘param’ undeclared (first use in this function) | |
Cursor.c:763: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:763: warning: statement with no effect | |
Cursor.c:764: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:764: warning: statement with no effect | |
Cursor.c:764: error: expected ‘;’ before ‘status’ | |
Cursor.c:767: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:767: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:767: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:768: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:768: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:768: warning: statement with no effect | |
Cursor.c:769: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:770: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:770: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:770: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:774: error: too many arguments to function ‘Cursor_ItemDescriptionHelper’ | |
Cursor.c:775: error: ‘OCI_DTYPE_PARAM’ undeclared (first use in this function) | |
Cursor.c: In function ‘Cursor_GetDescription’: | |
Cursor.c:791: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:791: warning: statement with no effect | |
Cursor.c:791: error: expected ‘;’ before ‘status’ | |
Cursor.c:802: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:802: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:808: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:808: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:808: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:808: error: expected expression before ‘)’ token | |
Cursor.c:808: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:809: warning: statement with no effect | |
Cursor.c:810: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:811: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:811: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:811: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c: In function ‘Cursor_Close’: | |
Cursor.c:849: error: ‘udt_Cursor’ has no member named ‘isOpen’ | |
Cursor.c:849: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_SetBindVariableHelper’: | |
Cursor.c:888: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Cursor.c:888: warning: comparison between pointer and integer | |
Cursor.c:889: error: ‘udt_Variable’ has no member named ‘type’ | |
Cursor.c:890: error: ‘udt_Variable’ has no member named ‘size’ | |
Cursor.c:890: warning: passing argument 3 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘struct udt_VariableType *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:890: warning: passing argument 4 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:922: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Cursor.c:922: warning: statement with no effect | |
Cursor.c:923: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Cursor.c:923: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Cursor.c:923: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Cursor.c:923: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Cursor.c:924: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Cursor.c:924: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_SetBindVariables’: | |
Cursor.c:966: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:967: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:973: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:978: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:978: warning: statement with no effect | |
Cursor.c:979: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:979: warning: statement with no effect | |
Cursor.c:980: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:993: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1002: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1003: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1004: warning: passing argument 1 of ‘PyList_SetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/listobject.h:50: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1009: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1010: warning: passing argument 1 of ‘PyList_Append’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/listobject.h:52: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1023: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1023: warning: passing argument 1 of ‘PyDict_GetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:110: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1029: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1030: warning: passing argument 1 of ‘PyDict_SetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:111: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c: In function ‘Cursor_PerformBind’: | |
Cursor.c:1052: error: ‘ub2’ undeclared (first use in this function) | |
Cursor.c:1052: warning: statement with no effect | |
Cursor.c:1052: error: expected ‘;’ before ‘i’ | |
Cursor.c:1058: error: ‘udt_Cursor’ has no member named ‘setInputSizes’ | |
Cursor.c:1058: warning: statement with no effect | |
Cursor.c:1061: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1062: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1064: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1064: warning: passing argument 1 of ‘PyDict_Next’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:114: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1069: error: ‘i’ undeclared (first use in this function) | |
Cursor.c:1069: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1069: error: called object ‘<erroneous-expression>’ is not a function | |
Cursor.c:1069: error: lvalue required as increment operand | |
Cursor.c:1070: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1070: error: array subscript is not an integer | |
Cursor.c:1070: warning: assignment from incompatible pointer type | |
Cursor.c:1073: warning: passing argument 4 of ‘Variable_Bind’ from incompatible pointer type | |
Variable.c:1130: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c: In function ‘Cursor_CreateRow’: | |
Cursor.c:1099: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1106: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1107: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:1107: warning: passing argument 2 of ‘Variable_GetValue’ makes integer from pointer without a cast | |
Variable.c:1256: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1116: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:1116: error: lvalue required as increment operand | |
Cursor.c:1116: warning: statement with no effect | |
Cursor.c:1117: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:1117: error: lvalue required as increment operand | |
Cursor.c:1117: warning: statement with no effect | |
Cursor.c:1120: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1120: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1120: warning: comparison of distinct pointer types lacks a cast | |
Cursor.c:1121: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1121: warning: passing argument 1 of ‘PyObject_CallObject’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/abstract.h:314: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c: In function ‘Cursor_InternalPrepare’: | |
Cursor.c:1140: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:1140: warning: statement with no effect | |
Cursor.c:1140: error: expected ‘;’ before ‘status’ | |
Cursor.c:1143: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1151: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1151: warning: comparison of distinct pointer types lacks a cast | |
Cursor.c:1152: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1152: error: ‘OCI_STMT_CREATE’ undeclared (first use in this function) | |
Cursor.c:1153: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1153: error: ‘OCI_STMT_DROP’ undeclared (first use in this function) | |
Cursor.c:1154: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1154: error: ‘OCI_STMT_ALTER’ undeclared (first use in this function) | |
Cursor.c:1156: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1156: warning: assignment from incompatible pointer type | |
Cursor.c:1160: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1160: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1160: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1160: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1162: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1162: warning: statement with no effect | |
Cursor.c:1165: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:1165: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:1165: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:1165: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:1167: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:1167: warning: statement with no effect | |
Cursor.c:1172: error: ‘udt_Cursor’ has no member named ‘isOwned’ | |
Cursor.c:1172: warning: statement with no effect | |
Cursor.c:1174: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1174: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
Cursor.c:1174: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1177: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1177: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
Cursor.c:1177: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1182: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:1182: warning: implicit declaration of function ‘OCIStmtPrepare2’ | |
Cursor.c:1182: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:1182: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Cursor.c:1182: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:1183: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1183: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:1183: error: ‘text’ undeclared (first use in this function) | |
Cursor.c:1183: error: expected expression before ‘)’ token | |
Cursor.c:1183: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:1185: warning: statement with no effect | |
Cursor.c:1189: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1190: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1190: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1190: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:1194: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:1194: warning: statement with no effect | |
Cursor.c:1199: error: ‘udt_Cursor’ has no member named ‘setInputSizes’ | |
Cursor.c:1200: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1200: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1200: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1200: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1201: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1201: warning: statement with no effect | |
Cursor.c:1205: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1205: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1205: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1205: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1206: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1206: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_Parse’: | |
Cursor.c:1226: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:1226: warning: statement with no effect | |
Cursor.c:1226: error: expected ‘;’ before ‘status’ | |
Cursor.c:1242: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1242: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:1243: error: ‘OCI_DESCRIBE_ONLY’ undeclared (first use in this function) | |
Cursor.c:1243: error: lvalue required as left operand of assignment | |
Cursor.c:1243: warning: statement with no effect | |
Cursor.c:1244: error: ‘OCI_PARSE_ONLY’ undeclared (first use in this function) | |
Cursor.c:1244: error: lvalue required as left operand of assignment | |
Cursor.c:1244: warning: statement with no effect | |
Cursor.c:1246: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:1246: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:1246: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Cursor.c:1246: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:1247: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1247: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:1247: warning: statement with no effect | |
Cursor.c:1249: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1250: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1250: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1250: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c: In function ‘Cursor_CallProc’: | |
Cursor.c:1575: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1580: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c: In function ‘Cursor_Execute’: | |
Cursor.c:1643: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1643: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:1644: warning: passing argument 2 of ‘Cursor_InternalExecute’ makes pointer from integer without a cast | |
Cursor.c:554: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
Cursor.c:1648: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1652: error: ‘udt_Cursor’ has no member named ‘outputSize’ | |
Cursor.c:1652: warning: statement with no effect | |
Cursor.c:1653: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Cursor.c:1653: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_ExecuteMany’: | |
Cursor.c:1693: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1693: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:1718: warning: passing argument 2 of ‘Cursor_InternalExecute’ makes pointer from integer without a cast | |
Cursor.c:554: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
Cursor.c: In function ‘Cursor_ExecuteManyPrepared’: | |
Cursor.c:1742: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:1742: warning: comparison between pointer and integer | |
Cursor.c:1753: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1753: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:1764: warning: passing argument 2 of ‘Cursor_InternalExecute’ makes pointer from integer without a cast | |
Cursor.c:554: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
Cursor.c: In function ‘Cursor_VerifyFetch’: | |
Cursor.c:1788: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1788: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c: In function ‘Cursor_InternalFetch’: | |
Cursor.c:1806: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:1806: warning: statement with no effect | |
Cursor.c:1806: error: expected ‘;’ before ‘status’ | |
Cursor.c:1810: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1814: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1815: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1816: error: ‘udt_Variable’ has no member named ‘internalFetchNum’ | |
Cursor.c:1816: error: lvalue required as increment operand | |
Cursor.c:1816: warning: statement with no effect | |
Cursor.c:1817: error: ‘udt_Variable’ has no member named ‘type’ | |
Cursor.c:1817: error: ‘PyMemberDef’ has no member named ‘preFetchProc’ | |
Cursor.c:1818: error: ‘udt_Variable’ has no member named ‘type’ | |
Cursor.c:1818: error: ‘PyMemberDef’ has no member named ‘preFetchProc’ | |
Cursor.c:1818: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Cursor.c:1823: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:1823: warning: implicit declaration of function ‘OCIStmtFetch’ | |
Cursor.c:1823: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:1823: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1823: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:1824: error: ‘OCI_FETCH_NEXT’ undeclared (first use in this function) | |
Cursor.c:1824: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Cursor.c:1824: warning: statement with no effect | |
Cursor.c:1826: error: ‘OCI_NO_DATA’ undeclared (first use in this function) | |
Cursor.c:1827: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1828: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1828: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1828: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:1831: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:1831: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:1832: error: ‘OCI_ATTR_ROW_COUNT’ undeclared (first use in this function) | |
Cursor.c:1832: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1832: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:1832: warning: statement with no effect | |
Cursor.c:1833: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1834: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1834: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1834: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:1836: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1836: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:1836: error: invalid operands to binary - (have ‘int (*)()’ and ‘struct PyMemberDef *’) | |
Cursor.c:1836: warning: statement with no effect | |
Cursor.c:1837: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:1837: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_MoreRows’: | |
Cursor.c:1850: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:1850: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1851: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1851: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1851: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:1852: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:1852: warning: passing argument 2 of ‘Cursor_InternalFetch’ makes integer from pointer without a cast | |
Cursor.c:1801: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1855: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:1855: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c: In function ‘Cursor_FetchMany’: | |
Cursor.c:1945: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Cursor.c:1945: warning: assignment makes integer from pointer without a cast | |
Cursor.c: In function ‘Cursor_FetchRaw’: | |
Cursor.c:1985: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:1985: warning: assignment makes integer from pointer without a cast | |
Cursor.c:1989: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:1989: warning: comparison between pointer and integer | |
Cursor.c:1996: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1996: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1996: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:2003: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:2003: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:2003: warning: statement with no effect | |
Cursor.c:2004: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:2004: warning: assignment makes integer from pointer without a cast | |
Cursor.c:2005: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:2005: warning: comparison between pointer and integer | |
Cursor.c:2006: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:2006: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_SetInputSizes’: | |
Cursor.c:2038: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2038: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2038: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2038: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2040: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2040: warning: statement with no effect | |
Cursor.c:2041: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2041: warning: statement with no effect | |
Cursor.c:2042: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2044: error: ‘udt_Cursor’ has no member named ‘setInputSizes’ | |
Cursor.c:2044: warning: statement with no effect | |
Cursor.c:2050: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:2050: warning: passing argument 3 of ‘Variable_NewByType’ makes integer from pointer without a cast | |
Variable.c:816: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:2053: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2054: warning: passing argument 1 of ‘PyDict_SetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:111: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:2065: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2067: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:2067: warning: passing argument 3 of ‘Variable_NewByType’ makes integer from pointer without a cast | |
Variable.c:816: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:2070: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2075: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2076: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2076: warning: return from incompatible pointer type | |
Cursor.c: In function ‘Cursor_SetOutputSize’: | |
Cursor.c:2088: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Cursor.c:2088: warning: statement with no effect | |
Cursor.c:2089: error: ‘udt_Cursor’ has no member named ‘outputSize’ | |
Cursor.c:2090: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Cursor.c: In function ‘Cursor_Var’: | |
Cursor.c:2118: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:2118: warning: assignment makes integer from pointer without a cast | |
Cursor.c:2129: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Cursor.c:2130: error: ‘udt_VariableType’ has no member named ‘size’ | |
Cursor.c:2130: warning: assignment makes integer from pointer without a cast | |
Cursor.c:2138: warning: passing argument 4 of ‘Variable_New’ makes pointer from integer without a cast | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
Cursor.c:2142: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Cursor.c:2142: warning: statement with no effect | |
Cursor.c:2144: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Cursor.c:2144: warning: statement with no effect | |
Cursor.c:2149: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
Cursor.c:2149: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:2150: warning: passing argument 1 of ‘ObjectType_NewByName’ from incompatible pointer type | |
ObjectType.c:386: note: expected ‘struct udt_Connection *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:2150: warning: statement with no effect | |
Cursor.c:2151: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
Cursor.c: In function ‘Cursor_ArrayVar’: | |
Cursor.c:2183: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Cursor.c:2184: error: ‘udt_VariableType’ has no member named ‘size’ | |
Cursor.c:2184: warning: assignment makes integer from pointer without a cast | |
Cursor.c:2200: warning: passing argument 4 of ‘Variable_New’ makes pointer from integer without a cast | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
In file included from Connection.c:778, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Callback.c: At top level: | |
Callback.c:12: error: expected declaration specifiers or ‘...’ before ‘ub2’ | |
Callback.c:16: error: expected declaration specifiers or ‘...’ before ‘ub2’ | |
Callback.c:17: error: expected declaration specifiers or ‘...’ before ‘ub2’ | |
Callback.c: In function ‘Callback_NewVariable’: | |
Callback.c:23: warning: implicit declaration of function ‘Variable_TypeByOracleDataType’ | |
Callback.c:23: error: ‘oracleType’ undeclared (first use in this function) | |
Callback.c:23: warning: assignment makes pointer from integer without a cast | |
Callback.c:28: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Callback.c:28: error: ‘PyMemberDef’ has no member named ‘tp_alloc’ | |
Callback.c:28: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Callback.c:28: error: called object ‘<erroneous-expression>’ is not a function | |
Callback.c:37: error: ‘udt_Connection’ has no member named ‘environment’ | |
Callback.c:38: error: ‘udt_Variable’ has no member named ‘environment’ | |
Callback.c:38: error: ‘udt_Connection’ has no member named ‘environment’ | |
Callback.c:38: warning: statement with no effect | |
Callback.c:39: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Callback.c:39: warning: statement with no effect | |
Callback.c:40: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Callback.c:40: warning: statement with no effect | |
Callback.c:41: error: ‘udt_Variable’ has no member named ‘defineHandle’ | |
Callback.c:41: warning: statement with no effect | |
Callback.c:42: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Callback.c:42: warning: statement with no effect | |
Callback.c:43: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Callback.c:43: warning: statement with no effect | |
Callback.c:44: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Callback.c:44: warning: statement with no effect | |
Callback.c:45: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Callback.c:45: warning: statement with no effect | |
Callback.c:46: error: ‘udt_Variable’ has no member named ‘isAllocatedInternally’ | |
Callback.c:46: warning: statement with no effect | |
Callback.c:47: error: ‘udt_Variable’ has no member named ‘type’ | |
Callback.c:47: warning: statement with no effect | |
Callback.c:48: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Callback.c:48: warning: statement with no effect | |
Callback.c:49: error: ‘udt_Variable’ has no member named ‘data’ | |
Callback.c:49: warning: statement with no effect | |
Callback.c:50: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Callback.c:50: error: ‘actualLength’ undeclared (first use in this function) | |
Callback.c:50: warning: statement with no effect | |
Callback.c:51: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Callback.c:51: error: ‘returnCode’ undeclared (first use in this function) | |
Callback.c:51: warning: statement with no effect | |
Callback.c:52: error: ‘udt_Variable’ has no member named ‘size’ | |
Callback.c:52: error: ‘udt_VariableType’ has no member named ‘size’ | |
Callback.c:52: warning: statement with no effect | |
Callback.c:53: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Callback.c:53: error: ‘udt_VariableType’ has no member named ‘size’ | |
Callback.c:53: warning: statement with no effect | |
Callback.c:54: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Callback.c:55: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Callback.c:55: warning: statement with no effect | |
Callback.c: In function ‘Callback_BindByNameArgs’: | |
Callback.c:70: error: ‘ub2’ undeclared (first use in this function) | |
Callback.c:70: warning: statement with no effect | |
Callback.c:70: error: expected ‘;’ before ‘dataType’ | |
Callback.c:71: error: ‘indicator’ undeclared (first use in this function) | |
Callback.c:71: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:71: error: ‘value’ undeclared (first use in this function) | |
Callback.c:71: warning: left-hand operand of comma expression has no effect | |
Callback.c:71: warning: statement with no effect | |
Callback.c:74: error: ‘sb4’ undeclared (first use in this function) | |
Callback.c:74: warning: statement with no effect | |
Callback.c:74: error: expected ‘;’ before ‘valueLength’ | |
Callback.c:75: error: ‘handle’ undeclared (first use in this function) | |
Callback.c:75: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:75: warning: statement with no effect | |
Callback.c:76: error: ‘text’ undeclared (first use in this function) | |
Callback.c:76: error: ‘name’ undeclared (first use in this function) | |
Callback.c:76: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:76: warning: statement with no effect | |
Callback.c:78: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Callback.c:78: warning: statement with no effect | |
Callback.c:79: error: expected specifier-qualifier-list before ‘OCIBind’ | |
Callback.c:79: warning: statement with no effect | |
Callback.c:80: error: expected specifier-qualifier-list before ‘OCIError’ | |
Callback.c:80: warning: statement with no effect | |
Callback.c:81: error: expected specifier-qualifier-list before ‘text’ | |
Callback.c:81: warning: statement with no effect | |
Callback.c:82: error: lvalue required as left operand of assignment | |
Callback.c:82: warning: statement with no effect | |
Callback.c:83: error: expected specifier-qualifier-list before ‘dvoid’ | |
Callback.c:83: warning: statement with no effect | |
Callback.c:84: error: ‘valueLength’ undeclared (first use in this function) | |
Callback.c:84: error: expected specifier-qualifier-list before ‘sb4’ | |
Callback.c:84: warning: statement with no effect | |
Callback.c:85: error: ‘dataType’ undeclared (first use in this function) | |
Callback.c:85: warning: statement with no effect | |
Callback.c:86: error: expected specifier-qualifier-list before ‘dvoid’ | |
Callback.c:86: warning: statement with no effect | |
Callback.c:87: error: ‘actualLength’ undeclared (first use in this function) | |
Callback.c:87: error: expected specifier-qualifier-list before ‘ub2’ | |
Callback.c:87: warning: statement with no effect | |
Callback.c:88: error: ‘returnCode’ undeclared (first use in this function) | |
Callback.c:88: error: expected specifier-qualifier-list before ‘ub2’ | |
Callback.c:88: warning: statement with no effect | |
Callback.c:89: error: lvalue required as left operand of assignment | |
Callback.c:89: warning: statement with no effect | |
Callback.c:93: warning: passing argument 2 of ‘Callback_NewVariable’ from incompatible pointer type | |
Callback.c:10: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Callback.c:93: error: too many arguments to function ‘Callback_NewVariable’ | |
Callback.c:97: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Callback.c:97: warning: statement with no effect | |
Callback.c:98: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Callback.c:98: warning: statement with no effect | |
Callback.c: In function ‘Callback_DefineByPosArgs’: | |
Callback.c:115: error: ‘ub2’ undeclared (first use in this function) | |
Callback.c:115: warning: statement with no effect | |
Callback.c:115: error: expected ‘;’ before ‘dataType’ | |
Callback.c:116: error: ‘indicator’ undeclared (first use in this function) | |
Callback.c:116: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:116: error: ‘value’ undeclared (first use in this function) | |
Callback.c:116: warning: left-hand operand of comma expression has no effect | |
Callback.c:116: warning: statement with no effect | |
Callback.c:119: error: ‘handle’ undeclared (first use in this function) | |
Callback.c:119: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:119: warning: statement with no effect | |
Callback.c:120: error: ‘sb4’ undeclared (first use in this function) | |
Callback.c:120: warning: statement with no effect | |
Callback.c:120: error: expected ‘;’ before ‘valueLength’ | |
Callback.c:123: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Callback.c:123: warning: statement with no effect | |
Callback.c:124: error: expected specifier-qualifier-list before ‘OCIDefine’ | |
Callback.c:124: warning: statement with no effect | |
Callback.c:125: error: expected specifier-qualifier-list before ‘OCIError’ | |
Callback.c:125: warning: statement with no effect | |
Callback.c:126: error: lvalue required as left operand of assignment | |
Callback.c:126: warning: statement with no effect | |
Callback.c:127: error: expected specifier-qualifier-list before ‘dvoid’ | |
Callback.c:127: warning: statement with no effect | |
Callback.c:128: error: ‘valueLength’ undeclared (first use in this function) | |
Callback.c:128: error: expected specifier-qualifier-list before ‘sb4’ | |
Callback.c:128: warning: statement with no effect | |
Callback.c:129: error: ‘dataType’ undeclared (first use in this function) | |
Callback.c:129: warning: statement with no effect | |
Callback.c:130: error: expected specifier-qualifier-list before ‘dvoid’ | |
Callback.c:130: warning: statement with no effect | |
Callback.c:131: error: ‘actualLength’ undeclared (first use in this function) | |
Callback.c:131: error: expected specifier-qualifier-list before ‘ub2’ | |
Callback.c:131: warning: statement with no effect | |
Callback.c:132: error: ‘returnCode’ undeclared (first use in this function) | |
Callback.c:132: error: expected specifier-qualifier-list before ‘ub2’ | |
Callback.c:132: warning: statement with no effect | |
Callback.c:136: warning: passing argument 2 of ‘Callback_NewVariable’ from incompatible pointer type | |
Callback.c:10: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Callback.c:136: error: too many arguments to function ‘Callback_NewVariable’ | |
Callback.c: In function ‘Callback_ExecuteArgs’: | |
Callback.c:154: error: ‘handle’ undeclared (first use in this function) | |
Callback.c:154: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:154: warning: statement with no effect | |
Callback.c:156: error: expected specifier-qualifier-list before ‘OCISvcCtx’ | |
Callback.c:156: warning: statement with no effect | |
Callback.c:157: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Callback.c:157: warning: statement with no effect | |
Callback.c:158: error: expected specifier-qualifier-list before ‘OCIError’ | |
Callback.c:158: warning: statement with no effect | |
Callback.c:159: error: lvalue required as left operand of assignment | |
Callback.c:159: warning: statement with no effect | |
Callback.c:160: error: lvalue required as left operand of assignment | |
Callback.c:160: warning: statement with no effect | |
Callback.c: In function ‘Callback_FetchArgs’: | |
Callback.c:175: error: ‘handle’ undeclared (first use in this function) | |
Callback.c:175: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:175: warning: statement with no effect | |
Callback.c:176: error: ‘sword’ undeclared (first use in this function) | |
Callback.c:176: warning: statement with no effect | |
Callback.c:176: error: expected ‘;’ before ‘status’ | |
Callback.c:178: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Callback.c:178: warning: statement with no effect | |
Callback.c:179: error: expected specifier-qualifier-list before ‘OCIError’ | |
Callback.c:179: warning: statement with no effect | |
Callback.c:180: error: lvalue required as left operand of assignment | |
Callback.c:180: warning: statement with no effect | |
Callback.c:182: error: ‘status’ undeclared (first use in this function) | |
Callback.c:182: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Callback.c:183: error: ‘OCI_ATTR_ROW_COUNT’ undeclared (first use in this function) | |
Callback.c:183: error: ‘udt_Connection’ has no member named ‘environment’ | |
Callback.c:183: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Callback.c:183: warning: statement with no effect | |
Callback.c:184: error: ‘udt_Connection’ has no member named ‘environment’ | |
Callback.c:185: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Callback.c:185: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Callback.c:185: error: too many arguments to function ‘Environment_CheckForError’ | |
Callback.c: In function ‘Callback_PrepareArgs’: | |
Callback.c:200: error: ‘handle’ undeclared (first use in this function) | |
Callback.c:200: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:200: warning: statement with no effect | |
Callback.c:201: error: ‘text’ undeclared (first use in this function) | |
Callback.c:201: error: ‘statement’ undeclared (first use in this function) | |
Callback.c:201: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:201: warning: statement with no effect | |
Callback.c:203: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Callback.c:203: warning: statement with no effect | |
Callback.c:204: error: expected specifier-qualifier-list before ‘OCIError’ | |
Callback.c:204: warning: statement with no effect | |
Callback.c:205: error: expected specifier-qualifier-list before ‘text’ | |
Callback.c:205: warning: statement with no effect | |
Callback.c:206: error: lvalue required as left operand of assignment | |
Callback.c:206: warning: statement with no effect | |
Callback.c: In function ‘Callback_GetArgs’: | |
Callback.c:221: error: switch quantity not an integer | |
Callback.c:222: error: ‘OCI_FNCODE_BINDBYNAME’ undeclared (first use in this function) | |
Callback.c:224: error: ‘OCI_FNCODE_DEFINEBYPOS’ undeclared (first use in this function) | |
Callback.c:226: error: ‘OCI_FNCODE_STMTEXECUTE’ undeclared (first use in this function) | |
Callback.c:228: error: ‘OCI_FNCODE_STMTFETCH’ undeclared (first use in this function) | |
Callback.c:230: error: ‘OCI_FNCODE_STMTPREPARE’ undeclared (first use in this function) | |
Callback.c: At top level: | |
Callback.c:242: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Callback_Call’ | |
Callback.c:274: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Callback_Handler’ | |
In file included from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Connection.c: In function ‘Connection_New’: | |
Connection.c:799: error: ‘udt_Connection’ has no member named ‘commitMode’ | |
Connection.c:799: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:799: warning: statement with no effect | |
Connection.c:800: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:800: warning: statement with no effect | |
Connection.c: In function ‘Connection_Init’: | |
Connection.c:861: error: ‘OCISvcCtx’ undeclared (first use in this function) | |
Connection.c:861: error: ‘handle’ undeclared (first use in this function) | |
Connection.c:861: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Connection.c:861: warning: statement with no effect | |
Connection.c:871: warning: statement with no effect | |
Connection.c:872: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:872: error: lvalue required as left operand of assignment | |
Connection.c:872: warning: statement with no effect | |
Connection.c:876: error: lvalue required as left operand of assignment | |
Connection.c:876: warning: assignment makes integer from pointer without a cast | |
Connection.c:906: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:906: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
Connection.c:906: warning: passing argument 1 of ‘Environment_Clone’ from incompatible pointer type | |
Environment.c:269: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:906: warning: statement with no effect | |
Connection.c:907: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:908: warning: statement with no effect | |
Connection.c:909: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:914: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:914: warning: statement with no effect | |
Connection.c:916: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:916: warning: statement with no effect | |
Connection.c:918: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:918: warning: statement with no effect | |
Connection.c:921: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:921: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:921: warning: passing argument 1 of ‘Connection_SplitComponent’ from incompatible pointer type | |
Connection.c:812: note: expected ‘struct PyObject **’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Connection.c:921: warning: passing argument 2 of ‘Connection_SplitComponent’ from incompatible pointer type | |
Connection.c:812: note: expected ‘struct PyObject **’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Connection.c:923: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:923: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:923: warning: passing argument 1 of ‘Connection_SplitComponent’ from incompatible pointer type | |
Connection.c:812: note: expected ‘struct PyObject **’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Connection.c:923: warning: passing argument 2 of ‘Connection_SplitComponent’ from incompatible pointer type | |
Connection.c:812: note: expected ‘struct PyObject **’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Connection.c:928: error: too many arguments to function ‘Connection_Attach’ | |
Connection.c:930: error: too many arguments to function ‘Connection_GetConnection’ | |
Connection.c:932: warning: passing argument 2 of ‘Connection_Connect’ makes integer from pointer without a cast | |
Connection.c:592: note: expected ‘int’ but argument is of type ‘int (*)()’ | |
Connection.c:932: warning: passing argument 3 of ‘Connection_Connect’ makes pointer from integer without a cast | |
Connection.c:592: note: expected ‘struct PyObject *’ but argument is of type ‘int’ | |
Connection.c:932: error: too many arguments to function ‘Connection_Connect’ | |
Connection.c: In function ‘Connection_Free’: | |
Connection.c:943: error: ‘udt_Connection’ has no member named ‘release’ | |
Connection.c:945: warning: implicit declaration of function ‘OCITransRollback’ | |
Connection.c:945: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:945: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:945: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:946: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:947: warning: implicit declaration of function ‘OCISessionRelease’ | |
Connection.c:947: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:947: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:947: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:950: error: ‘udt_Connection’ has no member named ‘attached’ | |
Connection.c:951: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:953: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:953: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:953: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:955: warning: implicit declaration of function ‘OCISessionEnd’ | |
Connection.c:955: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:955: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:955: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:956: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:959: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:960: warning: implicit declaration of function ‘OCIServerDetach’ | |
Connection.c:960: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:961: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:961: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:963: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:963: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:963: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:963: warning: statement with no effect | |
Connection.c:964: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
Connection.c:964: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
Connection.c:964: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
Connection.c:964: warning: statement with no effect | |
Connection.c:965: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:965: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:965: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:965: warning: statement with no effect | |
Connection.c:966: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:966: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:966: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:966: warning: statement with no effect | |
Connection.c:967: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:967: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:967: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:967: warning: statement with no effect | |
Connection.c:968: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:968: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:968: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:968: warning: statement with no effect | |
Connection.c:969: error: ‘udt_Connection’ has no member named ‘inputTypeHandler’ | |
Connection.c:969: error: ‘udt_Connection’ has no member named ‘inputTypeHandler’ | |
Connection.c:969: error: ‘udt_Connection’ has no member named ‘inputTypeHandler’ | |
Connection.c:969: warning: statement with no effect | |
Connection.c:970: error: ‘udt_Connection’ has no member named ‘outputTypeHandler’ | |
Connection.c:970: error: ‘udt_Connection’ has no member named ‘outputTypeHandler’ | |
Connection.c:970: error: ‘udt_Connection’ has no member named ‘outputTypeHandler’ | |
Connection.c:970: warning: statement with no effect | |
Connection.c: In function ‘Connection_Repr’: | |
Connection.c:986: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:986: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:986: warning: comparison of distinct pointer types lacks a cast | |
Connection.c:987: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:987: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:987: warning: comparison of distinct pointer types lacks a cast | |
Connection.c:990: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:991: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:992: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:992: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:992: warning: comparison of distinct pointer types lacks a cast | |
Connection.c:995: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c: In function ‘Connection_GetStmtCacheSize’: | |
Connection.c:1025: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1025: warning: statement with no effect | |
Connection.c:1025: error: expected ‘;’ before ‘status’ | |
Connection.c:1029: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1029: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1029: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:1030: error: expected expression before ‘)’ token | |
Connection.c:1030: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Connection.c:1031: warning: statement with no effect | |
Connection.c:1032: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1033: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1033: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1033: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1035: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘int (*)()’ | |
Connection.c: In function ‘Connection_SetStmtCacheSize’: | |
Connection.c:1049: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1049: warning: statement with no effect | |
Connection.c:1049: error: expected ‘;’ before ‘status’ | |
Connection.c:1057: error: cast specifies function type | |
Connection.c:1057: error: lvalue required as left operand of assignment | |
Connection.c:1057: warning: statement with no effect | |
Connection.c:1060: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1060: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1060: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:1060: error: expected expression before ‘)’ token | |
Connection.c:1060: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Connection.c:1061: warning: statement with no effect | |
Connection.c:1062: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1063: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1063: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1063: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: In function ‘Connection_GetVersion’: | |
Connection.c:1084: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1085: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1086: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1086: warning: return from incompatible pointer type | |
Connection.c:1095: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Connection.c:1096: error: ‘udt_VariableType’ has no member named ‘size’ | |
Connection.c:1096: warning: passing argument 2 of ‘Variable_New’ makes integer from pointer without a cast | |
Variable.c:200: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1096: warning: passing argument 4 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1103: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Connection.c:1104: error: ‘udt_VariableType’ has no member named ‘size’ | |
Connection.c:1104: warning: passing argument 2 of ‘Variable_New’ makes integer from pointer without a cast | |
Variable.c:200: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1104: warning: passing argument 4 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1140: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1140: warning: statement with no effect | |
Connection.c:1143: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1143: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1144: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1144: warning: return from incompatible pointer type | |
Connection.c: In function ‘Connection_GetEncoding’: | |
Connection.c:1156: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1156: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
Connection.c:1156: warning: passing argument 1 of ‘PyString_FromString’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:63: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c: In function ‘Connection_GetNationalEncoding’: | |
Connection.c:1169: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1169: error: ‘PyMemberDef’ has no member named ‘nencoding’ | |
Connection.c:1169: warning: passing argument 1 of ‘PyString_FromString’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:63: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c: In function ‘Connection_GetMaxBytesPerCharacter’: | |
Connection.c:1181: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1181: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
Connection.c:1181: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c: In function ‘Connection_Close’: | |
Connection.c:1193: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1193: warning: statement with no effect | |
Connection.c:1193: error: expected ‘;’ before ‘status’ | |
Connection.c:1201: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1201: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1201: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1201: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1202: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:1202: warning: statement with no effect | |
Connection.c:1204: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1205: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1205: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1205: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1209: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:1211: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1211: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1211: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1212: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:1212: warning: statement with no effect | |
Connection.c:1214: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1215: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1215: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1215: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1217: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1217: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:1219: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1219: warning: statement with no effect | |
Connection.c:1220: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:1221: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:1222: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1222: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1222: warning: statement with no effect | |
Connection.c:1223: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1224: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1224: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1224: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1226: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:1226: warning: statement with no effect | |
Connection.c: In function ‘Connection_Commit’: | |
Connection.c:1242: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1242: warning: statement with no effect | |
Connection.c:1242: error: expected ‘;’ before ‘status’ | |
Connection.c:1250: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1250: warning: implicit declaration of function ‘OCITransCommit’ | |
Connection.c:1250: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1250: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1250: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1251: error: ‘udt_Connection’ has no member named ‘commitMode’ | |
Connection.c:1251: warning: statement with no effect | |
Connection.c:1253: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1254: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1254: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1254: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1256: error: ‘udt_Connection’ has no member named ‘commitMode’ | |
Connection.c:1256: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:1256: warning: statement with no effect | |
Connection.c: In function ‘Connection_Begin’: | |
Connection.c:1273: error: ‘OCITrans’ undeclared (first use in this function) | |
Connection.c:1273: error: ‘transactionHandle’ undeclared (first use in this function) | |
Connection.c:1273: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Connection.c:1273: warning: statement with no effect | |
Connection.c:1275: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1275: warning: statement with no effect | |
Connection.c:1275: error: expected ‘;’ before ‘status’ | |
Connection.c:1276: error: ‘XID’ undeclared (first use in this function) | |
Connection.c:1276: warning: statement with no effect | |
Connection.c:1276: error: expected ‘;’ before ‘xid’ | |
Connection.c:1284: error: ‘MAXGTRIDSIZE’ undeclared (first use in this function) | |
Connection.c:1284: warning: comparison between pointer and integer | |
Connection.c:1288: error: ‘MAXBQUALSIZE’ undeclared (first use in this function) | |
Connection.c:1288: warning: comparison between pointer and integer | |
Connection.c:1298: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1298: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1298: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:1299: error: expected expression before ‘)’ token | |
Connection.c:1299: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Connection.c:1300: warning: statement with no effect | |
Connection.c:1301: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1302: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1302: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1302: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1307: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1307: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Connection.c:1308: error: expected expression before ‘)’ token | |
Connection.c:1308: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Connection.c:1308: warning: statement with no effect | |
Connection.c:1309: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1310: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1310: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1310: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1316: error: ‘xid’ undeclared (first use in this function) | |
Connection.c:1316: error: request for member ‘formatID’ in something not a structure or union | |
Connection.c:1316: warning: statement with no effect | |
Connection.c:1317: error: request for member ‘gtrid_length’ in something not a structure or union | |
Connection.c:1317: warning: statement with no effect | |
Connection.c:1318: error: request for member ‘bqual_length’ in something not a structure or union | |
Connection.c:1318: warning: statement with no effect | |
Connection.c:1320: error: request for member ‘data’ in something not a structure or union | |
Connection.c:1320: warning: passing argument 1 of ‘strncpy’ from incompatible pointer type | |
/usr/include/bits/string3.h:118: note: expected ‘char * __restrict__’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1322: error: request for member ‘data’ in something not a structure or union | |
Connection.c:1322: warning: passing argument 1 of ‘strncpy’ from incompatible pointer type | |
/usr/include/bits/string3.h:118: note: expected ‘char * __restrict__’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1323: error: ‘OCI_HTYPE_TRANS’ undeclared (first use in this function) | |
Connection.c:1324: error: ‘OCI_ATTR_XID’ undeclared (first use in this function) | |
Connection.c:1324: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1324: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1325: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1326: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1326: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1326: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1331: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1332: error: ‘OCI_ATTR_TRANS’ undeclared (first use in this function) | |
Connection.c:1332: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1332: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1333: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1334: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1334: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1334: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1339: warning: implicit declaration of function ‘OCITransStart’ | |
Connection.c:1339: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1339: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1339: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1340: error: ‘OCI_TRANS_NEW’ undeclared (first use in this function) | |
Connection.c:1340: warning: statement with no effect | |
Connection.c:1342: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1343: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1343: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1343: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: In function ‘Connection_Prepare’: | |
Connection.c:1359: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1359: warning: statement with no effect | |
Connection.c:1359: error: expected ‘;’ before ‘status’ | |
Connection.c:1367: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1367: warning: implicit declaration of function ‘OCITransPrepare’ | |
Connection.c:1367: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1367: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1367: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1368: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:1368: warning: statement with no effect | |
Connection.c:1370: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1371: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1371: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1371: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1377: error: ‘OCI_SUCCESS_WITH_INFO’ undeclared (first use in this function) | |
Connection.c:1381: error: ‘udt_Connection’ has no member named ‘commitMode’ | |
Connection.c:1381: error: ‘OCI_TRANS_TWOPHASE’ undeclared (first use in this function) | |
Connection.c:1381: warning: statement with no effect | |
Connection.c: In function ‘Connection_Rollback’: | |
Connection.c:1395: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1395: warning: statement with no effect | |
Connection.c:1395: error: expected ‘;’ before ‘status’ | |
Connection.c:1403: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1403: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1403: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1403: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1404: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:1404: warning: statement with no effect | |
Connection.c:1406: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1407: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1407: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1407: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: In function ‘Connection_Cancel’: | |
Connection.c:1445: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1445: warning: statement with no effect | |
Connection.c:1445: error: expected ‘;’ before ‘status’ | |
Connection.c:1452: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1452: warning: implicit declaration of function ‘OCIBreak’ | |
Connection.c:1452: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1452: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1452: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1452: warning: statement with no effect | |
Connection.c:1453: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1454: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1454: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1454: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: In function ‘Connection_RegisterCallback’: | |
Connection.c:1472: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1472: warning: statement with no effect | |
Connection.c:1472: error: expected ‘;’ before ‘status’ | |
Connection.c:1488: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1488: warning: implicit declaration of function ‘OCIUserCallbackRegister’ | |
Connection.c:1488: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1488: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Connection.c:1488: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Connection.c:1489: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1489: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1489: error: ‘OCIUserCallback’ undeclared (first use in this function) | |
Connection.c:1489: error: expected ‘)’ before ‘Callback_Handler’ | |
Connection.c:1490: warning: statement with no effect | |
Connection.c:1491: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1492: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1492: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1492: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: In function ‘Connection_UnregisterCallback’: | |
Connection.c:1508: error: ‘OCIUserCallback’ undeclared (first use in this function) | |
Connection.c:1508: warning: statement with no effect | |
Connection.c:1508: error: expected ‘;’ before ‘callback’ | |
Connection.c:1511: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1511: warning: statement with no effect | |
Connection.c:1511: error: expected ‘;’ before ‘status’ | |
Connection.c:1522: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1522: warning: implicit declaration of function ‘OCIUserCallbackGet’ | |
Connection.c:1522: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1522: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Connection.c:1522: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Connection.c:1523: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1523: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1523: error: ‘callback’ undeclared (first use in this function) | |
Connection.c:1524: error: expected expression before ‘)’ token | |
Connection.c:1524: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Connection.c:1524: warning: statement with no effect | |
Connection.c:1525: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1526: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1526: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1526: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1532: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1532: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Connection.c:1533: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1533: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1534: warning: statement with no effect | |
Connection.c:1535: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1536: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1536: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1536: error: too many arguments to function ‘Environment_CheckForError’ | |
In file included from cx_Oracle.c:203: | |
SessionPool.c: In function ‘SessionPool_New’: | |
SessionPool.c:157: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:157: warning: statement with no effect | |
SessionPool.c: In function ‘SessionPool_Init’: | |
SessionPool.c:179: error: ‘sword’ undeclared (first use in this function) | |
SessionPool.c:179: warning: statement with no effect | |
SessionPool.c:179: error: expected ‘;’ before ‘status’ | |
SessionPool.c:181: error: ‘ub1’ undeclared (first use in this function) | |
SessionPool.c:181: warning: statement with no effect | |
SessionPool.c:181: error: expected ‘;’ before ‘getMode’ | |
SessionPool.c:193: error: ‘getMode’ undeclared (first use in this function) | |
SessionPool.c:193: error: ‘OCI_SPOOL_ATTRVAL_NOWAIT’ undeclared (first use in this function) | |
SessionPool.c:193: warning: statement with no effect | |
SessionPool.c:195: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:196: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:196: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:228: error: ‘udt_SessionPool’ has no member named ‘connectionType’ | |
SessionPool.c:228: warning: statement with no effect | |
SessionPool.c:229: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:230: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:231: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:232: error: ‘udt_SessionPool’ has no member named ‘minSessions’ | |
SessionPool.c:232: warning: statement with no effect | |
SessionPool.c:233: error: ‘udt_SessionPool’ has no member named ‘maxSessions’ | |
SessionPool.c:233: warning: statement with no effect | |
SessionPool.c:234: error: ‘udt_SessionPool’ has no member named ‘sessionIncrement’ | |
SessionPool.c:234: warning: statement with no effect | |
SessionPool.c:235: error: ‘udt_SessionPool’ has no member named ‘homogeneous’ | |
SessionPool.c:235: warning: statement with no effect | |
SessionPool.c:238: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:239: warning: statement with no effect | |
SessionPool.c:240: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:244: error: ‘status’ undeclared (first use in this function) | |
SessionPool.c:244: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:244: error: ‘PyMemberDef’ has no member named ‘handle’ | |
SessionPool.c:244: error: expected expression before ‘)’ token | |
SessionPool.c:244: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
SessionPool.c:245: warning: statement with no effect | |
SessionPool.c:246: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:247: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:247: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:247: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c:251: error: ‘OCI_SPC_STMTCACHE’ undeclared (first use in this function) | |
SessionPool.c:251: error: lvalue required as left operand of assignment | |
SessionPool.c:251: warning: statement with no effect | |
SessionPool.c:252: error: ‘udt_SessionPool’ has no member named ‘homogeneous’ | |
SessionPool.c:253: error: ‘OCI_SPC_HOMOGENEOUS’ undeclared (first use in this function) | |
SessionPool.c:253: error: lvalue required as left operand of assignment | |
SessionPool.c:253: warning: statement with no effect | |
SessionPool.c:256: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:257: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:257: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
SessionPool.c:257: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:257: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:259: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:260: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:260: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
SessionPool.c:260: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:260: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:264: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:265: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:265: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
SessionPool.c:265: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:265: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:271: warning: implicit declaration of function ‘OCISessionPoolCreate’ | |
SessionPool.c:271: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:271: error: ‘PyMemberDef’ has no member named ‘handle’ | |
SessionPool.c:272: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:272: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:272: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:273: error: ‘OraText’ undeclared (first use in this function) | |
SessionPool.c:273: error: expected expression before ‘)’ token | |
SessionPool.c:273: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
SessionPool.c:276: warning: statement with no effect | |
SessionPool.c:281: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:282: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:282: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:282: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c:286: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:286: warning: statement with no effect | |
SessionPool.c:288: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:292: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:292: error: ‘OCI_HTYPE_SPOOL’ undeclared (first use in this function) | |
SessionPool.c:292: error: expected expression before ‘)’ token | |
SessionPool.c:292: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
SessionPool.c:293: warning: statement with no effect | |
SessionPool.c:294: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:295: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:295: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:295: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c: In function ‘SessionPool_Free’: | |
SessionPool.c:309: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:310: warning: implicit declaration of function ‘OCISessionPoolDestroy’ | |
SessionPool.c:310: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:310: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:310: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:311: error: ‘OCI_SPD_FORCE’ undeclared (first use in this function) | |
SessionPool.c:312: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:312: error: ‘OCI_HTYPE_SPOOL’ undeclared (first use in this function) | |
SessionPool.c:314: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:314: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:314: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:314: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:315: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:315: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:315: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:315: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:316: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:316: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:316: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:316: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:317: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:317: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:317: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:317: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:318: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:318: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:318: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:318: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c: In function ‘SessionPool_IsConnected’: | |
SessionPool.c:331: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c: In function ‘SessionPool_Acquire’: | |
SessionPool.c:361: error: ‘udt_SessionPool’ has no member named ‘homogeneous’ | |
SessionPool.c:384: error: ‘udt_SessionPool’ has no member named ‘connectionType’ | |
SessionPool.c: In function ‘SessionPool_InternalRelease’: | |
SessionPool.c:403: error: ‘sword’ undeclared (first use in this function) | |
SessionPool.c:403: warning: statement with no effect | |
SessionPool.c:403: error: expected ‘;’ before ‘status’ | |
SessionPool.c:412: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
SessionPool.c:412: warning: comparison of distinct pointer types lacks a cast | |
SessionPool.c:421: error: ‘status’ undeclared (first use in this function) | |
SessionPool.c:421: error: ‘udt_Connection’ has no member named ‘handle’ | |
SessionPool.c:422: error: ‘udt_Connection’ has no member named ‘environment’ | |
SessionPool.c:422: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:422: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
SessionPool.c:422: warning: statement with no effect | |
SessionPool.c:424: error: ‘udt_Connection’ has no member named ‘environment’ | |
SessionPool.c:425: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:425: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:425: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c:426: error: ‘OCI_SESSRLS_DROPSESS’ undeclared (first use in this function) | |
SessionPool.c:426: warning: comparison of distinct pointer types lacks a cast | |
SessionPool.c:433: error: ‘udt_Connection’ has no member named ‘handle’ | |
SessionPool.c:434: error: ‘udt_Connection’ has no member named ‘environment’ | |
SessionPool.c:434: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:434: warning: statement with no effect | |
SessionPool.c:436: error: ‘udt_Connection’ has no member named ‘environment’ | |
SessionPool.c:437: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:437: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:437: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c:441: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
SessionPool.c:441: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
SessionPool.c:441: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
SessionPool.c:442: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
SessionPool.c:442: warning: statement with no effect | |
SessionPool.c:443: error: ‘udt_Connection’ has no member named ‘handle’ | |
SessionPool.c:443: warning: statement with no effect | |
SessionPool.c: In function ‘SessionPool_Drop’: | |
SessionPool.c:459: error: ‘OCI_SESSRLS_DROPSESS’ undeclared (first use in this function) | |
SessionPool.c:459: warning: passing argument 3 of ‘SessionPool_InternalRelease’ from incompatible pointer type | |
SessionPool.c:397: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c: In function ‘SessionPool_Release’: | |
SessionPool.c:471: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
SessionPool.c:471: warning: passing argument 3 of ‘SessionPool_InternalRelease’ from incompatible pointer type | |
SessionPool.c:397: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c: At top level: | |
SessionPool.c:479: error: conflicting types for ‘SessionPool_GetOCIAttr’ | |
SessionPool.c:42: note: previous declaration of ‘SessionPool_GetOCIAttr’ was here | |
SessionPool.c: In function ‘SessionPool_GetOCIAttr’: | |
SessionPool.c:483: error: ‘sword’ undeclared (first use in this function) | |
SessionPool.c:483: warning: statement with no effect | |
SessionPool.c:483: error: expected ‘;’ before ‘status’ | |
SessionPool.c:491: error: ‘status’ undeclared (first use in this function) | |
SessionPool.c:491: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:491: error: ‘OCI_HTYPE_SPOOL’ undeclared (first use in this function) | |
SessionPool.c:492: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:492: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:492: warning: statement with no effect | |
SessionPool.c:493: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:494: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:494: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:494: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c:496: error: ‘OCI_ATTR_SPOOL_GETMODE’ undeclared (first use in this function) | |
SessionPool.c:496: warning: comparison of distinct pointer types lacks a cast | |
SessionPool.c:497: error: ‘ub1’ undeclared (first use in this function) | |
SessionPool.c:497: error: expected ‘)’ before ‘value’ | |
SessionPool.c:497: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:498: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘int (*)()’ | |
SessionPool.c: At top level: | |
SessionPool.c:506: error: conflicting types for ‘SessionPool_SetOCIAttr’ | |
SessionPool.c:43: note: previous declaration of ‘SessionPool_SetOCIAttr’ was here | |
SessionPool.c: In function ‘SessionPool_SetOCIAttr’: | |
SessionPool.c:512: error: ‘sword’ undeclared (first use in this function) | |
SessionPool.c:512: warning: statement with no effect | |
SessionPool.c:512: error: expected ‘;’ before ‘status’ | |
SessionPool.c:523: error: lvalue required as left operand of assignment | |
SessionPool.c:523: warning: statement with no effect | |
SessionPool.c:526: error: ‘status’ undeclared (first use in this function) | |
SessionPool.c:526: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:526: error: ‘OCI_HTYPE_SPOOL’ undeclared (first use in this function) | |
SessionPool.c:527: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:527: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:527: warning: statement with no effect | |
SessionPool.c:528: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:529: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:529: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:529: error: too many arguments to function ‘Environment_CheckForError’ | |
cx_Oracle.c: In function ‘Module_Initialize’: | |
cx_Oracle.c:520: error: ‘OCI_SYSDBA’ undeclared (first use in this function) | |
cx_Oracle.c:520: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:521: error: ‘OCI_SYSOPER’ undeclared (first use in this function) | |
cx_Oracle.c:521: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:522: error: ‘OCI_FNCODE_BINDBYNAME’ undeclared (first use in this function) | |
cx_Oracle.c:522: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:523: error: ‘OCI_FNCODE_BINDBYPOS’ undeclared (first use in this function) | |
cx_Oracle.c:523: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:524: error: ‘OCI_FNCODE_DEFINEBYPOS’ undeclared (first use in this function) | |
cx_Oracle.c:524: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:525: error: ‘OCI_FNCODE_STMTEXECUTE’ undeclared (first use in this function) | |
cx_Oracle.c:525: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:526: error: ‘OCI_FNCODE_STMTFETCH’ undeclared (first use in this function) | |
cx_Oracle.c:526: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:527: error: ‘OCI_FNCODE_STMTPREPARE’ undeclared (first use in this function) | |
cx_Oracle.c:527: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:528: error: ‘OCI_UCBTYPE_ENTRY’ undeclared (first use in this function) | |
cx_Oracle.c:528: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:529: error: ‘OCI_UCBTYPE_EXIT’ undeclared (first use in this function) | |
cx_Oracle.c:529: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:530: error: ‘OCI_UCBTYPE_REPLACE’ undeclared (first use in this function) | |
cx_Oracle.c:530: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:531: error: ‘OCI_SPOOL_ATTRVAL_WAIT’ undeclared (first use in this function) | |
cx_Oracle.c:531: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:532: error: ‘OCI_SPOOL_ATTRVAL_NOWAIT’ undeclared (first use in this function) | |
cx_Oracle.c:532: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:533: error: ‘OCI_SPOOL_ATTRVAL_FORCEGET’ undeclared (first use in this function) | |
cx_Oracle.c:533: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
error: command 'gcc' failed with exit status 1 | |
Complete output from command /home/me/.virtualenv/project/bin/python -c "import setuptools, tokenize;__file__='/home/me/.virtualenv/project/build/cx-Oracle/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-D2ylAd-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/me/.virtualenv/project/include/site/python2.7: | |
running install | |
running build | |
running build_ext | |
building 'cx_Oracle' extension | |
creating build | |
creating build/temp.linux-x86_64-2.7-11g | |
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/lib/oracle/11.2/client64/rdbms/public -I/opt/here/python27/root/usr/include/python2.7 -c cx_Oracle.c -o build/temp.linux-x86_64-2.7-11g/cx_Oracle.o -DBUILD_VERSION=5.1.3 | |
cx_Oracle.c:10:17: error: oci.h: No such file or directory | |
cx_Oracle.c:11:18: error: orid.h: No such file or directory | |
cx_Oracle.c:12:16: error: xa.h: No such file or directory | |
cx_Oracle.c:27:2: error: #error Unsupported version of OCI. | |
In file included from cx_Oracle.c:202: | |
Environment.c:11: error: expected specifier-qualifier-list before ‘OCIEnv’ | |
Environment.c:34: error: expected declaration specifiers or ‘...’ before ‘sword’ | |
In file included from Environment.c:64, | |
from cx_Oracle.c:202: | |
Error.c:11: error: expected specifier-qualifier-list before ‘sb4’ | |
Error.c:29: error: ‘udt_Error’ has no member named ‘code’ | |
Error.c:30: error: ‘udt_Error’ has no member named ‘offset’ | |
Error.c:31: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:32: error: ‘udt_Error’ has no member named ‘context’ | |
Error.c: In function ‘Error_New’: | |
Error.c:85: error: ‘ub4’ undeclared (first use in this function) | |
Error.c:85: error: (Each undeclared identifier is reported only once | |
Error.c:85: error: for each function it appears in.) | |
Error.c:85: warning: statement with no effect | |
Error.c:85: error: expected ‘;’ before ‘handleType’ | |
Error.c:86: error: ‘dvoid’ undeclared (first use in this function) | |
Error.c:86: error: ‘handle’ undeclared (first use in this function) | |
Error.c:86: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Error.c:86: warning: statement with no effect | |
Error.c:87: error: ‘sword’ undeclared (first use in this function) | |
Error.c:87: warning: statement with no effect | |
Error.c:87: error: expected ‘;’ before ‘status’ | |
Error.c:95: error: ‘udt_Error’ has no member named ‘context’ | |
Error.c:95: warning: statement with no effect | |
Error.c:97: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Error.c:98: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Error.c:98: warning: statement with no effect | |
Error.c:99: error: ‘handleType’ undeclared (first use in this function) | |
Error.c:99: error: ‘OCI_HTYPE_ERROR’ undeclared (first use in this function) | |
Error.c:99: warning: statement with no effect | |
Error.c:101: error: ‘udt_Environment’ has no member named ‘handle’ | |
Error.c:101: warning: statement with no effect | |
Error.c:102: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Error.c:102: warning: statement with no effect | |
Error.c:104: error: ‘status’ undeclared (first use in this function) | |
Error.c:104: warning: implicit declaration of function ‘OCIErrorGet’ | |
Error.c:104: error: ‘udt_Error’ has no member named ‘code’ | |
Error.c:105: warning: statement with no effect | |
Error.c:106: error: ‘OCI_SUCCESS’ undeclared (first use in this function) | |
Error.c:112: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:112: warning: statement with no effect | |
Error.c:118: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c: In function ‘Error_Free’: | |
Error.c:135: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:135: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:135: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:135: warning: statement with no effect | |
Error.c: In function ‘Error_Str’: | |
Error.c:147: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:148: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:149: error: ‘udt_Error’ has no member named ‘message’ | |
Error.c:149: warning: return from incompatible pointer type | |
In file included from cx_Oracle.c:202: | |
Environment.c: At top level: | |
Environment.c:72: error: expected ‘)’ before ‘*’ token | |
Environment.c:111: error: expected declaration specifiers or ‘...’ before ‘ub2’ | |
Environment.c: In function ‘Environment_GetCharacterSetName’: | |
Environment.c:115: error: ‘OCI_NLS_MAXBUFSZ’ undeclared (first use in this function) | |
Environment.c:116: error: ‘ub2’ undeclared (first use in this function) | |
Environment.c:116: warning: statement with no effect | |
Environment.c:116: error: expected ‘;’ before ‘charsetId’ | |
Environment.c:117: error: ‘sword’ undeclared (first use in this function) | |
Environment.c:117: warning: statement with no effect | |
Environment.c:117: error: expected ‘;’ before ‘status’ | |
Environment.c:129: error: ‘status’ undeclared (first use in this function) | |
Environment.c:129: warning: implicit declaration of function ‘OCIAttrGet’ | |
Environment.c:129: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:129: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Environment.c:129: error: ‘charsetId’ undeclared (first use in this function) | |
Environment.c:130: error: ‘attribute’ undeclared (first use in this function) | |
Environment.c:130: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Environment.c:130: warning: statement with no effect | |
Environment.c:132: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:34: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:132: error: too many arguments to function ‘Environment_CheckForError’ | |
Environment.c:136: warning: implicit declaration of function ‘OCINlsCharSetIdToName’ | |
Environment.c:136: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:136: error: ‘text’ undeclared (first use in this function) | |
Environment.c:136: error: expected expression before ‘)’ token | |
Environment.c:136: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Environment.c:137: warning: statement with no effect | |
Environment.c:139: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:34: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:139: error: too many arguments to function ‘Environment_CheckForError’ | |
Environment.c:143: warning: implicit declaration of function ‘OCINlsNameMap’ | |
Environment.c:143: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:143: error: ‘oratext’ undeclared (first use in this function) | |
Environment.c:143: error: expected expression before ‘)’ token | |
Environment.c:143: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Environment.c:144: warning: statement with no effect | |
Environment.c:146: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:34: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:146: error: too many arguments to function ‘Environment_CheckForError’ | |
Environment.c:150: warning: passing argument 1 of ‘strlen’ from incompatible pointer type | |
/usr/include/string.h:399: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:153: warning: passing argument 2 of ‘strcpy’ from incompatible pointer type | |
/usr/include/bits/string3.h:103: note: expected ‘const char * __restrict__’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:115: warning: unused variable ‘ianaCharsetName’ | |
Environment.c:115: warning: unused variable ‘charsetName’ | |
Environment.c: In function ‘Environment_NewFromScratch’: | |
Environment.c:191: error: ‘OCIEnv’ undeclared (first use in this function) | |
Environment.c:191: error: ‘handle’ undeclared (first use in this function) | |
Environment.c:191: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Environment.c:191: warning: statement with no effect | |
Environment.c:192: error: ‘sword’ undeclared (first use in this function) | |
Environment.c:192: warning: statement with no effect | |
Environment.c:192: error: expected ‘;’ before ‘status’ | |
Environment.c:193: error: ‘ub4’ undeclared (first use in this function) | |
Environment.c:193: warning: statement with no effect | |
Environment.c:193: error: expected ‘;’ before ‘mode’ | |
Environment.c:196: error: ‘mode’ undeclared (first use in this function) | |
Environment.c:196: error: ‘OCI_OBJECT’ undeclared (first use in this function) | |
Environment.c:196: warning: statement with no effect | |
Environment.c:198: error: ‘OCI_THREADED’ undeclared (first use in this function) | |
Environment.c:198: warning: statement with no effect | |
Environment.c:205: error: ‘status’ undeclared (first use in this function) | |
Environment.c:205: warning: implicit declaration of function ‘OCIEnvNlsCreate’ | |
Environment.c:206: warning: statement with no effect | |
Environment.c:208: error: ‘OCI_SUCCESS’ undeclared (first use in this function) | |
Environment.c:208: error: ‘OCI_SUCCESS_WITH_INFO’ undeclared (first use in this function) | |
Environment.c:215: warning: implicit declaration of function ‘Environment_New’ | |
Environment.c:215: warning: assignment makes pointer from integer without a cast | |
Environment.c:217: warning: implicit declaration of function ‘OCIHandleFree’ | |
Environment.c:217: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Environment.c:222: warning: implicit declaration of function ‘OCINlsNumericInfoGet’ | |
Environment.c:222: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:222: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Environment.c:223: error: ‘udt_Environment’ has no member named ‘maxBytesPerCharacter’ | |
Environment.c:223: error: ‘OCI_NLS_CHARSET_MAXBYTESZ’ undeclared (first use in this function) | |
Environment.c:223: warning: statement with no effect | |
Environment.c:225: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:34: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:225: error: too many arguments to function ‘Environment_CheckForError’ | |
Environment.c:229: error: ‘udt_Environment’ has no member named ‘maxStringBytes’ | |
Environment.c:229: error: ‘udt_Environment’ has no member named ‘maxBytesPerCharacter’ | |
Environment.c:229: error: invalid operands to binary * (have ‘int’ and ‘struct PyMemberDef *’) | |
Environment.c:229: warning: statement with no effect | |
Environment.c:232: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:232: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Environment.c:233: error: ‘udt_Environment’ has no member named ‘fixedWidth’ | |
Environment.c:233: error: ‘OCI_NLS_CHARSET_FIXEDWIDTH’ undeclared (first use in this function) | |
Environment.c:233: warning: statement with no effect | |
Environment.c:235: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:34: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:235: error: too many arguments to function ‘Environment_CheckForError’ | |
Environment.c:241: error: ‘OCI_ATTR_ENV_CHARSET_ID’ undeclared (first use in this function) | |
Environment.c:242: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:242: warning: passing argument 2 of ‘Environment_GetCharacterSetName’ from incompatible pointer type | |
Environment.c:109: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:242: warning: passing argument 3 of ‘Environment_GetCharacterSetName’ from incompatible pointer type | |
Environment.c:109: note: expected ‘char **’ but argument is of type ‘char *’ | |
Environment.c:242: error: too many arguments to function ‘Environment_GetCharacterSetName’ | |
Environment.c:244: error: ‘OCI_ATTR_ENV_NCHARSET_ID’ undeclared (first use in this function) | |
Environment.c:245: error: ‘udt_Environment’ has no member named ‘nencoding’ | |
Environment.c:245: warning: passing argument 2 of ‘Environment_GetCharacterSetName’ from incompatible pointer type | |
Environment.c:109: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:245: warning: passing argument 3 of ‘Environment_GetCharacterSetName’ from incompatible pointer type | |
Environment.c:109: note: expected ‘char **’ but argument is of type ‘char *’ | |
Environment.c:245: error: too many arguments to function ‘Environment_GetCharacterSetName’ | |
Environment.c:249: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:250: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:250: warning: passing argument 1 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:250: warning: passing argument 3 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:252: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:254: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:254: warning: passing argument 1 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:254: warning: passing argument 3 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c:256: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:257: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:257: warning: passing argument 1 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:257: warning: passing argument 3 of ‘Environment_SetBuffer’ from incompatible pointer type | |
Environment.c:162: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Environment.c: In function ‘Environment_Clone’: | |
Environment.c:274: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:274: warning: assignment makes pointer from integer without a cast | |
Environment.c:277: error: ‘udt_Environment’ has no member named ‘maxBytesPerCharacter’ | |
Environment.c:277: error: ‘udt_Environment’ has no member named ‘maxBytesPerCharacter’ | |
Environment.c:277: warning: statement with no effect | |
Environment.c:278: error: ‘udt_Environment’ has no member named ‘maxStringBytes’ | |
Environment.c:278: error: ‘udt_Environment’ has no member named ‘maxStringBytes’ | |
Environment.c:278: warning: statement with no effect | |
Environment.c:279: error: ‘udt_Environment’ has no member named ‘fixedWidth’ | |
Environment.c:279: error: ‘udt_Environment’ has no member named ‘fixedWidth’ | |
Environment.c:279: warning: statement with no effect | |
Environment.c:281: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:281: warning: statement with no effect | |
Environment.c:282: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:282: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:282: warning: statement with no effect | |
Environment.c:283: error: ‘udt_Environment’ has no member named ‘nencoding’ | |
Environment.c:283: error: ‘udt_Environment’ has no member named ‘nencoding’ | |
Environment.c:283: warning: statement with no effect | |
Environment.c:284: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:285: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:285: warning: passing argument 1 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:285: warning: passing argument 2 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:286: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:287: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:287: warning: passing argument 1 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:287: warning: passing argument 2 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:288: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:289: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:289: warning: passing argument 1 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c:289: warning: passing argument 2 of ‘cxBuffer_Copy’ from incompatible pointer type | |
Buffer.c:37: note: expected ‘struct udt_Buffer *’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Environment.c: In function ‘Environment_Free’: | |
Environment.c:302: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Environment.c:303: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Environment.c:303: error: ‘OCI_HTYPE_ERROR’ undeclared (first use in this function) | |
Environment.c:304: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:304: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:305: error: ‘udt_Environment’ has no member named ‘handle’ | |
Environment.c:305: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Environment.c:306: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:307: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:308: error: ‘udt_Environment’ has no member named ‘encoding’ | |
Environment.c:309: error: ‘udt_Environment’ has no member named ‘nencoding’ | |
Environment.c:310: error: ‘udt_Environment’ has no member named ‘nencoding’ | |
Environment.c:312: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:312: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:312: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:312: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:312: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:312: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:312: error: ‘udt_Environment’ has no member named ‘numberToStringFormatBuffer’ | |
Environment.c:312: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:313: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:313: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:313: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:313: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:313: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:313: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:313: error: ‘udt_Environment’ has no member named ‘numberFromStringFormatBuffer’ | |
Environment.c:313: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:314: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:314: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:314: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:314: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:314: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:314: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:314: error: ‘udt_Environment’ has no member named ‘nlsNumericCharactersBuffer’ | |
Environment.c:314: error: request for member ‘obj’ in something not a structure or union | |
Environment.c:315: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:315: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:315: error: ‘udt_Environment’ has no member named ‘cloneEnv’ | |
Environment.c:315: warning: statement with no effect | |
Environment.c: In function ‘Environment_RaiseError’: | |
Environment.c:335: error: ‘udt_Error’ has no member named ‘code’ | |
Environment.c: At top level: | |
Environment.c:388: error: expected declaration specifiers or ‘...’ before ‘sword’ | |
Environment.c: In function ‘Environment_CheckForError’: | |
Environment.c:393: error: ‘status’ undeclared (first use in this function) | |
Environment.c:393: error: ‘OCI_SUCCESS’ undeclared (first use in this function) | |
Environment.c:393: error: ‘OCI_SUCCESS_WITH_INFO’ undeclared (first use in this function) | |
Environment.c:394: error: ‘OCI_INVALID_HANDLE’ undeclared (first use in this function) | |
Environment.c:399: error: ‘udt_Error’ has no member named ‘code’ | |
Environment.c:399: warning: statement with no effect | |
Environment.c:400: error: ‘udt_Error’ has no member named ‘message’ | |
Environment.c:400: warning: statement with no effect | |
Environment.c:401: error: ‘udt_Error’ has no member named ‘message’ | |
In file included from cx_Oracle.c:203: | |
SessionPool.c: At top level: | |
SessionPool.c:11: error: expected specifier-qualifier-list before ‘OCISPool’ | |
SessionPool.c:28: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc_OpenAttribute’ | |
SessionPool.c:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc_BusyAttribute’ | |
SessionPool.c:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc_TimeoutAttribute’ | |
SessionPool.c:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc_GetModeAttribute’ | |
SessionPool.c:42: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
SessionPool.c:43: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
SessionPool.c:62: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:62: error: initializer element is not constant | |
SessionPool.c:62: error: (near initialization for ‘g_SessionPoolMembers[0].offset’) | |
SessionPool.c:63: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:63: error: initializer element is not constant | |
SessionPool.c:63: error: (near initialization for ‘g_SessionPoolMembers[1].offset’) | |
SessionPool.c:64: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:64: error: initializer element is not constant | |
SessionPool.c:64: error: (near initialization for ‘g_SessionPoolMembers[2].offset’) | |
SessionPool.c:65: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:65: error: initializer element is not constant | |
SessionPool.c:65: error: (near initialization for ‘g_SessionPoolMembers[3].offset’) | |
SessionPool.c:66: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:66: error: initializer element is not constant | |
SessionPool.c:66: error: (near initialization for ‘g_SessionPoolMembers[4].offset’) | |
SessionPool.c:67: error: ‘udt_SessionPool’ has no member named ‘maxSessions’ | |
SessionPool.c:67: error: initializer element is not constant | |
SessionPool.c:67: error: (near initialization for ‘g_SessionPoolMembers[5].offset’) | |
SessionPool.c:68: error: ‘udt_SessionPool’ has no member named ‘minSessions’ | |
SessionPool.c:68: error: initializer element is not constant | |
SessionPool.c:68: error: (near initialization for ‘g_SessionPoolMembers[6].offset’) | |
SessionPool.c:69: error: ‘udt_SessionPool’ has no member named ‘sessionIncrement’ | |
SessionPool.c:69: error: initializer element is not constant | |
SessionPool.c:69: error: (near initialization for ‘g_SessionPoolMembers[7].offset’) | |
SessionPool.c:71: error: ‘udt_SessionPool’ has no member named ‘homogeneous’ | |
SessionPool.c:71: error: initializer element is not constant | |
SessionPool.c:71: error: (near initialization for ‘g_SessionPoolMembers[8].offset’) | |
SessionPool.c:80: error: ‘gc_OpenAttribute’ undeclared here (not in a function) | |
SessionPool.c:80: error: initializer element is not constant | |
SessionPool.c:80: error: (near initialization for ‘g_SessionPoolCalcMembers[0].closure’) | |
SessionPool.c:81: error: ‘gc_BusyAttribute’ undeclared here (not in a function) | |
SessionPool.c:81: error: initializer element is not constant | |
SessionPool.c:81: error: (near initialization for ‘g_SessionPoolCalcMembers[1].closure’) | |
SessionPool.c:83: error: ‘gc_TimeoutAttribute’ undeclared here (not in a function) | |
SessionPool.c:83: error: initializer element is not constant | |
SessionPool.c:83: error: (near initialization for ‘g_SessionPoolCalcMembers[2].closure’) | |
SessionPool.c:85: error: ‘gc_GetModeAttribute’ undeclared here (not in a function) | |
SessionPool.c:85: error: initializer element is not constant | |
SessionPool.c:85: error: (near initialization for ‘g_SessionPoolCalcMembers[3].closure’) | |
In file included from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Connection.c:11: error: expected specifier-qualifier-list before ‘OCISvcCtx’ | |
Connection.c:32: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc_ClientIdentifierAttribute’ | |
Connection.c:72: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
Connection.c:119: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:119: error: initializer element is not constant | |
Connection.c:119: error: (near initialization for ‘g_ConnectionMembers[0].offset’) | |
Connection.c:120: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:120: error: initializer element is not constant | |
Connection.c:120: error: (near initialization for ‘g_ConnectionMembers[1].offset’) | |
Connection.c:121: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:121: error: initializer element is not constant | |
Connection.c:121: error: (near initialization for ‘g_ConnectionMembers[2].offset’) | |
Connection.c:122: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:122: error: initializer element is not constant | |
Connection.c:122: error: (near initialization for ‘g_ConnectionMembers[3].offset’) | |
Connection.c:123: error: ‘udt_Connection’ has no member named ‘autocommit’ | |
Connection.c:123: error: initializer element is not constant | |
Connection.c:123: error: (near initialization for ‘g_ConnectionMembers[4].offset’) | |
Connection.c:125: error: ‘udt_Connection’ has no member named ‘inputTypeHandler’ | |
Connection.c:125: error: initializer element is not constant | |
Connection.c:125: error: (near initialization for ‘g_ConnectionMembers[5].offset’) | |
Connection.c:127: error: ‘udt_Connection’ has no member named ‘outputTypeHandler’ | |
Connection.c:127: error: initializer element is not constant | |
Connection.c:127: error: (near initialization for ‘g_ConnectionMembers[6].offset’) | |
Connection.c:150: error: ‘gc_ClientIdentifierAttribute’ undeclared here (not in a function) | |
Connection.c:150: error: initializer element is not constant | |
Connection.c:150: error: (near initialization for ‘g_ConnectionCalcMembers[5].closure’) | |
Connection.c: In function ‘Connection_IsConnected’: | |
Connection.c:216: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c: At top level: | |
Connection.c:233: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
Connection.c: In function ‘Connection_GetConnection’: | |
Connection.c:238: error: ‘OCIAuthInfo’ undeclared (first use in this function) | |
Connection.c:238: error: ‘authInfo’ undeclared (first use in this function) | |
Connection.c:238: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:238: warning: statement with no effect | |
Connection.c:240: error: ‘boolean’ undeclared (first use in this function) | |
Connection.c:240: warning: statement with no effect | |
Connection.c:240: error: expected ‘;’ before ‘found’ | |
Connection.c:241: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:241: warning: statement with no effect | |
Connection.c:241: error: expected ‘;’ before ‘status’ | |
Connection.c:242: error: ‘ub4’ undeclared (first use in this function) | |
Connection.c:242: warning: statement with no effect | |
Connection.c:242: error: expected ‘;’ before ‘mode’ | |
Connection.c:245: warning: statement with no effect | |
Connection.c:248: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
Connection.c:248: warning: assignment from incompatible pointer type | |
Connection.c:249: error: ‘udt_SessionPool’ has no member named ‘name’ | |
Connection.c:249: warning: assignment from incompatible pointer type | |
Connection.c:250: error: ‘mode’ undeclared (first use in this function) | |
Connection.c:250: error: ‘OCI_SESSGET_SPOOL’ undeclared (first use in this function) | |
Connection.c:250: warning: statement with no effect | |
Connection.c:251: error: ‘udt_SessionPool’ has no member named ‘homogeneous’ | |
Connection.c:251: error: ‘udt_SessionPool’ has no member named ‘username’ | |
Connection.c:251: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:252: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:253: error: ‘udt_SessionPool’ has no member named ‘username’ | |
Connection.c:253: warning: passing argument 1 of ‘PyObject_RichCompareBool’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/object.h:470: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:253: warning: passing argument 2 of ‘PyObject_RichCompareBool’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/object.h:470: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:256: error: ‘OCI_SESSGET_CREDPROXY’ undeclared (first use in this function) | |
Connection.c:256: error: invalid operands to binary | (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:256: warning: statement with no effect | |
Connection.c:259: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:259: warning: assignment from incompatible pointer type | |
Connection.c:260: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:260: warning: assignment from incompatible pointer type | |
Connection.c:261: error: ‘OCI_SESSGET_STMTCACHE’ undeclared (first use in this function) | |
Connection.c:261: warning: statement with no effect | |
Connection.c:268: error: ‘status’ undeclared (first use in this function) | |
Connection.c:268: warning: implicit declaration of function ‘OCIHandleAlloc’ | |
Connection.c:268: error: ‘udt_Environment’ has no member named ‘handle’ | |
Connection.c:268: error: ‘dvoid’ undeclared (first use in this function) | |
Connection.c:268: error: expected expression before ‘)’ token | |
Connection.c:268: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:269: warning: statement with no effect | |
Connection.c:271: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:271: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:276: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:277: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:277: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:277: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:277: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:281: warning: implicit declaration of function ‘OCIAttrSet’ | |
Connection.c:281: error: ‘OCI_HTYPE_AUTHINFO’ undeclared (first use in this function) | |
Connection.c:282: error: ‘text’ undeclared (first use in this function) | |
Connection.c:282: error: expected expression before ‘)’ token | |
Connection.c:282: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:283: warning: statement with no effect | |
Connection.c:285: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:285: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:293: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:294: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:294: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:294: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:294: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:299: error: expected expression before ‘)’ token | |
Connection.c:299: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:300: warning: statement with no effect | |
Connection.c:302: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:302: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:311: error: ‘OCI_SESSGET_CREDEXT’ undeclared (first use in this function) | |
Connection.c:311: warning: statement with no effect | |
Connection.c:344: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:344: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:344: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:347: warning: implicit declaration of function ‘OCISessionGet’ | |
Connection.c:347: error: ‘udt_Environment’ has no member named ‘handle’ | |
Connection.c:347: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Connection.c:348: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:348: error: expected expression before ‘)’ token | |
Connection.c:348: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:349: warning: statement with no effect | |
Connection.c:353: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:353: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:363: error: ‘udt_SessionPool’ has no member named ‘username’ | |
Connection.c:364: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:364: error: ‘udt_SessionPool’ has no member named ‘username’ | |
Connection.c:364: warning: statement with no effect | |
Connection.c:365: error: ‘udt_SessionPool’ has no member named ‘password’ | |
Connection.c:366: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:366: error: ‘udt_SessionPool’ has no member named ‘password’ | |
Connection.c:366: warning: statement with no effect | |
Connection.c:368: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
Connection.c:369: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:369: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
Connection.c:369: warning: statement with no effect | |
Connection.c:371: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
Connection.c:371: warning: statement with no effect | |
Connection.c:374: error: ‘udt_Connection’ has no member named ‘release’ | |
Connection.c:374: warning: statement with no effect | |
Connection.c: At top level: | |
Connection.c:427: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
Connection.c: In function ‘Connection_SetOCIAttr’: | |
Connection.c:429: error: ‘OCISession’ undeclared (first use in this function) | |
Connection.c:429: error: ‘sessionHandle’ undeclared (first use in this function) | |
Connection.c:429: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:429: warning: statement with no effect | |
Connection.c:431: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:431: warning: statement with no effect | |
Connection.c:431: error: expected ‘;’ before ‘status’ | |
Connection.c:444: error: ‘status’ undeclared (first use in this function) | |
Connection.c:444: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:444: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:445: error: ‘dvoid’ undeclared (first use in this function) | |
Connection.c:445: error: expected expression before ‘)’ token | |
Connection.c:445: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:446: warning: statement with no effect | |
Connection.c:447: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:448: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:448: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:448: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:452: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:452: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:452: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:454: error: ‘OCI_HTYPE_SESSION’ undeclared (first use in this function) | |
Connection.c:454: error: ‘text’ undeclared (first use in this function) | |
Connection.c:454: error: expected expression before ‘)’ token | |
Connection.c:454: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:455: warning: statement with no effect | |
Connection.c:457: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:458: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:458: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:458: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: At top level: | |
Connection.c:470: error: expected declaration specifiers or ‘...’ before ‘OCISvcCtx’ | |
Connection.c: In function ‘Connection_Attach’: | |
Connection.c:472: error: ‘OCISession’ undeclared (first use in this function) | |
Connection.c:472: error: ‘sessionHandle’ undeclared (first use in this function) | |
Connection.c:472: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:472: warning: statement with no effect | |
Connection.c:473: error: ‘OCIServer’ undeclared (first use in this function) | |
Connection.c:473: error: ‘serverHandle’ undeclared (first use in this function) | |
Connection.c:473: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:473: warning: statement with no effect | |
Connection.c:474: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:474: warning: statement with no effect | |
Connection.c:474: error: expected ‘;’ before ‘status’ | |
Connection.c:477: error: ‘status’ undeclared (first use in this function) | |
Connection.c:477: error: ‘handle’ undeclared (first use in this function) | |
Connection.c:477: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:477: error: ‘dvoid’ undeclared (first use in this function) | |
Connection.c:477: error: expected expression before ‘)’ token | |
Connection.c:477: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:478: warning: statement with no effect | |
Connection.c:479: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:480: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:480: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:480: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:484: error: expected expression before ‘)’ token | |
Connection.c:484: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:485: warning: statement with no effect | |
Connection.c:486: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:487: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:487: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:487: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:491: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:491: error: ‘PyGetSetDef’ has no member named ‘handle’ | |
Connection.c:492: error: expected expression before ‘)’ token | |
Connection.c:492: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:492: warning: statement with no effect | |
Connection.c:493: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:494: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:494: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:494: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:498: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:499: error: ‘OCI_ATTR_SERVER’ undeclared (first use in this function) | |
Connection.c:499: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:499: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:499: warning: statement with no effect | |
Connection.c:500: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:501: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:501: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:501: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:505: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:506: error: ‘OCI_ATTR_SESSION’ undeclared (first use in this function) | |
Connection.c:506: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:506: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:506: warning: statement with no effect | |
Connection.c:507: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:508: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:508: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:508: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:511: error: ‘udt_Connection’ has no member named ‘attached’ | |
Connection.c:511: warning: statement with no effect | |
Connection.c: In function ‘Connection_ChangePassword’: | |
Connection.c:526: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:526: warning: statement with no effect | |
Connection.c:526: error: expected ‘;’ before ‘status’ | |
Connection.c:528: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:529: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:529: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:529: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:529: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:532: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:532: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:532: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:537: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:537: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:537: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:545: error: ‘status’ undeclared (first use in this function) | |
Connection.c:545: warning: implicit declaration of function ‘OCIPasswordChange’ | |
Connection.c:545: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:545: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:545: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:546: error: ‘text’ undeclared (first use in this function) | |
Connection.c:546: error: expected expression before ‘)’ token | |
Connection.c:546: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:549: warning: statement with no effect | |
Connection.c:554: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:555: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:555: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:555: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:558: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:558: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:558: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:558: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:560: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:560: warning: statement with no effect | |
Connection.c: At top level: | |
Connection.c:594: error: expected declaration specifiers or ‘...’ before ‘ub4’ | |
Connection.c: In function ‘Connection_Connect’: | |
Connection.c:601: error: ‘ub4’ undeclared (first use in this function) | |
Connection.c:601: warning: statement with no effect | |
Connection.c:601: error: expected ‘;’ before ‘credentialType’ | |
Connection.c:603: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:603: warning: statement with no effect | |
Connection.c:603: error: expected ‘;’ before ‘status’ | |
Connection.c:606: error: ‘status’ undeclared (first use in this function) | |
Connection.c:606: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:606: error: ‘PyGetSetDef’ has no member named ‘handle’ | |
Connection.c:607: error: ‘dvoid’ undeclared (first use in this function) | |
Connection.c:607: error: expected expression before ‘)’ token | |
Connection.c:607: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:607: warning: statement with no effect | |
Connection.c:608: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:609: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:609: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:609: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:613: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:614: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:614: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:614: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:614: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:617: warning: implicit declaration of function ‘OCIServerAttach’ | |
Connection.c:617: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:618: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:618: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:618: error: ‘text’ undeclared (first use in this function) | |
Connection.c:618: error: expected expression before ‘)’ token | |
Connection.c:618: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:619: warning: statement with no effect | |
Connection.c:622: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:623: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:623: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:623: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:627: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:627: error: ‘PyGetSetDef’ has no member named ‘handle’ | |
Connection.c:628: error: expected expression before ‘)’ token | |
Connection.c:628: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:628: warning: statement with no effect | |
Connection.c:629: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:630: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:630: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:630: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:634: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:634: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:634: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:635: error: ‘OCI_ATTR_SERVER’ undeclared (first use in this function) | |
Connection.c:635: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:635: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:635: warning: statement with no effect | |
Connection.c:636: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:637: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:637: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:637: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:643: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:643: error: ‘OCI_HTYPE_SERVER’ undeclared (first use in this function) | |
Connection.c:644: error: expected expression before ‘)’ token | |
Connection.c:644: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:645: warning: statement with no effect | |
Connection.c:646: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:647: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:647: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:647: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:649: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:650: error: expected expression before ‘)’ token | |
Connection.c:650: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:651: warning: statement with no effect | |
Connection.c:652: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:653: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:653: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:653: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:658: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:658: error: ‘PyGetSetDef’ has no member named ‘handle’ | |
Connection.c:659: error: expected expression before ‘)’ token | |
Connection.c:659: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘PyGetSetDef’) | |
Connection.c:659: warning: statement with no effect | |
Connection.c:660: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:661: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:661: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:661: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:665: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:666: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:666: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:666: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:666: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:669: error: ‘credentialType’ undeclared (first use in this function) | |
Connection.c:669: error: ‘OCI_CRED_RDBMS’ undeclared (first use in this function) | |
Connection.c:669: warning: statement with no effect | |
Connection.c:670: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:670: error: ‘OCI_HTYPE_SESSION’ undeclared (first use in this function) | |
Connection.c:671: error: expected expression before ‘)’ token | |
Connection.c:671: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:672: warning: statement with no effect | |
Connection.c:673: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:674: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:674: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:674: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:682: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:683: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:683: error: ‘PyGetSetDef’ has no member named ‘encoding’ | |
Connection.c:683: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:683: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:686: warning: statement with no effect | |
Connection.c:687: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:688: error: expected expression before ‘)’ token | |
Connection.c:688: error: invalid operands to binary * (have ‘struct PyGetSetDef *’ and ‘struct PyGetSetDef *’) | |
Connection.c:689: warning: statement with no effect | |
Connection.c:690: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:691: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:691: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:691: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:709: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:710: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:710: error: ‘OCI_ATTR_SESSION’ undeclared (first use in this function) | |
Connection.c:711: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:711: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:711: warning: statement with no effect | |
Connection.c:712: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:713: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:713: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:713: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:760: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:760: warning: passing argument 2 of ‘Connection_ChangePassword’ from incompatible pointer type | |
Connection.c:520: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:764: warning: implicit declaration of function ‘OCISessionBegin’ | |
Connection.c:764: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:764: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:764: error: ‘PyGetSetDef’ has no member named ‘errorHandle’ | |
Connection.c:765: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:765: error: ‘mode’ undeclared (first use in this function) | |
Connection.c:765: warning: statement with no effect | |
Connection.c:767: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:768: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:768: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyGetSetDef *’ | |
Connection.c:768: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:769: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:769: warning: statement with no effect | |
In file included from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Cursor.c: At top level: | |
Cursor.c:11: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Cursor.c:107: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Cursor.c:107: error: initializer element is not constant | |
Cursor.c:107: error: (near initialization for ‘g_CursorMembers[0].offset’) | |
Cursor.c:108: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:108: error: initializer element is not constant | |
Cursor.c:108: error: (near initialization for ‘g_CursorMembers[1].offset’) | |
Cursor.c:109: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:109: error: initializer element is not constant | |
Cursor.c:109: error: (near initialization for ‘g_CursorMembers[2].offset’) | |
Cursor.c:110: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:110: error: initializer element is not constant | |
Cursor.c:110: error: (near initialization for ‘g_CursorMembers[3].offset’) | |
Cursor.c:111: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:111: error: initializer element is not constant | |
Cursor.c:111: error: (near initialization for ‘g_CursorMembers[4].offset’) | |
Cursor.c:112: error: ‘udt_Cursor’ has no member named ‘numbersAsStrings’ | |
Cursor.c:112: error: initializer element is not constant | |
Cursor.c:112: error: (near initialization for ‘g_CursorMembers[5].offset’) | |
Cursor.c:113: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:113: error: initializer element is not constant | |
Cursor.c:113: error: (near initialization for ‘g_CursorMembers[6].offset’) | |
Cursor.c:114: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:114: error: initializer element is not constant | |
Cursor.c:114: error: (near initialization for ‘g_CursorMembers[7].offset’) | |
Cursor.c:115: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:115: error: initializer element is not constant | |
Cursor.c:115: error: (near initialization for ‘g_CursorMembers[8].offset’) | |
Cursor.c:116: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Cursor.c:116: error: initializer element is not constant | |
Cursor.c:116: error: (near initialization for ‘g_CursorMembers[9].offset’) | |
Cursor.c:118: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Cursor.c:118: error: initializer element is not constant | |
Cursor.c:118: error: (near initialization for ‘g_CursorMembers[10].offset’) | |
Cursor.c: In function ‘Cursor_AllocateHandle’: | |
Cursor.c:189: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:189: warning: statement with no effect | |
Cursor.c:189: error: expected ‘;’ before ‘status’ | |
Cursor.c:191: error: ‘udt_Cursor’ has no member named ‘isOwned’ | |
Cursor.c:191: warning: statement with no effect | |
Cursor.c:192: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:192: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:192: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Cursor.c:193: error: ‘dvoid’ undeclared (first use in this function) | |
Cursor.c:193: error: expected expression before ‘)’ token | |
Cursor.c:193: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Cursor.c:193: warning: statement with no effect | |
Cursor.c:194: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:195: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:195: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:195: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c: In function ‘Cursor_FreeHandle’: | |
Cursor.c:210: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:210: warning: statement with no effect | |
Cursor.c:210: error: expected ‘;’ before ‘status’ | |
Cursor.c:212: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:213: error: ‘udt_Cursor’ has no member named ‘isOwned’ | |
Cursor.c:214: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:214: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:214: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:214: warning: statement with no effect | |
Cursor.c:216: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:216: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:216: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:216: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:218: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:218: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Cursor.c:219: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:220: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:220: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
Cursor.c:220: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:220: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:222: warning: implicit declaration of function ‘OCIStmtRelease’ | |
Cursor.c:222: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:223: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:223: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:223: error: ‘text’ undeclared (first use in this function) | |
Cursor.c:223: error: expected expression before ‘)’ token | |
Cursor.c:223: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:224: warning: statement with no effect | |
Cursor.c:227: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:227: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:227: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:227: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:230: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:230: warning: statement with no effect | |
In file included from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Variable.c: At top level: | |
Variable.c:32: error: expected specifier-qualifier-list before ‘OCIBind’ | |
Variable.c:42: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
Variable.c:48: error: expected declaration specifiers or ‘...’ before ‘*’ token | |
Variable.c:48: warning: type defaults to ‘int’ in declaration of ‘ub4’ | |
Variable.c:48: error: ‘ub4’ declared as function returning a function | |
Variable.c:63: error: expected specifier-qualifier-list before ‘GetBufferSizeProc’ | |
Variable.c:92: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:92: error: initializer element is not constant | |
Variable.c:92: error: (near initialization for ‘g_VariableMembers[0].offset’) | |
Variable.c:93: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:93: error: initializer element is not constant | |
Variable.c:93: error: (near initialization for ‘g_VariableMembers[1].offset’) | |
Variable.c:94: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:94: error: initializer element is not constant | |
Variable.c:94: error: (near initialization for ‘g_VariableMembers[2].offset’) | |
Variable.c:96: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:96: error: initializer element is not constant | |
Variable.c:96: error: (near initialization for ‘g_VariableMembers[3].offset’) | |
Variable.c:97: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:97: error: initializer element is not constant | |
Variable.c:97: error: (near initialization for ‘g_VariableMembers[4].offset’) | |
Variable.c:98: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:98: error: initializer element is not constant | |
Variable.c:98: error: (near initialization for ‘g_VariableMembers[5].offset’) | |
Variable.c:99: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:99: error: initializer element is not constant | |
Variable.c:99: error: (near initialization for ‘g_VariableMembers[6].offset’) | |
In file included from Variable.c:153, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Transforms.c:15: error: expected declaration specifiers or ‘...’ before ‘OCIDate’ | |
Transforms.c: In function ‘OracleDateToPythonDate’: | |
Transforms.c:17: error: ‘ub1’ undeclared (first use in this function) | |
Transforms.c:17: warning: statement with no effect | |
Transforms.c:17: error: expected ‘;’ before ‘hour’ | |
Transforms.c:18: error: ‘sb2’ undeclared (first use in this function) | |
Transforms.c:18: warning: statement with no effect | |
Transforms.c:18: error: expected ‘;’ before ‘year’ | |
Transforms.c:20: warning: implicit declaration of function ‘OCIDateGetDate’ | |
Transforms.c:20: error: ‘value’ undeclared (first use in this function) | |
Transforms.c:20: error: ‘year’ undeclared (first use in this function) | |
Transforms.c:20: error: ‘month’ undeclared (first use in this function) | |
Transforms.c:20: error: ‘day’ undeclared (first use in this function) | |
Transforms.c:21: warning: implicit declaration of function ‘OCIDateGetTime’ | |
Transforms.c:21: error: ‘hour’ undeclared (first use in this function) | |
Transforms.c:21: error: ‘minute’ undeclared (first use in this function) | |
Transforms.c:21: error: ‘second’ undeclared (first use in this function) | |
Transforms.c:24: warning: passing argument 1 of ‘PyDateTimeAPI->Date_FromDate’ makes integer from pointer without a cast | |
Transforms.c:24: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:24: warning: passing argument 2 of ‘PyDateTimeAPI->Date_FromDate’ makes integer from pointer without a cast | |
Transforms.c:24: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:24: warning: passing argument 3 of ‘PyDateTimeAPI->Date_FromDate’ makes integer from pointer without a cast | |
Transforms.c:24: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 1 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 2 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 3 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 4 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 5 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:25: warning: passing argument 6 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:25: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c: At top level: | |
Transforms.c:36: error: expected declaration specifiers or ‘...’ before ‘OCIInterval’ | |
Transforms.c: In function ‘OracleIntervalToPythonDelta’: | |
Transforms.c:38: error: ‘sb4’ undeclared (first use in this function) | |
Transforms.c:38: warning: statement with no effect | |
Transforms.c:38: error: expected ‘;’ before ‘days’ | |
Transforms.c:39: error: ‘sword’ undeclared (first use in this function) | |
Transforms.c:39: warning: statement with no effect | |
Transforms.c:39: error: expected ‘;’ before ‘status’ | |
Transforms.c:41: error: ‘status’ undeclared (first use in this function) | |
Transforms.c:41: warning: implicit declaration of function ‘OCIIntervalGetDaySecond’ | |
Transforms.c:41: error: ‘udt_Environment’ has no member named ‘handle’ | |
Transforms.c:42: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Transforms.c:42: error: ‘days’ undeclared (first use in this function) | |
Transforms.c:42: error: ‘hours’ undeclared (first use in this function) | |
Transforms.c:42: error: ‘minutes’ undeclared (first use in this function) | |
Transforms.c:42: error: ‘seconds’ undeclared (first use in this function) | |
Transforms.c:43: error: ‘fseconds’ undeclared (first use in this function) | |
Transforms.c:43: error: ‘value’ undeclared (first use in this function) | |
Transforms.c:43: warning: statement with no effect | |
Transforms.c:45: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:45: error: too many arguments to function ‘Environment_CheckForError’ | |
Transforms.c:47: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
Transforms.c:47: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
Transforms.c:47: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
Transforms.c:47: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Transforms.c:47: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Transforms.c:47: warning: statement with no effect | |
Transforms.c:48: error: invalid operands to binary / (have ‘struct PyMemberDef *’ and ‘int’) | |
Transforms.c:48: warning: passing argument 1 of ‘PyDateTimeAPI->Delta_FromDelta’ makes integer from pointer without a cast | |
Transforms.c:48: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:48: warning: passing argument 2 of ‘PyDateTimeAPI->Delta_FromDelta’ makes integer from pointer without a cast | |
Transforms.c:48: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:48: warning: passing argument 3 of ‘PyDateTimeAPI->Delta_FromDelta’ makes integer from pointer without a cast | |
Transforms.c:48: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c: At top level: | |
Transforms.c:58: error: expected declaration specifiers or ‘...’ before ‘OCIDateTime’ | |
Transforms.c: In function ‘OracleTimestampToPythonDate’: | |
Transforms.c:60: error: ‘ub1’ undeclared (first use in this function) | |
Transforms.c:60: warning: statement with no effect | |
Transforms.c:60: error: expected ‘;’ before ‘hour’ | |
Transforms.c:61: error: ‘sword’ undeclared (first use in this function) | |
Transforms.c:61: warning: statement with no effect | |
Transforms.c:61: error: expected ‘;’ before ‘status’ | |
Transforms.c:63: error: ‘sb2’ undeclared (first use in this function) | |
Transforms.c:63: warning: statement with no effect | |
Transforms.c:63: error: expected ‘;’ before ‘year’ | |
Transforms.c:65: error: ‘status’ undeclared (first use in this function) | |
Transforms.c:65: warning: implicit declaration of function ‘OCIDateTimeGetDate’ | |
Transforms.c:65: error: ‘udt_Environment’ has no member named ‘handle’ | |
Transforms.c:65: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Transforms.c:66: error: ‘value’ undeclared (first use in this function) | |
Transforms.c:66: error: ‘year’ undeclared (first use in this function) | |
Transforms.c:66: error: ‘month’ undeclared (first use in this function) | |
Transforms.c:66: error: ‘day’ undeclared (first use in this function) | |
Transforms.c:66: warning: statement with no effect | |
Transforms.c:68: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:68: error: too many arguments to function ‘Environment_CheckForError’ | |
Transforms.c:70: warning: implicit declaration of function ‘OCIDateTimeGetTime’ | |
Transforms.c:70: error: ‘udt_Environment’ has no member named ‘handle’ | |
Transforms.c:70: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Transforms.c:71: error: ‘hour’ undeclared (first use in this function) | |
Transforms.c:71: error: ‘minute’ undeclared (first use in this function) | |
Transforms.c:71: error: ‘second’ undeclared (first use in this function) | |
Transforms.c:71: warning: statement with no effect | |
Transforms.c:73: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:73: error: too many arguments to function ‘Environment_CheckForError’ | |
Transforms.c:75: error: invalid operands to binary / (have ‘int (*)()’ and ‘int’) | |
Transforms.c:75: warning: passing argument 1 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 2 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 3 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 4 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 5 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 6 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:75: warning: passing argument 7 of ‘PyDateTimeAPI->DateTime_FromDateAndTime’ makes integer from pointer without a cast | |
Transforms.c:75: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c: At top level: | |
Transforms.c:86: error: expected declaration specifiers or ‘...’ before ‘OCINumber’ | |
Transforms.c: In function ‘OracleNumberToPythonFloat’: | |
Transforms.c:89: error: ‘sword’ undeclared (first use in this function) | |
Transforms.c:89: warning: statement with no effect | |
Transforms.c:89: error: expected ‘;’ before ‘status’ | |
Transforms.c:91: error: ‘status’ undeclared (first use in this function) | |
Transforms.c:91: warning: implicit declaration of function ‘OCINumberToReal’ | |
Transforms.c:91: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
Transforms.c:92: error: ‘value’ undeclared (first use in this function) | |
Transforms.c:92: error: ‘dvoid’ undeclared (first use in this function) | |
Transforms.c:92: error: expected expression before ‘)’ token | |
Transforms.c:92: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Transforms.c:92: warning: statement with no effect | |
Transforms.c:94: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Transforms.c:94: error: too many arguments to function ‘Environment_CheckForError’ | |
In file included from Variable.c:154, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
StringVar.c: At top level: | |
StringVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
StringVar.c:22: error: ‘StringVar_GetBufferSize’ declared as function returning a function | |
StringVar.c:193: error: ‘GetBufferSizeProc’ undeclared here (not in a function) | |
StringVar.c:193: warning: excess elements in struct initializer | |
StringVar.c:193: warning: (near initialization for ‘vt_String’) | |
StringVar.c:193: error: expected ‘}’ before ‘StringVar_GetBufferSize’ | |
StringVar.c:214: warning: excess elements in struct initializer | |
StringVar.c:214: warning: (near initialization for ‘vt_NationalCharString’) | |
StringVar.c:214: error: expected ‘}’ before ‘StringVar_GetBufferSize’ | |
StringVar.c:239: warning: excess elements in struct initializer | |
StringVar.c:239: warning: (near initialization for ‘vt_FixedChar’) | |
StringVar.c:239: error: expected ‘}’ before ‘StringVar_GetBufferSize’ | |
StringVar.c:260: warning: excess elements in struct initializer | |
StringVar.c:260: warning: (near initialization for ‘vt_FixedNationalChar’) | |
StringVar.c:260: error: expected ‘}’ before ‘StringVar_GetBufferSize’ | |
StringVar.c:285: warning: excess elements in struct initializer | |
StringVar.c:285: warning: (near initialization for ‘vt_Rowid’) | |
StringVar.c:285: error: expected ‘}’ before ‘StringVar_GetBufferSize’ | |
StringVar.c:306: error: called object ‘<erroneous-expression>’ is not a function | |
StringVar.c:306: warning: excess elements in struct initializer | |
StringVar.c:306: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:307: warning: excess elements in struct initializer | |
StringVar.c:307: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:308: error: ‘SQLT_BIN’ undeclared here (not in a function) | |
StringVar.c:308: warning: excess elements in struct initializer | |
StringVar.c:308: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:309: error: ‘SQLCS_IMPLICIT’ undeclared here (not in a function) | |
StringVar.c:309: warning: excess elements in struct initializer | |
StringVar.c:309: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:310: warning: excess elements in struct initializer | |
StringVar.c:310: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:311: warning: excess elements in struct initializer | |
StringVar.c:311: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:312: warning: excess elements in struct initializer | |
StringVar.c:312: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:313: warning: excess elements in struct initializer | |
StringVar.c:313: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c:315: warning: excess elements in struct initializer | |
StringVar.c:315: warning: (near initialization for ‘vt_Binary’) | |
StringVar.c: In function ‘StringVar_Initialize’: | |
StringVar.c:326: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c:326: error: ‘ub2’ undeclared (first use in this function) | |
StringVar.c:326: error: expected expression before ‘)’ token | |
StringVar.c:326: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
StringVar.c:326: warning: statement with no effect | |
StringVar.c:328: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c: In function ‘StringVar_SetValue’: | |
StringVar.c:348: error: ‘udt_StringVar’ has no member named ‘environment’ | |
StringVar.c:348: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
StringVar.c:348: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
StringVar.c:350: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:350: error: ‘PyMemberDef’ has no member named ‘isCharacterData’ | |
StringVar.c:355: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:355: error: ‘PyMemberDef’ has no member named ‘isCharacterData’ | |
StringVar.c:363: error: ‘udt_StringVar’ has no member named ‘bufferSize’ | |
StringVar.c:363: warning: comparison between pointer and integer | |
StringVar.c:371: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c:371: error: ‘ub2’ undeclared (first use in this function) | |
StringVar.c:371: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
StringVar.c:371: warning: statement with no effect | |
StringVar.c:371: error: expected ‘;’ before ‘buffer’ | |
StringVar.c:373: error: ‘udt_StringVar’ has no member named ‘data’ | |
StringVar.c:373: error: ‘udt_StringVar’ has no member named ‘bufferSize’ | |
StringVar.c:373: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘unsigned int’) | |
StringVar.c:373: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
StringVar.c: In function ‘StringVar_GetValue’: | |
StringVar.c:390: error: ‘udt_StringVar’ has no member named ‘data’ | |
StringVar.c:390: error: ‘udt_StringVar’ has no member named ‘bufferSize’ | |
StringVar.c:390: error: invalid operands to binary * (have ‘unsigned int’ and ‘struct PyMemberDef *’) | |
StringVar.c:390: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
StringVar.c:390: warning: assignment from incompatible pointer type | |
StringVar.c:391: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:391: warning: comparison of distinct pointer types lacks a cast | |
StringVar.c:392: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c:392: error: incompatible type for argument 2 of ‘PyString_FromStringAndSize’ | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘PyMemberDef’ | |
StringVar.c:392: warning: return from incompatible pointer type | |
StringVar.c:393: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:394: warning: comparison of distinct pointer types lacks a cast | |
StringVar.c:394: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:394: warning: comparison of distinct pointer types lacks a cast | |
StringVar.c:395: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c:396: error: ‘udt_StringVar’ has no member named ‘environment’ | |
StringVar.c:396: error: ‘PyMemberDef’ has no member named ‘nencoding’ | |
StringVar.c:396: error: incompatible type for argument 2 of ‘PyUnicodeUCS4_Decode’ | |
/opt/here/python27/root/usr/include/python2.7/unicodeobject.h:685: note: expected ‘Py_ssize_t’ but argument is of type ‘PyMemberDef’ | |
StringVar.c:396: warning: passing argument 3 of ‘PyUnicodeUCS4_Decode’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/unicodeobject.h:685: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
StringVar.c:396: warning: return from incompatible pointer type | |
StringVar.c:397: error: ‘udt_StringVar’ has no member named ‘actualLength’ | |
StringVar.c:397: error: incompatible type for argument 2 of ‘PyString_FromStringAndSize’ | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘PyMemberDef’ | |
StringVar.c:397: warning: return from incompatible pointer type | |
StringVar.c: In function ‘StringVar_PostDefine’: | |
StringVar.c:410: error: ‘sword’ undeclared (first use in this function) | |
StringVar.c:410: warning: statement with no effect | |
StringVar.c:410: error: expected ‘;’ before ‘status’ | |
StringVar.c:412: error: ‘status’ undeclared (first use in this function) | |
StringVar.c:412: error: ‘udt_StringVar’ has no member named ‘defineHandle’ | |
StringVar.c:412: error: ‘OCI_HTYPE_DEFINE’ undeclared (first use in this function) | |
StringVar.c:413: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:413: error: ‘PyMemberDef’ has no member named ‘charsetForm’ | |
StringVar.c:413: error: ‘OCI_ATTR_CHARSET_FORM’ undeclared (first use in this function) | |
StringVar.c:414: error: ‘udt_StringVar’ has no member named ‘environment’ | |
StringVar.c:414: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
StringVar.c:414: warning: statement with no effect | |
StringVar.c:415: error: ‘udt_StringVar’ has no member named ‘environment’ | |
StringVar.c:416: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
StringVar.c:416: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
StringVar.c:416: error: too many arguments to function ‘Environment_CheckForError’ | |
StringVar.c: At top level: | |
StringVar.c:429: error: ‘StringVar_GetBufferSize’ declared as function returning a function | |
StringVar.c: In function ‘StringVar_GetBufferSize’: | |
StringVar.c:430: error: ‘udt_StringVar’ has no member named ‘type’ | |
StringVar.c:430: error: ‘PyMemberDef’ has no member named ‘isCharacterData’ | |
StringVar.c:431: error: ‘udt_StringVar’ has no member named ‘size’ | |
StringVar.c:431: error: ‘udt_StringVar’ has no member named ‘environment’ | |
StringVar.c:431: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
StringVar.c:431: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
StringVar.c:431: warning: return makes integer from pointer without a cast | |
StringVar.c:432: error: ‘udt_StringVar’ has no member named ‘size’ | |
StringVar.c:432: warning: return makes integer from pointer without a cast | |
In file included from Variable.c:155, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
LongVar.c: At top level: | |
LongVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
LongVar.c:20: error: ‘LongVar_GetBufferSize’ declared as function returning a function | |
LongVar.c:115: warning: excess elements in struct initializer | |
LongVar.c:115: warning: (near initialization for ‘vt_LongString’) | |
LongVar.c:115: error: expected ‘}’ before ‘LongVar_GetBufferSize’ | |
LongVar.c:137: warning: excess elements in struct initializer | |
LongVar.c:137: warning: (near initialization for ‘vt_LongNationalCharString’) | |
LongVar.c:137: error: expected ‘}’ before ‘LongVar_GetBufferSize’ | |
LongVar.c:159: warning: excess elements in struct initializer | |
LongVar.c:159: warning: (near initialization for ‘vt_LongBinary’) | |
LongVar.c:159: error: expected ‘}’ before ‘LongVar_GetBufferSize’ | |
LongVar.c: In function ‘LongVar_SetValue’: | |
LongVar.c:184: error: ‘udt_LongVar’ has no member named ‘environment’ | |
LongVar.c:184: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
LongVar.c:184: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LongVar.c:188: error: ‘udt_LongVar’ has no member named ‘size’ | |
LongVar.c:188: warning: comparison between pointer and integer | |
LongVar.c:196: error: ‘udt_LongVar’ has no member named ‘data’ | |
LongVar.c:196: error: ‘udt_LongVar’ has no member named ‘bufferSize’ | |
LongVar.c:196: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘unsigned int’) | |
LongVar.c:196: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LongVar.c:196: warning: assignment from incompatible pointer type | |
LongVar.c:197: error: cast specifies function type | |
LongVar.c:197: error: lvalue required as left operand of assignment | |
LongVar.c:197: warning: statement with no effect | |
LongVar.c: In function ‘LongVar_GetValue’: | |
LongVar.c:217: error: ‘udt_LongVar’ has no member named ‘data’ | |
LongVar.c:217: error: ‘udt_LongVar’ has no member named ‘bufferSize’ | |
LongVar.c:217: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘unsigned int’) | |
LongVar.c:217: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LongVar.c:217: warning: assignment from incompatible pointer type | |
LongVar.c:218: error: lvalue required as left operand of assignment | |
LongVar.c:218: warning: statement with no effect | |
LongVar.c:220: error: ‘udt_LongVar’ has no member named ‘type’ | |
LongVar.c:220: warning: comparison of distinct pointer types lacks a cast | |
LongVar.c:221: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
LongVar.c:222: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
LongVar.c: At top level: | |
LongVar.c:232: error: ‘LongVar_GetBufferSize’ declared as function returning a function | |
LongVar.c: In function ‘LongVar_GetBufferSize’: | |
LongVar.c:233: error: ‘udt_LongVar’ has no member named ‘type’ | |
LongVar.c:233: error: ‘PyMemberDef’ has no member named ‘isCharacterData’ | |
LongVar.c:234: error: ‘udt_LongVar’ has no member named ‘size’ | |
LongVar.c:234: warning: return makes integer from pointer without a cast | |
LongVar.c:235: error: ‘udt_LongVar’ has no member named ‘size’ | |
LongVar.c:235: error: ‘udt_LongVar’ has no member named ‘environment’ | |
LongVar.c:235: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
LongVar.c:235: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LongVar.c:235: warning: return makes integer from pointer without a cast | |
In file included from Variable.c:156, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
NumberVar.c: At top level: | |
NumberVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
NumberVar.c:26: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
NumberVar.c:102: error: called object ‘<erroneous-expression>’ is not a function | |
NumberVar.c:102: warning: excess elements in struct initializer | |
NumberVar.c:102: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:103: warning: excess elements in struct initializer | |
NumberVar.c:103: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:104: error: ‘SQLT_VNU’ undeclared here (not in a function) | |
NumberVar.c:104: warning: excess elements in struct initializer | |
NumberVar.c:104: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:105: warning: excess elements in struct initializer | |
NumberVar.c:105: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:106: error: ‘OCINumber’ undeclared here (not in a function) | |
NumberVar.c:106: warning: excess elements in struct initializer | |
NumberVar.c:106: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:107: warning: excess elements in struct initializer | |
NumberVar.c:107: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:108: warning: excess elements in struct initializer | |
NumberVar.c:108: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:109: warning: excess elements in struct initializer | |
NumberVar.c:109: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:111: warning: excess elements in struct initializer | |
NumberVar.c:111: warning: (near initialization for ‘vt_Float’) | |
NumberVar.c:146: error: called object ‘<erroneous-expression>’ is not a function | |
NumberVar.c:146: warning: excess elements in struct initializer | |
NumberVar.c:146: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:147: warning: excess elements in struct initializer | |
NumberVar.c:147: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:148: warning: excess elements in struct initializer | |
NumberVar.c:148: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:149: warning: excess elements in struct initializer | |
NumberVar.c:149: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:150: warning: excess elements in struct initializer | |
NumberVar.c:150: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:151: warning: excess elements in struct initializer | |
NumberVar.c:151: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:152: warning: excess elements in struct initializer | |
NumberVar.c:152: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:153: warning: excess elements in struct initializer | |
NumberVar.c:153: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:155: warning: excess elements in struct initializer | |
NumberVar.c:155: warning: (near initialization for ‘vt_Integer’) | |
NumberVar.c:167: error: called object ‘<erroneous-expression>’ is not a function | |
NumberVar.c:167: warning: excess elements in struct initializer | |
NumberVar.c:167: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:168: warning: excess elements in struct initializer | |
NumberVar.c:168: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:169: warning: excess elements in struct initializer | |
NumberVar.c:169: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:170: warning: excess elements in struct initializer | |
NumberVar.c:170: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:171: warning: excess elements in struct initializer | |
NumberVar.c:171: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:172: warning: excess elements in struct initializer | |
NumberVar.c:172: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:173: warning: excess elements in struct initializer | |
NumberVar.c:173: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:174: warning: excess elements in struct initializer | |
NumberVar.c:174: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:176: warning: excess elements in struct initializer | |
NumberVar.c:176: warning: (near initialization for ‘vt_LongInteger’) | |
NumberVar.c:188: error: called object ‘<erroneous-expression>’ is not a function | |
NumberVar.c:188: warning: excess elements in struct initializer | |
NumberVar.c:188: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:189: warning: excess elements in struct initializer | |
NumberVar.c:189: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:190: warning: excess elements in struct initializer | |
NumberVar.c:190: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:191: warning: excess elements in struct initializer | |
NumberVar.c:191: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:192: warning: excess elements in struct initializer | |
NumberVar.c:192: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:193: warning: excess elements in struct initializer | |
NumberVar.c:193: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:194: warning: excess elements in struct initializer | |
NumberVar.c:194: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:195: warning: excess elements in struct initializer | |
NumberVar.c:195: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:197: warning: excess elements in struct initializer | |
NumberVar.c:197: warning: (near initialization for ‘vt_NumberAsString’) | |
NumberVar.c:209: error: called object ‘<erroneous-expression>’ is not a function | |
NumberVar.c:209: warning: excess elements in struct initializer | |
NumberVar.c:209: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:210: warning: excess elements in struct initializer | |
NumberVar.c:210: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:211: warning: excess elements in struct initializer | |
NumberVar.c:211: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:212: warning: excess elements in struct initializer | |
NumberVar.c:212: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:213: warning: excess elements in struct initializer | |
NumberVar.c:213: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:214: warning: excess elements in struct initializer | |
NumberVar.c:214: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:215: warning: excess elements in struct initializer | |
NumberVar.c:215: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:216: warning: excess elements in struct initializer | |
NumberVar.c:216: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:218: warning: excess elements in struct initializer | |
NumberVar.c:218: warning: (near initialization for ‘vt_Boolean’) | |
NumberVar.c:228: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
NumberVar.c: In function ‘NumberVar_PreDefine’: | |
NumberVar.c:231: error: ‘sb2’ undeclared (first use in this function) | |
NumberVar.c:231: warning: statement with no effect | |
NumberVar.c:231: error: expected ‘;’ before ‘precision’ | |
NumberVar.c:232: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:232: warning: statement with no effect | |
NumberVar.c:232: error: expected ‘;’ before ‘status’ | |
NumberVar.c:233: error: ‘sb1’ undeclared (first use in this function) | |
NumberVar.c:233: warning: statement with no effect | |
NumberVar.c:233: error: expected ‘;’ before ‘scale’ | |
NumberVar.c:237: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:237: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:238: error: ‘scale’ undeclared (first use in this function) | |
NumberVar.c:238: warning: statement with no effect | |
NumberVar.c:239: error: ‘precision’ undeclared (first use in this function) | |
NumberVar.c:239: warning: statement with no effect | |
NumberVar.c:240: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:240: error: ‘param’ undeclared (first use in this function) | |
NumberVar.c:240: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
NumberVar.c:240: error: ‘dvoid’ undeclared (first use in this function) | |
NumberVar.c:240: error: expected expression before ‘)’ token | |
NumberVar.c:240: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:241: warning: statement with no effect | |
NumberVar.c:242: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:243: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:243: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:243: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c:245: error: expected expression before ‘)’ token | |
NumberVar.c:245: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:246: warning: statement with no effect | |
NumberVar.c:247: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:248: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:248: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:248: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c:250: warning: comparison between pointer and integer | |
NumberVar.c:251: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:251: warning: statement with no effect | |
NumberVar.c:252: warning: comparison between pointer and integer | |
NumberVar.c:253: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:253: warning: statement with no effect | |
NumberVar.c: In function ‘NumberVar_SetValueFromBoolean’: | |
NumberVar.c:271: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:271: warning: statement with no effect | |
NumberVar.c:271: error: expected ‘;’ before ‘status’ | |
NumberVar.c:274: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:274: warning: implicit declaration of function ‘OCINumberFromInt’ | |
NumberVar.c:274: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:274: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:275: error: ‘OCI_NUMBER_SIGNED’ undeclared (first use in this function) | |
NumberVar.c:275: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:275: warning: statement with no effect | |
NumberVar.c:276: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:277: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:277: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:277: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c: In function ‘NumberVar_SetValueFromInteger’: | |
NumberVar.c:292: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:292: warning: statement with no effect | |
NumberVar.c:292: error: expected ‘;’ before ‘status’ | |
NumberVar.c:295: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:295: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:295: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:296: error: ‘OCI_NUMBER_SIGNED’ undeclared (first use in this function) | |
NumberVar.c:296: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:296: warning: statement with no effect | |
NumberVar.c:297: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:298: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:298: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:298: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c: In function ‘NumberVar_SetValueFromFloat’: | |
NumberVar.c:313: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:313: warning: statement with no effect | |
NumberVar.c:313: error: expected ‘;’ before ‘status’ | |
NumberVar.c:316: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:316: warning: implicit declaration of function ‘OCINumberFromReal’ | |
NumberVar.c:316: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:316: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:317: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:317: warning: statement with no effect | |
NumberVar.c:318: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:319: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:319: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:319: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c: In function ‘NumberVar_SetValueFromLong’: | |
NumberVar.c:334: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:334: warning: statement with no effect | |
NumberVar.c:334: error: expected ‘;’ before ‘status’ | |
NumberVar.c:340: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:340: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
NumberVar.c:340: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:342: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:342: warning: implicit declaration of function ‘OCINumberFromText’ | |
NumberVar.c:342: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:342: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:343: error: ‘text’ undeclared (first use in this function) | |
NumberVar.c:343: error: expected expression before ‘)’ token | |
NumberVar.c:343: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:346: warning: statement with no effect | |
NumberVar.c:349: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:350: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:350: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:350: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c: In function ‘NumberVar_SetValueFromDecimal’: | |
NumberVar.c:453: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:453: warning: statement with no effect | |
NumberVar.c:453: error: expected ‘;’ before ‘status’ | |
NumberVar.c:465: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:465: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
NumberVar.c:465: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:468: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:468: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
NumberVar.c:468: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:472: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:472: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:472: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:473: error: ‘text’ undeclared (first use in this function) | |
NumberVar.c:473: error: expected expression before ‘)’ token | |
NumberVar.c:473: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:477: warning: statement with no effect | |
NumberVar.c:482: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:483: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:483: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:483: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c: In function ‘NumberVar_GetValue’: | |
NumberVar.c:525: error: ‘sword’ undeclared (first use in this function) | |
NumberVar.c:525: warning: statement with no effect | |
NumberVar.c:525: error: expected ‘;’ before ‘status’ | |
NumberVar.c:527: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:527: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:527: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:527: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:528: error: ‘status’ undeclared (first use in this function) | |
NumberVar.c:528: warning: implicit declaration of function ‘OCINumberToInt’ | |
NumberVar.c:528: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:528: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:528: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:529: error: ‘OCI_NUMBER_SIGNED’ undeclared (first use in this function) | |
NumberVar.c:529: error: ‘dvoid’ undeclared (first use in this function) | |
NumberVar.c:529: error: expected expression before ‘)’ token | |
NumberVar.c:529: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:529: warning: statement with no effect | |
NumberVar.c:530: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:531: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:531: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:531: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c:534: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:534: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:543: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:543: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:543: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:543: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:544: error: lvalue required as left operand of assignment | |
NumberVar.c:544: warning: statement with no effect | |
NumberVar.c:545: warning: implicit declaration of function ‘OCINumberToText’ | |
NumberVar.c:545: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:545: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
NumberVar.c:546: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:547: error: ‘text’ undeclared (first use in this function) | |
NumberVar.c:547: error: expected expression before ‘)’ token | |
NumberVar.c:547: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
NumberVar.c:549: warning: statement with no effect | |
NumberVar.c:550: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:551: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:551: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:551: error: too many arguments to function ‘Environment_CheckForError’ | |
NumberVar.c:553: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
NumberVar.c:557: error: ‘udt_NumberVar’ has no member named ‘type’ | |
NumberVar.c:557: warning: comparison of distinct pointer types lacks a cast | |
NumberVar.c:570: error: ‘udt_NumberVar’ has no member named ‘environment’ | |
NumberVar.c:570: error: ‘udt_NumberVar’ has no member named ‘data’ | |
NumberVar.c:570: warning: passing argument 1 of ‘OracleNumberToPythonFloat’ from incompatible pointer type | |
Transforms.c:84: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
NumberVar.c:570: error: too many arguments to function ‘OracleNumberToPythonFloat’ | |
In file included from Variable.c:157, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
DateTimeVar.c: At top level: | |
DateTimeVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
DateTimeVar.c:62: error: called object ‘<erroneous-expression>’ is not a function | |
DateTimeVar.c:62: warning: excess elements in struct initializer | |
DateTimeVar.c:62: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:63: warning: excess elements in struct initializer | |
DateTimeVar.c:63: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:64: error: ‘SQLT_ODT’ undeclared here (not in a function) | |
DateTimeVar.c:64: warning: excess elements in struct initializer | |
DateTimeVar.c:64: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:65: warning: excess elements in struct initializer | |
DateTimeVar.c:65: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:66: error: ‘OCIDate’ undeclared here (not in a function) | |
DateTimeVar.c:66: warning: excess elements in struct initializer | |
DateTimeVar.c:66: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:67: warning: excess elements in struct initializer | |
DateTimeVar.c:67: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:68: warning: excess elements in struct initializer | |
DateTimeVar.c:68: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:69: warning: excess elements in struct initializer | |
DateTimeVar.c:69: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:71: warning: excess elements in struct initializer | |
DateTimeVar.c:71: warning: (near initialization for ‘vt_DateTime’) | |
DateTimeVar.c:83: error: called object ‘<erroneous-expression>’ is not a function | |
DateTimeVar.c:83: warning: excess elements in struct initializer | |
DateTimeVar.c:83: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:84: warning: excess elements in struct initializer | |
DateTimeVar.c:84: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:85: warning: excess elements in struct initializer | |
DateTimeVar.c:85: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:86: warning: excess elements in struct initializer | |
DateTimeVar.c:86: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:87: warning: excess elements in struct initializer | |
DateTimeVar.c:87: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:88: warning: excess elements in struct initializer | |
DateTimeVar.c:88: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:89: warning: excess elements in struct initializer | |
DateTimeVar.c:89: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:90: warning: excess elements in struct initializer | |
DateTimeVar.c:90: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c:92: warning: excess elements in struct initializer | |
DateTimeVar.c:92: warning: (near initialization for ‘vt_Date’) | |
DateTimeVar.c: In function ‘DateTimeVar_SetValue’: | |
DateTimeVar.c:104: error: ‘ub1’ undeclared (first use in this function) | |
DateTimeVar.c:104: warning: statement with no effect | |
DateTimeVar.c:104: error: expected ‘;’ before ‘month’ | |
DateTimeVar.c:109: error: ‘month’ undeclared (first use in this function) | |
DateTimeVar.c:109: warning: statement with no effect | |
DateTimeVar.c:110: error: ‘day’ undeclared (first use in this function) | |
DateTimeVar.c:110: warning: statement with no effect | |
DateTimeVar.c:111: error: ‘hour’ undeclared (first use in this function) | |
DateTimeVar.c:111: warning: statement with no effect | |
DateTimeVar.c:112: error: ‘minute’ undeclared (first use in this function) | |
DateTimeVar.c:112: warning: statement with no effect | |
DateTimeVar.c:113: error: ‘second’ undeclared (first use in this function) | |
DateTimeVar.c:113: warning: statement with no effect | |
DateTimeVar.c:116: warning: statement with no effect | |
DateTimeVar.c:117: warning: statement with no effect | |
DateTimeVar.c:118: warning: statement with no effect | |
DateTimeVar.c:125: warning: implicit declaration of function ‘OCIDateSetDate’ | |
DateTimeVar.c:125: error: ‘udt_DateTimeVar’ has no member named ‘data’ | |
DateTimeVar.c:126: warning: implicit declaration of function ‘OCIDateSetTime’ | |
DateTimeVar.c:126: error: ‘udt_DateTimeVar’ has no member named ‘data’ | |
DateTimeVar.c: In function ‘DateTimeVar_GetValue’: | |
DateTimeVar.c:140: error: ‘udt_DateTimeVar’ has no member named ‘type’ | |
DateTimeVar.c:140: error: ‘udt_DateTimeVar’ has no member named ‘data’ | |
DateTimeVar.c:140: warning: passing argument 1 of ‘OracleDateToPythonDate’ from incompatible pointer type | |
Transforms.c:13: note: expected ‘struct udt_VariableType *’ but argument is of type ‘struct PyMemberDef *’ | |
DateTimeVar.c:140: error: too many arguments to function ‘OracleDateToPythonDate’ | |
In file included from Variable.c:158, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
TimestampVar.c: At top level: | |
TimestampVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
TimestampVar.c:64: error: called object ‘<erroneous-expression>’ is not a function | |
TimestampVar.c:64: warning: excess elements in struct initializer | |
TimestampVar.c:64: warning: (near initialization for ‘vt_Timestamp’) | |
TimestampVar.c:65: warning: excess elements in struct initializer | |
TimestampVar.c:65: warning: (near initialization for ‘vt_Timestamp’) | |
TimestampVar.c:66: error: ‘SQLT_TIMESTAMP’ undeclared here (not in a function) | |
TimestampVar.c:66: warning: excess elements in struct initializer | |
TimestampVar.c:66: warning: (near initialization for ‘vt_Timestamp’) | |
TimestampVar.c:67: warning: excess elements in struct initializer | |
TimestampVar.c:67: warning: (near initialization for ‘vt_Timestamp’) | |
TimestampVar.c:68: error: ‘OCIDateTime’ undeclared here (not in a function) | |
TimestampVar.c:68: error: expected expression before ‘)’ token | |
TimestampVar.c:68: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
TimestampVar.c:68: warning: excess elements in struct initializer | |
TimestampVar.c:68: warning: (near initialization for ‘vt_Timestamp’) | |
TimestampVar.c: In function ‘TimestampVar_Initialize’: | |
TimestampVar.c:84: error: ‘sword’ undeclared (first use in this function) | |
TimestampVar.c:84: warning: statement with no effect | |
TimestampVar.c:84: error: expected ‘;’ before ‘status’ | |
TimestampVar.c:88: error: lvalue required as left operand of assignment | |
TimestampVar.c:88: error: ‘udt_TimestampVar’ has no member named ‘allocatedElements’ | |
TimestampVar.c:88: warning: comparison of distinct pointer types lacks a cast | |
TimestampVar.c:88: error: lvalue required as increment operand | |
TimestampVar.c:89: error: ‘status’ undeclared (first use in this function) | |
TimestampVar.c:89: warning: implicit declaration of function ‘OCIDescriptorAlloc’ | |
TimestampVar.c:89: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:89: error: ‘PyMemberDef’ has no member named ‘handle’ | |
TimestampVar.c:90: error: ‘dvoid’ undeclared (first use in this function) | |
TimestampVar.c:90: error: expected expression before ‘)’ token | |
TimestampVar.c:90: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
TimestampVar.c:90: warning: statement with no effect | |
TimestampVar.c:91: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:92: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:92: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:92: error: too many arguments to function ‘Environment_CheckForError’ | |
TimestampVar.c: In function ‘TimestampVar_Finalize’: | |
TimestampVar.c:109: error: lvalue required as left operand of assignment | |
TimestampVar.c:109: error: ‘udt_TimestampVar’ has no member named ‘allocatedElements’ | |
TimestampVar.c:109: warning: comparison of distinct pointer types lacks a cast | |
TimestampVar.c:109: error: lvalue required as increment operand | |
TimestampVar.c:110: error: ‘udt_TimestampVar’ has no member named ‘data’ | |
TimestampVar.c:110: error: array subscript is not an integer | |
TimestampVar.c:111: warning: implicit declaration of function ‘OCIDescriptorFree’ | |
TimestampVar.c:111: error: ‘udt_TimestampVar’ has no member named ‘data’ | |
TimestampVar.c:111: error: array subscript is not an integer | |
TimestampVar.c:111: error: ‘OCI_DTYPE_TIMESTAMP’ undeclared (first use in this function) | |
TimestampVar.c: In function ‘TimestampVar_SetValue’: | |
TimestampVar.c:125: error: ‘sword’ undeclared (first use in this function) | |
TimestampVar.c:125: warning: statement with no effect | |
TimestampVar.c:125: error: expected ‘;’ before ‘status’ | |
TimestampVar.c:126: error: ‘uword’ undeclared (first use in this function) | |
TimestampVar.c:126: warning: statement with no effect | |
TimestampVar.c:126: error: expected ‘;’ before ‘valid’ | |
TimestampVar.c:135: error: ‘status’ undeclared (first use in this function) | |
TimestampVar.c:135: warning: implicit declaration of function ‘OCIDateTimeConstruct’ | |
TimestampVar.c:135: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:135: error: ‘PyMemberDef’ has no member named ‘handle’ | |
TimestampVar.c:136: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:136: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
TimestampVar.c:136: error: ‘udt_TimestampVar’ has no member named ‘data’ | |
TimestampVar.c:137: error: ‘sb2’ undeclared (first use in this function) | |
TimestampVar.c:137: error: called object ‘<erroneous-expression>’ is not a function | |
TimestampVar.c:143: warning: statement with no effect | |
TimestampVar.c:144: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:145: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:145: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:145: error: too many arguments to function ‘Environment_CheckForError’ | |
TimestampVar.c:147: warning: implicit declaration of function ‘OCIDateTimeCheck’ | |
TimestampVar.c:147: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:147: error: ‘PyMemberDef’ has no member named ‘handle’ | |
TimestampVar.c:148: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:148: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
TimestampVar.c:148: error: ‘udt_TimestampVar’ has no member named ‘data’ | |
TimestampVar.c:148: error: ‘valid’ undeclared (first use in this function) | |
TimestampVar.c:148: warning: statement with no effect | |
TimestampVar.c:149: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:150: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:150: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:150: error: too many arguments to function ‘Environment_CheckForError’ | |
TimestampVar.c: In function ‘TimestampVar_GetValue’: | |
TimestampVar.c:169: error: ‘udt_TimestampVar’ has no member named ‘environment’ | |
TimestampVar.c:169: error: ‘udt_TimestampVar’ has no member named ‘data’ | |
TimestampVar.c:169: warning: passing argument 1 of ‘OracleTimestampToPythonDate’ from incompatible pointer type | |
Transforms.c:56: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
TimestampVar.c:169: error: too many arguments to function ‘OracleTimestampToPythonDate’ | |
In file included from Variable.c:159, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
LobVar.c: At top level: | |
LobVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
LobVar.c:141: error: called object ‘<erroneous-expression>’ is not a function | |
LobVar.c:141: warning: excess elements in struct initializer | |
LobVar.c:141: warning: (near initialization for ‘vt_CLOB’) | |
LobVar.c:142: warning: excess elements in struct initializer | |
LobVar.c:142: warning: (near initialization for ‘vt_CLOB’) | |
LobVar.c:143: error: ‘SQLT_CLOB’ undeclared here (not in a function) | |
LobVar.c:143: warning: excess elements in struct initializer | |
LobVar.c:143: warning: (near initialization for ‘vt_CLOB’) | |
LobVar.c:144: warning: excess elements in struct initializer | |
LobVar.c:144: warning: (near initialization for ‘vt_CLOB’) | |
LobVar.c:145: error: ‘OCILobLocator’ undeclared here (not in a function) | |
LobVar.c:145: error: expected expression before ‘)’ token | |
LobVar.c:145: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LobVar.c:145: warning: excess elements in struct initializer | |
LobVar.c:145: warning: (near initialization for ‘vt_CLOB’) | |
LobVar.c:162: error: called object ‘<erroneous-expression>’ is not a function | |
LobVar.c:162: warning: excess elements in struct initializer | |
LobVar.c:162: warning: (near initialization for ‘vt_NCLOB’) | |
LobVar.c:163: warning: excess elements in struct initializer | |
LobVar.c:163: warning: (near initialization for ‘vt_NCLOB’) | |
LobVar.c:164: warning: excess elements in struct initializer | |
LobVar.c:164: warning: (near initialization for ‘vt_NCLOB’) | |
LobVar.c:165: error: ‘SQLCS_NCHAR’ undeclared here (not in a function) | |
LobVar.c:165: warning: excess elements in struct initializer | |
LobVar.c:165: warning: (near initialization for ‘vt_NCLOB’) | |
LobVar.c:166: error: expected expression before ‘)’ token | |
LobVar.c:166: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LobVar.c:166: warning: excess elements in struct initializer | |
LobVar.c:166: warning: (near initialization for ‘vt_NCLOB’) | |
LobVar.c:183: error: called object ‘<erroneous-expression>’ is not a function | |
LobVar.c:183: warning: excess elements in struct initializer | |
LobVar.c:183: warning: (near initialization for ‘vt_BLOB’) | |
LobVar.c:184: warning: excess elements in struct initializer | |
LobVar.c:184: warning: (near initialization for ‘vt_BLOB’) | |
LobVar.c:185: error: ‘SQLT_BLOB’ undeclared here (not in a function) | |
LobVar.c:185: warning: excess elements in struct initializer | |
LobVar.c:185: warning: (near initialization for ‘vt_BLOB’) | |
LobVar.c:186: warning: excess elements in struct initializer | |
LobVar.c:186: warning: (near initialization for ‘vt_BLOB’) | |
LobVar.c:187: error: expected expression before ‘)’ token | |
LobVar.c:187: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LobVar.c:187: warning: excess elements in struct initializer | |
LobVar.c:187: warning: (near initialization for ‘vt_BLOB’) | |
LobVar.c:204: error: called object ‘<erroneous-expression>’ is not a function | |
LobVar.c:204: warning: excess elements in struct initializer | |
LobVar.c:204: warning: (near initialization for ‘vt_BFILE’) | |
LobVar.c:205: warning: excess elements in struct initializer | |
LobVar.c:205: warning: (near initialization for ‘vt_BFILE’) | |
LobVar.c:206: error: ‘SQLT_BFILE’ undeclared here (not in a function) | |
LobVar.c:206: warning: excess elements in struct initializer | |
LobVar.c:206: warning: (near initialization for ‘vt_BFILE’) | |
LobVar.c:207: warning: excess elements in struct initializer | |
LobVar.c:207: warning: (near initialization for ‘vt_BFILE’) | |
LobVar.c:208: error: expected expression before ‘)’ token | |
LobVar.c:208: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
LobVar.c:208: warning: excess elements in struct initializer | |
LobVar.c:208: warning: (near initialization for ‘vt_BFILE’) | |
In file included from LobVar.c:216, | |
from Variable.c:159, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
ExternalLobVar.c: In function ‘ExternalLobVar_New’: | |
ExternalLobVar.c:125: error: ‘udt_LobVar’ has no member named ‘internalFetchNum’ | |
ExternalLobVar.c:125: warning: assignment makes integer from pointer without a cast | |
ExternalLobVar.c: In function ‘ExternalLobVar_Verify’: | |
ExternalLobVar.c:152: error: ‘udt_LobVar’ has no member named ‘internalFetchNum’ | |
ExternalLobVar.c:152: warning: comparison between pointer and integer | |
ExternalLobVar.c: In function ‘ExternalLobVar_InternalRead’: | |
ExternalLobVar.c:172: error: ‘ub2’ undeclared (first use in this function) | |
ExternalLobVar.c:172: warning: statement with no effect | |
ExternalLobVar.c:172: error: expected ‘;’ before ‘charsetId’ | |
ExternalLobVar.c:173: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:173: warning: statement with no effect | |
ExternalLobVar.c:173: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:175: error: ‘udt_LobVar’ has no member named ‘isFile’ | |
ExternalLobVar.c:177: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:177: warning: implicit declaration of function ‘OCILobFileOpen’ | |
ExternalLobVar.c:177: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:177: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:178: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:178: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:179: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:179: error: ‘OCI_FILE_READONLY’ undeclared (first use in this function) | |
ExternalLobVar.c:179: warning: statement with no effect | |
ExternalLobVar.c:181: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:182: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:182: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:182: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:187: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:187: warning: comparison of distinct pointer types lacks a cast | |
ExternalLobVar.c:188: error: ‘charsetId’ undeclared (first use in this function) | |
ExternalLobVar.c:188: error: ‘OCI_UTF16ID’ undeclared (first use in this function) | |
ExternalLobVar.c:188: warning: statement with no effect | |
ExternalLobVar.c:189: warning: statement with no effect | |
ExternalLobVar.c:190: warning: implicit declaration of function ‘OCILobRead’ | |
ExternalLobVar.c:190: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:190: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:191: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:191: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:192: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:193: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:193: error: ‘PyMemberDef’ has no member named ‘charsetForm’ | |
ExternalLobVar.c:193: warning: statement with no effect | |
ExternalLobVar.c:195: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:196: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:196: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:196: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:197: warning: implicit declaration of function ‘OCILobFileClose’ | |
ExternalLobVar.c:197: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:197: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:198: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:198: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:199: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:203: error: ‘udt_LobVar’ has no member named ‘isFile’ | |
ExternalLobVar.c:205: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:205: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:206: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:206: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:207: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:207: warning: statement with no effect | |
ExternalLobVar.c:209: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:210: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:210: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:210: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_InternalSize’: | |
ExternalLobVar.c:225: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:225: warning: statement with no effect | |
ExternalLobVar.c:225: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:229: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:229: warning: implicit declaration of function ‘OCILobGetLength’ | |
ExternalLobVar.c:229: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:229: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:230: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:230: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:231: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:231: warning: statement with no effect | |
ExternalLobVar.c:233: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:234: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:234: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:234: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:237: warning: return makes integer from pointer without a cast | |
ExternalLobVar.c: In function ‘ExternalLobVar_Value’: | |
ExternalLobVar.c:265: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:265: warning: statement with no effect | |
ExternalLobVar.c:266: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:266: warning: comparison of distinct pointer types lacks a cast | |
ExternalLobVar.c:267: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:267: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
ExternalLobVar.c:267: error: invalid operands to binary * (have ‘int’ and ‘struct PyMemberDef *’) | |
ExternalLobVar.c:267: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:267: warning: statement with no effect | |
ExternalLobVar.c:268: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:268: warning: comparison of distinct pointer types lacks a cast | |
ExternalLobVar.c:269: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:269: warning: statement with no effect | |
ExternalLobVar.c:270: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:270: warning: statement with no effect | |
ExternalLobVar.c:273: warning: passing argument 1 of ‘PyMem_Malloc’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/pymem.h:52: note: expected ‘size_t’ but argument is of type ‘int (*)()’ | |
ExternalLobVar.c:283: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:283: warning: comparison of distinct pointer types lacks a cast | |
ExternalLobVar.c:284: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:284: error: ‘PyMemberDef’ has no member named ‘fixedWidth’ | |
ExternalLobVar.c:285: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:285: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
ExternalLobVar.c:285: error: invalid operands to binary * (have ‘int (*)()’ and ‘struct PyMemberDef *’) | |
ExternalLobVar.c:285: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:285: warning: statement with no effect | |
ExternalLobVar.c:286: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ExternalLobVar.c:288: error: ‘udt_LobVar’ has no member named ‘type’ | |
ExternalLobVar.c:288: warning: comparison of distinct pointer types lacks a cast | |
ExternalLobVar.c:289: error: invalid operands to binary * (have ‘int (*)()’ and ‘int’) | |
ExternalLobVar.c:289: warning: passing argument 2 of ‘PyUnicodeUCS4_DecodeUTF16’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/unicodeobject.h:872: note: expected ‘Py_ssize_t’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:291: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_Open’: | |
ExternalLobVar.c:325: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:325: warning: statement with no effect | |
ExternalLobVar.c:325: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:330: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:330: warning: implicit declaration of function ‘OCILobOpen’ | |
ExternalLobVar.c:330: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:330: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:331: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:331: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:332: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:332: error: ‘OCI_LOB_READWRITE’ undeclared (first use in this function) | |
ExternalLobVar.c:332: warning: statement with no effect | |
ExternalLobVar.c:334: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:335: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:335: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:335: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_Close’: | |
ExternalLobVar.c:350: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:350: warning: statement with no effect | |
ExternalLobVar.c:350: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:355: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:355: warning: implicit declaration of function ‘OCILobClose’ | |
ExternalLobVar.c:355: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:355: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:356: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:356: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:357: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:357: warning: statement with no effect | |
ExternalLobVar.c:359: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:360: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:360: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:360: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_Write’: | |
ExternalLobVar.c:429: warning: passing argument 4 of ‘LobVar_Write’ makes pointer from integer without a cast | |
LobVar.c:24: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
ExternalLobVar.c:433: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘int (*)()’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_Trim’: | |
ExternalLobVar.c:447: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:447: warning: statement with no effect | |
ExternalLobVar.c:447: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:451: error: lvalue required as left operand of assignment | |
ExternalLobVar.c:451: warning: statement with no effect | |
ExternalLobVar.c:460: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:460: warning: implicit declaration of function ‘OCILobTrim’ | |
ExternalLobVar.c:460: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:460: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:461: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:461: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:461: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:462: warning: statement with no effect | |
ExternalLobVar.c:464: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:465: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:465: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:465: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_GetChunkSize’: | |
ExternalLobVar.c:502: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:502: warning: statement with no effect | |
ExternalLobVar.c:502: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:506: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:506: warning: implicit declaration of function ‘OCILobGetChunkSize’ | |
ExternalLobVar.c:506: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:506: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:507: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:507: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:507: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:508: warning: statement with no effect | |
ExternalLobVar.c:509: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:510: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:510: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:510: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:512: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘int (*)()’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_IsOpen’: | |
ExternalLobVar.c:524: error: ‘boolean’ undeclared (first use in this function) | |
ExternalLobVar.c:524: warning: statement with no effect | |
ExternalLobVar.c:524: error: expected ‘;’ before ‘isOpen’ | |
ExternalLobVar.c:525: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:525: warning: statement with no effect | |
ExternalLobVar.c:525: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:530: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:530: warning: implicit declaration of function ‘OCILobIsOpen’ | |
ExternalLobVar.c:530: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:530: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:531: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:531: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:531: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:532: error: ‘isOpen’ undeclared (first use in this function) | |
ExternalLobVar.c:532: warning: statement with no effect | |
ExternalLobVar.c:534: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:535: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:535: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:535: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:537: warning: passing argument 1 of ‘PyBool_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/boolobject.h:31: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_GetFileName’: | |
ExternalLobVar.c:550: error: ‘ub2’ undeclared (first use in this function) | |
ExternalLobVar.c:550: warning: statement with no effect | |
ExternalLobVar.c:550: error: expected ‘;’ before ‘dirAliasLength’ | |
ExternalLobVar.c:552: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:552: warning: statement with no effect | |
ExternalLobVar.c:552: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:557: error: ‘nameLength’ undeclared (first use in this function) | |
ExternalLobVar.c:557: warning: statement with no effect | |
ExternalLobVar.c:558: error: ‘dirAliasLength’ undeclared (first use in this function) | |
ExternalLobVar.c:558: warning: statement with no effect | |
ExternalLobVar.c:559: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:559: warning: implicit declaration of function ‘OCILobFileGetName’ | |
ExternalLobVar.c:559: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:559: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:560: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:560: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:560: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:561: error: ‘text’ undeclared (first use in this function) | |
ExternalLobVar.c:561: error: expected expression before ‘)’ token | |
ExternalLobVar.c:561: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalLobVar.c:561: warning: statement with no effect | |
ExternalLobVar.c:562: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:563: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:563: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:563: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c:570: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:577: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_SetFileName’: | |
ExternalLobVar.c:599: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:599: warning: statement with no effect | |
ExternalLobVar.c:599: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:609: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:609: warning: implicit declaration of function ‘OCILobFileSetName’ | |
ExternalLobVar.c:609: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:609: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:610: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:610: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:611: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:611: error: ‘text’ undeclared (first use in this function) | |
ExternalLobVar.c:611: error: expected expression before ‘)’ token | |
ExternalLobVar.c:611: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalLobVar.c:612: warning: statement with no effect | |
ExternalLobVar.c:613: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:614: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:614: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:614: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalLobVar.c: In function ‘ExternalLobVar_FileExists’: | |
ExternalLobVar.c:632: error: ‘sword’ undeclared (first use in this function) | |
ExternalLobVar.c:632: warning: statement with no effect | |
ExternalLobVar.c:632: error: expected ‘;’ before ‘status’ | |
ExternalLobVar.c:633: error: ‘boolean’ undeclared (first use in this function) | |
ExternalLobVar.c:633: warning: statement with no effect | |
ExternalLobVar.c:633: error: expected ‘;’ before ‘flag’ | |
ExternalLobVar.c:638: error: ‘status’ undeclared (first use in this function) | |
ExternalLobVar.c:638: warning: implicit declaration of function ‘OCILobFileExists’ | |
ExternalLobVar.c:638: error: ‘udt_LobVar’ has no member named ‘connection’ | |
ExternalLobVar.c:638: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ExternalLobVar.c:639: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:639: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ExternalLobVar.c:639: error: ‘udt_LobVar’ has no member named ‘data’ | |
ExternalLobVar.c:640: error: ‘flag’ undeclared (first use in this function) | |
ExternalLobVar.c:640: warning: statement with no effect | |
ExternalLobVar.c:642: error: ‘udt_LobVar’ has no member named ‘environment’ | |
ExternalLobVar.c:643: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:643: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalLobVar.c:643: error: too many arguments to function ‘Environment_CheckForError’ | |
In file included from Variable.c:159, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
LobVar.c: In function ‘LobVar_Initialize’: | |
LobVar.c:227: error: ‘sword’ undeclared (first use in this function) | |
LobVar.c:227: warning: statement with no effect | |
LobVar.c:227: error: expected ‘;’ before ‘status’ | |
LobVar.c:231: error: ‘udt_Cursor’ has no member named ‘connection’ | |
LobVar.c:232: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:232: error: ‘udt_Cursor’ has no member named ‘connection’ | |
LobVar.c:232: warning: statement with no effect | |
LobVar.c:233: error: ‘udt_LobVar’ has no member named ‘isFile’ | |
LobVar.c:233: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:233: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:233: warning: statement with no effect | |
LobVar.c:236: error: lvalue required as left operand of assignment | |
LobVar.c:236: error: ‘udt_LobVar’ has no member named ‘allocatedElements’ | |
LobVar.c:236: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:236: error: lvalue required as increment operand | |
LobVar.c:237: error: ‘status’ undeclared (first use in this function) | |
LobVar.c:237: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:237: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:238: error: ‘dvoid’ undeclared (first use in this function) | |
LobVar.c:238: error: expected expression before ‘)’ token | |
LobVar.c:238: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
LobVar.c:238: warning: statement with no effect | |
LobVar.c:239: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:240: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:240: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:240: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c: In function ‘LobVar_PreFetch’: | |
LobVar.c:255: error: ‘boolean’ undeclared (first use in this function) | |
LobVar.c:255: warning: statement with no effect | |
LobVar.c:255: error: expected ‘;’ before ‘isTemporary’ | |
LobVar.c:256: error: ‘sword’ undeclared (first use in this function) | |
LobVar.c:256: warning: statement with no effect | |
LobVar.c:256: error: expected ‘;’ before ‘status’ | |
LobVar.c:259: error: lvalue required as left operand of assignment | |
LobVar.c:259: error: ‘udt_LobVar’ has no member named ‘allocatedElements’ | |
LobVar.c:259: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:259: error: lvalue required as increment operand | |
LobVar.c:260: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:260: error: array subscript is not an integer | |
LobVar.c:261: error: ‘status’ undeclared (first use in this function) | |
LobVar.c:261: warning: implicit declaration of function ‘OCILobIsTemporary’ | |
LobVar.c:261: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:261: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:262: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:262: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:262: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:262: error: array subscript is not an integer | |
LobVar.c:262: error: ‘isTemporary’ undeclared (first use in this function) | |
LobVar.c:262: warning: statement with no effect | |
LobVar.c:263: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:264: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:264: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:264: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c:268: warning: implicit declaration of function ‘OCILobFreeTemporary’ | |
LobVar.c:268: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:268: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:269: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:269: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:269: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:269: error: array subscript is not an integer | |
LobVar.c:269: warning: statement with no effect | |
LobVar.c:271: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:272: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:272: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:272: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c: In function ‘LobVar_Finalize’: | |
LobVar.c:289: error: ‘boolean’ undeclared (first use in this function) | |
LobVar.c:289: warning: statement with no effect | |
LobVar.c:289: error: expected ‘;’ before ‘isTemporary’ | |
LobVar.c:292: error: lvalue required as left operand of assignment | |
LobVar.c:292: error: ‘udt_LobVar’ has no member named ‘allocatedElements’ | |
LobVar.c:292: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:292: error: lvalue required as increment operand | |
LobVar.c:293: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:293: error: array subscript is not an integer | |
LobVar.c:294: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:294: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:295: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:295: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:295: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:295: error: array subscript is not an integer | |
LobVar.c:295: error: ‘isTemporary’ undeclared (first use in this function) | |
LobVar.c:298: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:298: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:299: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:299: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:299: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:299: error: array subscript is not an integer | |
LobVar.c:302: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:302: error: array subscript is not an integer | |
LobVar.c:302: error: ‘OCI_DTYPE_LOB’ undeclared (first use in this function) | |
LobVar.c:305: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:305: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:305: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c: In function ‘LobVar_Write’: | |
LobVar.c:321: error: ‘sword’ undeclared (first use in this function) | |
LobVar.c:321: warning: statement with no effect | |
LobVar.c:321: error: expected ‘;’ before ‘status’ | |
LobVar.c:324: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:324: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:327: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:327: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:329: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:329: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
LobVar.c:329: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:331: error: lvalue required as left operand of assignment | |
LobVar.c:331: warning: statement with no effect | |
LobVar.c:333: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:333: warning: comparison of distinct pointer types lacks a cast | |
LobVar.c:335: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:335: error: ‘PyMemberDef’ has no member named ‘nencoding’ | |
LobVar.c:335: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:337: error: lvalue required as left operand of assignment | |
LobVar.c:337: warning: statement with no effect | |
LobVar.c:341: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:341: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
LobVar.c:341: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:343: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:343: error: ‘PyMemberDef’ has no member named ‘fixedWidth’ | |
LobVar.c:344: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:344: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
LobVar.c:344: warning: comparison between pointer and integer | |
LobVar.c:345: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:345: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
LobVar.c:345: error: invalid operands to binary / (have ‘Py_ssize_t’ and ‘struct PyMemberDef *’) | |
LobVar.c:345: error: lvalue required as left operand of assignment | |
LobVar.c:345: warning: statement with no effect | |
LobVar.c:346: error: lvalue required as left operand of assignment | |
LobVar.c:346: warning: statement with no effect | |
LobVar.c:356: error: ‘status’ undeclared (first use in this function) | |
LobVar.c:356: warning: implicit declaration of function ‘OCILobWrite’ | |
LobVar.c:356: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:356: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:357: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:357: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:357: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:358: error: ‘OCI_ONE_PIECE’ undeclared (first use in this function) | |
LobVar.c:359: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:359: error: ‘PyMemberDef’ has no member named ‘charsetForm’ | |
LobVar.c:359: warning: statement with no effect | |
LobVar.c:362: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:363: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:363: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:363: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c: In function ‘LobVar_SetValue’: | |
LobVar.c:390: error: ‘boolean’ undeclared (first use in this function) | |
LobVar.c:390: warning: statement with no effect | |
LobVar.c:390: error: expected ‘;’ before ‘isTemporary’ | |
LobVar.c:391: error: ‘sword’ undeclared (first use in this function) | |
LobVar.c:391: warning: statement with no effect | |
LobVar.c:391: error: expected ‘;’ before ‘status’ | |
LobVar.c:392: error: ‘ub1’ undeclared (first use in this function) | |
LobVar.c:392: warning: statement with no effect | |
LobVar.c:392: error: expected ‘;’ before ‘lobType’ | |
LobVar.c:396: error: ‘status’ undeclared (first use in this function) | |
LobVar.c:396: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:396: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:397: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:397: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:397: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:397: error: ‘isTemporary’ undeclared (first use in this function) | |
LobVar.c:397: warning: statement with no effect | |
LobVar.c:398: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:399: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:399: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:399: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c:402: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:402: error: ‘PyMemberDef’ has no member named ‘oracleType’ | |
LobVar.c:403: error: ‘lobType’ undeclared (first use in this function) | |
LobVar.c:403: error: ‘OCI_TEMP_BLOB’ undeclared (first use in this function) | |
LobVar.c:403: warning: statement with no effect | |
LobVar.c:404: error: ‘OCI_TEMP_CLOB’ undeclared (first use in this function) | |
LobVar.c:404: warning: statement with no effect | |
LobVar.c:406: warning: implicit declaration of function ‘OCILobCreateTemporary’ | |
LobVar.c:406: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:406: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:407: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:407: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:407: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:408: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
LobVar.c:408: error: ‘udt_LobVar’ has no member named ‘type’ | |
LobVar.c:408: error: ‘PyMemberDef’ has no member named ‘charsetForm’ | |
LobVar.c:408: error: ‘FALSE’ undeclared (first use in this function) | |
LobVar.c:409: error: ‘OCI_DURATION_SESSION’ undeclared (first use in this function) | |
LobVar.c:409: warning: statement with no effect | |
LobVar.c:411: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:412: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:412: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:412: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c:418: error: ‘udt_LobVar’ has no member named ‘connection’ | |
LobVar.c:418: error: ‘PyMemberDef’ has no member named ‘handle’ | |
LobVar.c:419: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:419: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
LobVar.c:419: error: ‘udt_LobVar’ has no member named ‘data’ | |
LobVar.c:419: warning: statement with no effect | |
LobVar.c:421: error: ‘udt_LobVar’ has no member named ‘environment’ | |
LobVar.c:422: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:422: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
LobVar.c:422: error: too many arguments to function ‘Environment_CheckForError’ | |
LobVar.c:426: warning: passing argument 4 of ‘LobVar_Write’ makes pointer from integer without a cast | |
LobVar.c:313: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
In file included from Variable.c:160, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
CursorVar.c: At top level: | |
CursorVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
CursorVar.c:66: error: called object ‘<erroneous-expression>’ is not a function | |
CursorVar.c:66: warning: excess elements in struct initializer | |
CursorVar.c:66: warning: (near initialization for ‘vt_Cursor’) | |
CursorVar.c:67: warning: excess elements in struct initializer | |
CursorVar.c:67: warning: (near initialization for ‘vt_Cursor’) | |
CursorVar.c:68: error: ‘SQLT_RSET’ undeclared here (not in a function) | |
CursorVar.c:68: warning: excess elements in struct initializer | |
CursorVar.c:68: warning: (near initialization for ‘vt_Cursor’) | |
CursorVar.c:69: warning: excess elements in struct initializer | |
CursorVar.c:69: warning: (near initialization for ‘vt_Cursor’) | |
CursorVar.c:70: error: ‘OCIStmt’ undeclared here (not in a function) | |
CursorVar.c:70: error: expected expression before ‘)’ token | |
CursorVar.c:70: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
CursorVar.c:70: warning: excess elements in struct initializer | |
CursorVar.c:70: warning: (near initialization for ‘vt_Cursor’) | |
CursorVar.c: In function ‘CursorVar_Initialize’: | |
CursorVar.c:89: error: ‘udt_Cursor’ has no member named ‘connection’ | |
CursorVar.c:90: error: ‘udt_CursorVar’ has no member named ‘connection’ | |
CursorVar.c:90: error: ‘udt_Cursor’ has no member named ‘connection’ | |
CursorVar.c:90: warning: statement with no effect | |
CursorVar.c:91: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:91: error: ‘udt_CursorVar’ has no member named ‘allocatedElements’ | |
CursorVar.c:91: warning: passing argument 1 of ‘PyList_New’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/listobject.h:47: note: expected ‘Py_ssize_t’ but argument is of type ‘struct PyMemberDef *’ | |
CursorVar.c:91: warning: statement with no effect | |
CursorVar.c:92: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:94: error: lvalue required as left operand of assignment | |
CursorVar.c:94: error: ‘udt_CursorVar’ has no member named ‘allocatedElements’ | |
CursorVar.c:94: warning: comparison of distinct pointer types lacks a cast | |
CursorVar.c:94: error: lvalue required as increment operand | |
CursorVar.c:95: error: ‘udt_CursorVar’ has no member named ‘connection’ | |
CursorVar.c:95: warning: passing argument 1 of ‘Connection_NewCursor’ from incompatible pointer type | |
Connection.c:56: note: expected ‘struct udt_Connection *’ but argument is of type ‘struct PyMemberDef *’ | |
CursorVar.c:100: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:100: error: array subscript is not an integer | |
CursorVar.c:100: warning: statement with no effect | |
CursorVar.c:105: error: ‘udt_CursorVar’ has no member named ‘data’ | |
CursorVar.c:105: error: array subscript is not an integer | |
CursorVar.c:105: error: ‘udt_Cursor’ has no member named ‘handle’ | |
CursorVar.c:105: warning: statement with no effect | |
CursorVar.c: In function ‘CursorVar_Finalize’: | |
CursorVar.c:119: error: ‘udt_CursorVar’ has no member named ‘connection’ | |
CursorVar.c:119: error: ‘udt_CursorVar’ has no member named ‘connection’ | |
CursorVar.c:119: error: ‘udt_CursorVar’ has no member named ‘connection’ | |
CursorVar.c:120: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:120: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:120: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:120: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c: In function ‘CursorVar_SetValue’: | |
CursorVar.c:140: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:140: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:140: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:140: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:142: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:144: error: ‘udt_Cursor’ has no member named ‘isOwned’ | |
CursorVar.c:147: error: ‘udt_Cursor’ has no member named ‘isOwned’ | |
CursorVar.c:147: warning: statement with no effect | |
CursorVar.c:151: error: ‘udt_CursorVar’ has no member named ‘data’ | |
CursorVar.c:151: error: ‘udt_Cursor’ has no member named ‘handle’ | |
CursorVar.c:151: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
CursorVar.c:151: warning: statement with no effect | |
CursorVar.c:152: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
CursorVar.c:152: warning: statement with no effect | |
CursorVar.c: In function ‘CursorVar_GetValue’: | |
CursorVar.c:167: error: ‘udt_CursorVar’ has no member named ‘cursors’ | |
CursorVar.c:168: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
CursorVar.c:168: warning: statement with no effect | |
In file included from ObjectVar.c:6, | |
from Variable.c:161, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
ObjectType.c: At top level: | |
ObjectType.c:12: error: expected specifier-qualifier-list before ‘OCIType’ | |
ObjectType.c:26: error: expected specifier-qualifier-list before ‘OCITypeCode’ | |
ObjectType.c:34: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c:37: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c:46: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:46: error: initializer element is not constant | |
ObjectType.c:46: error: (near initialization for ‘g_ObjectTypeMembers[0].offset’) | |
ObjectType.c:47: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:47: error: initializer element is not constant | |
ObjectType.c:47: error: (near initialization for ‘g_ObjectTypeMembers[1].offset’) | |
ObjectType.c:48: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:48: error: initializer element is not constant | |
ObjectType.c:48: error: (near initialization for ‘g_ObjectTypeMembers[2].offset’) | |
ObjectType.c:162: error: expected declaration specifiers or ‘...’ before ‘OCIDescribe’ | |
ObjectType.c: In function ‘ObjectType_Describe’: | |
ObjectType.c:164: error: ‘OCIParam’ undeclared (first use in this function) | |
ObjectType.c:164: error: ‘topLevelParam’ undeclared (first use in this function) | |
ObjectType.c:164: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:164: error: ‘attributeListParam’ undeclared (first use in this function) | |
ObjectType.c:164: warning: left-hand operand of comma expression has no effect | |
ObjectType.c:164: error: ‘attributeParam’ undeclared (first use in this function) | |
ObjectType.c:164: warning: left-hand operand of comma expression has no effect | |
ObjectType.c:164: warning: statement with no effect | |
ObjectType.c:166: error: ‘collectionParam’ undeclared (first use in this function) | |
ObjectType.c:166: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:166: warning: statement with no effect | |
ObjectType.c:167: error: ‘OCITypeCode’ undeclared (first use in this function) | |
ObjectType.c:167: warning: statement with no effect | |
ObjectType.c:167: error: expected ‘;’ before ‘typeCode’ | |
ObjectType.c:168: error: ‘ub2’ undeclared (first use in this function) | |
ObjectType.c:168: warning: statement with no effect | |
ObjectType.c:168: error: expected ‘;’ before ‘numAttributes’ | |
ObjectType.c:169: error: ‘sword’ undeclared (first use in this function) | |
ObjectType.c:169: warning: statement with no effect | |
ObjectType.c:169: error: expected ‘;’ before ‘status’ | |
ObjectType.c:173: error: ‘status’ undeclared (first use in this function) | |
ObjectType.c:173: warning: implicit declaration of function ‘OCIDescribeAny’ | |
ObjectType.c:173: error: ‘udt_Connection’ has no member named ‘handle’ | |
ObjectType.c:173: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:174: error: ‘dvoid’ undeclared (first use in this function) | |
ObjectType.c:174: error: expected expression before ‘)’ token | |
ObjectType.c:174: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:175: warning: statement with no effect | |
ObjectType.c:177: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:177: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:181: error: ‘describeHandle’ undeclared (first use in this function) | |
ObjectType.c:181: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
ObjectType.c:182: error: ‘OCI_ATTR_PARAM’ undeclared (first use in this function) | |
ObjectType.c:182: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:182: warning: statement with no effect | |
ObjectType.c:184: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:184: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:188: error: ‘OCI_DTYPE_PARAM’ undeclared (first use in this function) | |
ObjectType.c:188: error: ‘typeCode’ undeclared (first use in this function) | |
ObjectType.c:189: error: ‘OCI_ATTR_TYPECODE’ undeclared (first use in this function) | |
ObjectType.c:189: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:189: warning: statement with no effect | |
ObjectType.c:191: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:191: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:195: error: ‘OCI_TYPECODE_NAMEDCOLLECTION’ undeclared (first use in this function) | |
ObjectType.c:196: error: ‘udt_ObjectType’ has no member named ‘isCollection’ | |
ObjectType.c:196: warning: statement with no effect | |
ObjectType.c:200: error: ‘udt_ObjectType’ has no member named ‘collectionTypeCode’ | |
ObjectType.c:200: error: ‘OCI_ATTR_COLLECTION_TYPECODE’ undeclared (first use in this function) | |
ObjectType.c:201: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:201: warning: statement with no effect | |
ObjectType.c:203: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:203: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:208: error: ‘OCI_ATTR_COLLECTION_ELEMENT’ undeclared (first use in this function) | |
ObjectType.c:209: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:209: warning: statement with no effect | |
ObjectType.c:211: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:211: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:216: error: ‘udt_ObjectType’ has no member named ‘elementTypeCode’ | |
ObjectType.c:217: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:217: warning: statement with no effect | |
ObjectType.c:219: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:219: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:223: error: ‘udt_ObjectType’ has no member named ‘elementTypeCode’ | |
ObjectType.c:223: error: ‘OCI_TYPECODE_OBJECT’ undeclared (first use in this function) | |
ObjectType.c:224: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:226: error: ‘OCI_ATTR_TYPE_NAME’ undeclared (first use in this function) | |
ObjectType.c:226: warning: passing argument 2 of ‘ObjectType_New’ from incompatible pointer type | |
ObjectType.c:34: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:226: error: too many arguments to function ‘ObjectType_New’ | |
ObjectType.c:226: warning: statement with no effect | |
ObjectType.c:227: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:235: error: expected expression before ‘)’ token | |
ObjectType.c:235: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:236: warning: statement with no effect | |
ObjectType.c:238: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:238: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:242: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:242: error: ‘numAttributes’ undeclared (first use in this function) | |
ObjectType.c:242: warning: passing argument 1 of ‘PyList_New’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/listobject.h:47: note: expected ‘Py_ssize_t’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:242: warning: statement with no effect | |
ObjectType.c:243: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:245: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:245: warning: statement with no effect | |
ObjectType.c:246: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:251: error: expected expression before ‘)’ token | |
ObjectType.c:251: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:252: warning: statement with no effect | |
ObjectType.c:254: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:254: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:258: warning: comparison between pointer and integer | |
ObjectType.c:259: warning: implicit declaration of function ‘OCIParamGet’ | |
ObjectType.c:260: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:260: error: expected expression before ‘)’ token | |
ObjectType.c:260: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ObjectType.c:261: warning: statement with no effect | |
ObjectType.c:263: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:263: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:265: error: too many arguments to function ‘ObjectAttribute_New’ | |
ObjectType.c:268: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:269: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:270: warning: passing argument 1 of ‘PyDict_SetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:111: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c: At top level: | |
ObjectType.c:285: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c: In function ‘ObjectType_Initialize’: | |
ObjectType.c:288: error: ‘OCIDescribe’ undeclared (first use in this function) | |
ObjectType.c:288: error: ‘describeHandle’ undeclared (first use in this function) | |
ObjectType.c:288: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:288: warning: statement with no effect | |
ObjectType.c:289: error: ‘OCIRef’ undeclared (first use in this function) | |
ObjectType.c:289: error: ‘tdoReference’ undeclared (first use in this function) | |
ObjectType.c:289: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:289: warning: statement with no effect | |
ObjectType.c:290: error: ‘sword’ undeclared (first use in this function) | |
ObjectType.c:290: warning: statement with no effect | |
ObjectType.c:290: error: expected ‘;’ before ‘status’ | |
ObjectType.c:295: error: ‘status’ undeclared (first use in this function) | |
ObjectType.c:295: error: ‘param’ undeclared (first use in this function) | |
ObjectType.c:295: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
ObjectType.c:295: error: ‘dvoid’ undeclared (first use in this function) | |
ObjectType.c:295: error: expected expression before ‘)’ token | |
ObjectType.c:295: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:296: warning: statement with no effect | |
ObjectType.c:298: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:298: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:300: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:300: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ObjectType.c:300: warning: statement with no effect | |
ObjectType.c:302: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:306: error: expected expression before ‘)’ token | |
ObjectType.c:306: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:307: warning: statement with no effect | |
ObjectType.c:309: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:309: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:311: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:311: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ObjectType.c:311: warning: statement with no effect | |
ObjectType.c:313: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:317: error: expected expression before ‘)’ token | |
ObjectType.c:317: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:318: warning: statement with no effect | |
ObjectType.c:320: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:320: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:322: warning: implicit declaration of function ‘OCIObjectPin’ | |
ObjectType.c:322: error: ‘udt_Environment’ has no member named ‘handle’ | |
ObjectType.c:323: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:323: error: ‘OCI_PIN_ANY’ undeclared (first use in this function) | |
ObjectType.c:324: error: ‘OCI_DURATION_SESSION’ undeclared (first use in this function) | |
ObjectType.c:324: error: ‘OCI_LOCK_NONE’ undeclared (first use in this function) | |
ObjectType.c:324: error: expected expression before ‘)’ token | |
ObjectType.c:324: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ObjectType.c:324: warning: statement with no effect | |
ObjectType.c:326: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:326: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:330: error: ‘udt_Environment’ has no member named ‘handle’ | |
ObjectType.c:331: error: expected expression before ‘)’ token | |
ObjectType.c:331: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ObjectType.c:331: warning: statement with no effect | |
ObjectType.c:333: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:333: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:337: error: too many arguments to function ‘ObjectType_Describe’ | |
ObjectType.c:341: warning: statement with no effect | |
ObjectType.c:343: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:343: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c: At top level: | |
ObjectType.c:356: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c: In function ‘ObjectType_New’: | |
ObjectType.c:364: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:365: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:365: warning: assignment from incompatible pointer type | |
ObjectType.c:366: error: ‘udt_ObjectType’ has no member named ‘tdo’ | |
ObjectType.c:366: warning: statement with no effect | |
ObjectType.c:367: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:367: warning: statement with no effect | |
ObjectType.c:368: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:368: warning: statement with no effect | |
ObjectType.c:369: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:369: warning: statement with no effect | |
ObjectType.c:370: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:370: warning: statement with no effect | |
ObjectType.c:371: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:371: warning: statement with no effect | |
ObjectType.c:372: error: ‘udt_ObjectType’ has no member named ‘isCollection’ | |
ObjectType.c:372: warning: statement with no effect | |
ObjectType.c:373: error: ‘param’ undeclared (first use in this function) | |
ObjectType.c:373: warning: passing argument 3 of ‘ObjectType_Initialize’ from incompatible pointer type | |
ObjectType.c:282: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:373: error: too many arguments to function ‘ObjectType_Initialize’ | |
ObjectType.c: In function ‘ObjectType_NewByName’: | |
ObjectType.c:390: error: ‘OCIDescribe’ undeclared (first use in this function) | |
ObjectType.c:390: error: ‘describeHandle’ undeclared (first use in this function) | |
ObjectType.c:390: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:390: warning: statement with no effect | |
ObjectType.c:393: error: ‘OCIParam’ undeclared (first use in this function) | |
ObjectType.c:393: error: ‘param’ undeclared (first use in this function) | |
ObjectType.c:393: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:393: warning: statement with no effect | |
ObjectType.c:394: error: ‘sword’ undeclared (first use in this function) | |
ObjectType.c:394: warning: statement with no effect | |
ObjectType.c:394: error: expected ‘;’ before ‘status’ | |
ObjectType.c:397: error: ‘status’ undeclared (first use in this function) | |
ObjectType.c:397: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:397: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ObjectType.c:398: error: ‘dvoid’ undeclared (first use in this function) | |
ObjectType.c:398: error: expected expression before ‘)’ token | |
ObjectType.c:398: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ObjectType.c:398: warning: statement with no effect | |
ObjectType.c:399: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:400: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:400: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:400: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:405: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:405: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
ObjectType.c:405: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:406: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
ObjectType.c:409: error: ‘udt_Connection’ has no member named ‘handle’ | |
ObjectType.c:410: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:410: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ObjectType.c:410: error: expected expression before ‘)’ token | |
ObjectType.c:410: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:411: warning: statement with no effect | |
ObjectType.c:413: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:414: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:414: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:414: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:421: error: ‘OCI_ATTR_PARAM’ undeclared (first use in this function) | |
ObjectType.c:421: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:421: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ObjectType.c:421: warning: statement with no effect | |
ObjectType.c:422: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:423: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:423: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:423: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:429: error: ‘OCI_ATTR_NAME’ undeclared (first use in this function) | |
ObjectType.c:429: warning: passing argument 2 of ‘ObjectType_New’ from incompatible pointer type | |
ObjectType.c:354: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:429: error: too many arguments to function ‘ObjectType_New’ | |
ObjectType.c:436: warning: statement with no effect | |
ObjectType.c:437: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:438: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:438: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:438: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c: In function ‘ObjectType_Free’: | |
ObjectType.c:452: error: ‘udt_ObjectType’ has no member named ‘tdo’ | |
ObjectType.c:453: warning: implicit declaration of function ‘OCIObjectUnpin’ | |
ObjectType.c:453: error: ‘udt_Environment’ has no member named ‘handle’ | |
ObjectType.c:454: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ObjectType.c:454: error: ‘udt_ObjectType’ has no member named ‘tdo’ | |
ObjectType.c:456: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:456: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:456: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:456: warning: statement with no effect | |
ObjectType.c:457: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:457: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:457: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c:457: warning: statement with no effect | |
ObjectType.c:458: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:458: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:458: error: ‘udt_ObjectType’ has no member named ‘attributes’ | |
ObjectType.c:458: warning: statement with no effect | |
ObjectType.c:459: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:459: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:459: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ObjectType.c:459: warning: statement with no effect | |
ObjectType.c:460: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:460: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:460: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ObjectType.c:460: warning: statement with no effect | |
ObjectType.c: In function ‘ObjectType_Repr’: | |
ObjectType.c:482: error: ‘udt_ObjectType’ has no member named ‘schema’ | |
ObjectType.c:482: error: ‘udt_ObjectType’ has no member named ‘name’ | |
ObjectType.c: At top level: | |
ObjectType.c:503: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c: In function ‘ObjectAttribute_Initialize’: | |
ObjectType.c:505: error: ‘sword’ undeclared (first use in this function) | |
ObjectType.c:505: warning: statement with no effect | |
ObjectType.c:505: error: expected ‘;’ before ‘status’ | |
ObjectType.c:510: error: ‘status’ undeclared (first use in this function) | |
ObjectType.c:510: error: ‘param’ undeclared (first use in this function) | |
ObjectType.c:510: error: ‘OCI_DTYPE_PARAM’ undeclared (first use in this function) | |
ObjectType.c:510: error: ‘dvoid’ undeclared (first use in this function) | |
ObjectType.c:510: error: expected expression before ‘)’ token | |
ObjectType.c:510: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:511: warning: statement with no effect | |
ObjectType.c:512: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:513: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:513: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:513: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:515: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ObjectType.c:521: error: expected expression before ‘)’ token | |
ObjectType.c:521: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectType.c:522: warning: statement with no effect | |
ObjectType.c:523: error: ‘udt_Connection’ has no member named ‘environment’ | |
ObjectType.c:524: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:524: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:524: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectType.c:528: error: ‘udt_ObjectAttribute’ has no member named ‘typeCode’ | |
ObjectType.c:529: error: ‘OCI_TYPECODE_NAMEDCOLLECTION’ undeclared (first use in this function) | |
ObjectType.c:530: error: ‘OCI_TYPECODE_OBJECT’ undeclared (first use in this function) | |
ObjectType.c:531: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c:532: error: ‘OCI_ATTR_TYPE_NAME’ undeclared (first use in this function) | |
ObjectType.c:532: warning: passing argument 2 of ‘ObjectType_New’ from incompatible pointer type | |
ObjectType.c:354: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectType.c:532: error: too many arguments to function ‘ObjectType_New’ | |
ObjectType.c:532: warning: statement with no effect | |
ObjectType.c:533: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c: At top level: | |
ObjectType.c:548: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectType.c: In function ‘ObjectAttribute_New’: | |
ObjectType.c:557: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c:557: warning: statement with no effect | |
ObjectType.c:558: error: ‘param’ undeclared (first use in this function) | |
ObjectType.c:558: error: too many arguments to function ‘ObjectAttribute_Initialize’ | |
ObjectType.c: In function ‘ObjectAttribute_Free’: | |
ObjectType.c:575: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c:575: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c:575: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ObjectType.c:575: warning: statement with no effect | |
In file included from ObjectVar.c:7, | |
from Variable.c:161, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
ExternalObjectVar.c: At top level: | |
ExternalObjectVar.c:14: error: expected specifier-qualifier-list before ‘dvoid’ | |
ExternalObjectVar.c:26: error: expected declaration specifiers or ‘...’ before ‘OCITypeCode’ | |
ExternalObjectVar.c:26: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c:26: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c:82: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c:83: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_New’: | |
ExternalObjectVar.c:96: error: ‘udt_ExternalObjectVar’ has no member named ‘instance’ | |
ExternalObjectVar.c:96: error: ‘instance’ undeclared (first use in this function) | |
ExternalObjectVar.c:96: warning: statement with no effect | |
ExternalObjectVar.c:97: error: ‘udt_ExternalObjectVar’ has no member named ‘indicator’ | |
ExternalObjectVar.c:97: error: ‘indicator’ undeclared (first use in this function) | |
ExternalObjectVar.c:97: warning: statement with no effect | |
ExternalObjectVar.c:98: error: ‘udt_ExternalObjectVar’ has no member named ‘isIndependent’ | |
ExternalObjectVar.c:98: warning: statement with no effect | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_Free’: | |
ExternalObjectVar.c:110: error: ‘udt_ExternalObjectVar’ has no member named ‘isIndependent’ | |
ExternalObjectVar.c:111: warning: implicit declaration of function ‘OCIObjectFree’ | |
ExternalObjectVar.c:111: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:112: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ExternalObjectVar.c:113: error: ‘udt_ExternalObjectVar’ has no member named ‘instance’ | |
ExternalObjectVar.c:113: error: ‘OCI_OBJECTFREE_FORCE’ undeclared (first use in this function) | |
ExternalObjectVar.c: At top level: | |
ExternalObjectVar.c:126: error: expected declaration specifiers or ‘...’ before ‘OCIIter’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_ConvertCollectionElements’: | |
ExternalObjectVar.c:131: error: ‘dvoid’ undeclared (first use in this function) | |
ExternalObjectVar.c:131: error: ‘elementValue’ undeclared (first use in this function) | |
ExternalObjectVar.c:131: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:131: error: ‘elementIndicator’ undeclared (first use in this function) | |
ExternalObjectVar.c:131: warning: left-hand operand of comma expression has no effect | |
ExternalObjectVar.c:131: warning: statement with no effect | |
ExternalObjectVar.c:133: error: ‘boolean’ undeclared (first use in this function) | |
ExternalObjectVar.c:133: warning: statement with no effect | |
ExternalObjectVar.c:133: error: expected ‘;’ before ‘endOfCollection’ | |
ExternalObjectVar.c:134: error: ‘sword’ undeclared (first use in this function) | |
ExternalObjectVar.c:134: warning: statement with no effect | |
ExternalObjectVar.c:134: error: expected ‘;’ before ‘status’ | |
ExternalObjectVar.c:137: error: ‘status’ undeclared (first use in this function) | |
ExternalObjectVar.c:137: warning: implicit declaration of function ‘OCIIterNext’ | |
ExternalObjectVar.c:137: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:137: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ExternalObjectVar.c:138: error: ‘iter’ undeclared (first use in this function) | |
ExternalObjectVar.c:138: error: ‘endOfCollection’ undeclared (first use in this function) | |
ExternalObjectVar.c:138: warning: statement with no effect | |
ExternalObjectVar.c:140: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:140: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalObjectVar.c:145: error: ‘udt_ObjectType’ has no member named ‘elementTypeCode’ | |
ExternalObjectVar.c:146: error: ‘udt_ObjectType’ has no member named ‘elementType’ | |
ExternalObjectVar.c:146: warning: passing argument 2 of ‘ExternalObjectVar_ConvertToPython’ from incompatible pointer type | |
ExternalObjectVar.c:25: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:146: warning: passing argument 3 of ‘ExternalObjectVar_ConvertToPython’ from incompatible pointer type | |
ExternalObjectVar.c:25: note: expected ‘struct udt_ObjectType *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:146: error: too many arguments to function ‘ExternalObjectVar_ConvertToPython’ | |
ExternalObjectVar.c: At top level: | |
ExternalObjectVar.c:166: error: expected declaration specifiers or ‘...’ before ‘OCIColl’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_ConvertCollection’: | |
ExternalObjectVar.c:171: error: ‘OCIIter’ undeclared (first use in this function) | |
ExternalObjectVar.c:171: error: ‘iter’ undeclared (first use in this function) | |
ExternalObjectVar.c:171: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:171: warning: statement with no effect | |
ExternalObjectVar.c:172: error: ‘sword’ undeclared (first use in this function) | |
ExternalObjectVar.c:172: warning: statement with no effect | |
ExternalObjectVar.c:172: error: expected ‘;’ before ‘status’ | |
ExternalObjectVar.c:176: error: ‘status’ undeclared (first use in this function) | |
ExternalObjectVar.c:176: warning: implicit declaration of function ‘OCIIterCreate’ | |
ExternalObjectVar.c:176: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:176: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ExternalObjectVar.c:177: error: ‘collectionValue’ undeclared (first use in this function) | |
ExternalObjectVar.c:177: warning: statement with no effect | |
ExternalObjectVar.c:179: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:179: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalObjectVar.c:186: warning: passing argument 2 of ‘ExternalObjectVar_ConvertCollectionElements’ from incompatible pointer type | |
ExternalObjectVar.c:124: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:186: warning: passing argument 4 of ‘ExternalObjectVar_ConvertCollectionElements’ from incompatible pointer type | |
ExternalObjectVar.c:124: note: expected ‘struct udt_ObjectType *’ but argument is of type ‘struct PyObject *’ | |
ExternalObjectVar.c:186: error: too many arguments to function ‘ExternalObjectVar_ConvertCollectionElements’ | |
ExternalObjectVar.c:192: warning: implicit declaration of function ‘OCIIterDelete’ | |
ExternalObjectVar.c:192: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:192: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ExternalObjectVar.c: At top level: | |
ExternalObjectVar.c:204: error: expected declaration specifiers or ‘...’ before ‘OCITypeCode’ | |
ExternalObjectVar.c:205: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c:206: error: expected declaration specifiers or ‘...’ before ‘dvoid’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_ConvertToPython’: | |
ExternalObjectVar.c:210: error: ‘text’ undeclared (first use in this function) | |
ExternalObjectVar.c:210: error: ‘stringValue’ undeclared (first use in this function) | |
ExternalObjectVar.c:210: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:210: warning: statement with no effect | |
ExternalObjectVar.c:214: error: ‘OCIInd’ undeclared (first use in this function) | |
ExternalObjectVar.c:214: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:214: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:214: error: used struct type value where scalar is required | |
ExternalObjectVar.c:219: error: ‘typeCode’ undeclared (first use in this function) | |
ExternalObjectVar.c:220: error: ‘OCI_TYPECODE_CHAR’ undeclared (first use in this function) | |
ExternalObjectVar.c:221: error: ‘OCI_TYPECODE_VARCHAR’ undeclared (first use in this function) | |
ExternalObjectVar.c:222: error: ‘OCI_TYPECODE_VARCHAR2’ undeclared (first use in this function) | |
ExternalObjectVar.c:223: warning: implicit declaration of function ‘OCIStringPtr’ | |
ExternalObjectVar.c:223: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:224: error: ‘OCIString’ undeclared (first use in this function) | |
ExternalObjectVar.c:224: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:224: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ExternalObjectVar.c:224: warning: statement with no effect | |
ExternalObjectVar.c:225: warning: implicit declaration of function ‘OCIStringSize’ | |
ExternalObjectVar.c:225: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:226: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:226: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ExternalObjectVar.c:226: error: lvalue required as left operand of assignment | |
ExternalObjectVar.c:226: warning: statement with no effect | |
ExternalObjectVar.c:227: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
ExternalObjectVar.c:229: error: ‘OCI_TYPECODE_NUMBER’ undeclared (first use in this function) | |
ExternalObjectVar.c:230: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:230: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:230: error: too many arguments to function ‘OracleNumberToPythonFloat’ | |
ExternalObjectVar.c:231: error: ‘OCI_TYPECODE_DATE’ undeclared (first use in this function) | |
ExternalObjectVar.c:232: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:232: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:232: error: too many arguments to function ‘OracleDateToPythonDate’ | |
ExternalObjectVar.c:233: error: ‘OCI_TYPECODE_TIMESTAMP’ undeclared (first use in this function) | |
ExternalObjectVar.c:235: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:235: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ExternalObjectVar.c:235: error: too many arguments to function ‘OracleTimestampToPythonDate’ | |
ExternalObjectVar.c:236: error: ‘OCI_TYPECODE_OBJECT’ undeclared (first use in this function) | |
ExternalObjectVar.c:237: error: ‘value’ undeclared (first use in this function) | |
ExternalObjectVar.c:238: error: ‘indicator’ undeclared (first use in this function) | |
ExternalObjectVar.c:238: warning: passing argument 3 of ‘ExternalObjectVar_New’ makes integer from pointer without a cast | |
ExternalObjectVar.c:79: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:238: error: too many arguments to function ‘ExternalObjectVar_New’ | |
ExternalObjectVar.c:239: error: ‘OCI_TYPECODE_NAMEDCOLLECTION’ undeclared (first use in this function) | |
ExternalObjectVar.c:241: error: ‘OCIColl’ undeclared (first use in this function) | |
ExternalObjectVar.c:241: error: expected expression before ‘)’ token | |
ExternalObjectVar.c:241: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
ExternalObjectVar.c:241: error: incompatible type for argument 2 of ‘ExternalObjectVar_ConvertCollection’ | |
ExternalObjectVar.c:164: note: expected ‘struct PyObject *’ but argument is of type ‘PyMemberDef’ | |
ExternalObjectVar.c:241: error: too few arguments to function ‘ExternalObjectVar_ConvertCollection’ | |
ExternalObjectVar.c:241: warning: return from incompatible pointer type | |
ExternalObjectVar.c:246: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_GetAttributeValue’: | |
ExternalObjectVar.c:258: error: ‘dvoid’ undeclared (first use in this function) | |
ExternalObjectVar.c:258: error: ‘valueIndicator’ undeclared (first use in this function) | |
ExternalObjectVar.c:258: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:258: error: ‘value’ undeclared (first use in this function) | |
ExternalObjectVar.c:258: warning: left-hand operand of comma expression has no effect | |
ExternalObjectVar.c:258: warning: statement with no effect | |
ExternalObjectVar.c:259: error: ‘OCIInd’ undeclared (first use in this function) | |
ExternalObjectVar.c:259: warning: statement with no effect | |
ExternalObjectVar.c:259: error: expected ‘;’ before ‘scalarValueIndicator’ | |
ExternalObjectVar.c:261: error: ‘sword’ undeclared (first use in this function) | |
ExternalObjectVar.c:261: warning: statement with no effect | |
ExternalObjectVar.c:261: error: expected ‘;’ before ‘status’ | |
ExternalObjectVar.c:262: error: ‘OCIType’ undeclared (first use in this function) | |
ExternalObjectVar.c:262: error: ‘tdo’ undeclared (first use in this function) | |
ExternalObjectVar.c:262: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ExternalObjectVar.c:262: warning: statement with no effect | |
ExternalObjectVar.c:266: error: ‘udt_Environment’ has no member named ‘encoding’ | |
ExternalObjectVar.c:266: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:268: error: ‘status’ undeclared (first use in this function) | |
ExternalObjectVar.c:268: warning: implicit declaration of function ‘OCIObjectGetAttr’ | |
ExternalObjectVar.c:268: error: ‘udt_Environment’ has no member named ‘handle’ | |
ExternalObjectVar.c:269: error: ‘udt_Environment’ has no member named ‘errorHandle’ | |
ExternalObjectVar.c:269: error: ‘udt_ExternalObjectVar’ has no member named ‘instance’ | |
ExternalObjectVar.c:270: error: ‘udt_ExternalObjectVar’ has no member named ‘indicator’ | |
ExternalObjectVar.c:270: error: ‘udt_ObjectType’ has no member named ‘tdo’ | |
ExternalObjectVar.c:271: error: expected ‘)’ before ‘OraText’ | |
ExternalObjectVar.c:271: warning: type defaults to ‘int’ in declaration of ‘type name’ | |
ExternalObjectVar.c:271: warning: cast from pointer to integer of different size | |
ExternalObjectVar.c:272: error: ‘scalarValueIndicator’ undeclared (first use in this function) | |
ExternalObjectVar.c:272: warning: statement with no effect | |
ExternalObjectVar.c:275: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:275: error: too many arguments to function ‘Environment_CheckForError’ | |
ExternalObjectVar.c:280: warning: statement with no effect | |
ExternalObjectVar.c:283: error: ‘udt_ObjectAttribute’ has no member named ‘typeCode’ | |
ExternalObjectVar.c:284: error: ‘udt_ObjectAttribute’ has no member named ‘subType’ | |
ExternalObjectVar.c:284: warning: passing argument 2 of ‘ExternalObjectVar_ConvertToPython’ from incompatible pointer type | |
ExternalObjectVar.c:202: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:284: warning: passing argument 3 of ‘ExternalObjectVar_ConvertToPython’ from incompatible pointer type | |
ExternalObjectVar.c:202: note: expected ‘struct udt_ObjectType *’ but argument is of type ‘struct PyMemberDef *’ | |
ExternalObjectVar.c:284: error: too many arguments to function ‘ExternalObjectVar_ConvertToPython’ | |
ExternalObjectVar.c: In function ‘ExternalObjectVar_GetAttr’: | |
ExternalObjectVar.c:299: error: ‘udt_ObjectType’ has no member named ‘attributesByName’ | |
ExternalObjectVar.c:299: warning: passing argument 1 of ‘PyDict_GetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:110: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
In file included from Variable.c:161, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
ObjectVar.c: At top level: | |
ObjectVar.c:13: error: expected specifier-qualifier-list before ‘OCIBind’ | |
ObjectVar.c:26: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectVar.c:34: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:34: error: initializer element is not constant | |
ObjectVar.c:34: error: (near initialization for ‘g_ObjectVarMembers[0].offset’) | |
ObjectVar.c:87: error: called object ‘<erroneous-expression>’ is not a function | |
ObjectVar.c:87: warning: excess elements in struct initializer | |
ObjectVar.c:87: warning: (near initialization for ‘vt_Object’) | |
ObjectVar.c:88: warning: excess elements in struct initializer | |
ObjectVar.c:88: warning: (near initialization for ‘vt_Object’) | |
ObjectVar.c:89: error: ‘SQLT_NTY’ undeclared here (not in a function) | |
ObjectVar.c:89: warning: excess elements in struct initializer | |
ObjectVar.c:89: warning: (near initialization for ‘vt_Object’) | |
ObjectVar.c:90: warning: excess elements in struct initializer | |
ObjectVar.c:90: warning: (near initialization for ‘vt_Object’) | |
ObjectVar.c:91: error: ‘dvoid’ undeclared here (not in a function) | |
ObjectVar.c:91: error: expected expression before ‘)’ token | |
ObjectVar.c:91: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectVar.c:91: warning: excess elements in struct initializer | |
ObjectVar.c:91: warning: (near initialization for ‘vt_Object’) | |
ObjectVar.c: In function ‘ObjectVar_Initialize’: | |
ObjectVar.c:109: error: ‘udt_Cursor’ has no member named ‘connection’ | |
ObjectVar.c:110: error: ‘udt_ObjectVar’ has no member named ‘connection’ | |
ObjectVar.c:110: error: ‘udt_Cursor’ has no member named ‘connection’ | |
ObjectVar.c:110: warning: statement with no effect | |
ObjectVar.c:111: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:111: warning: statement with no effect | |
ObjectVar.c:112: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:113: error: ‘udt_ObjectVar’ has no member named ‘allocatedElements’ | |
ObjectVar.c:113: error: expected expression before ‘)’ token | |
ObjectVar.c:113: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectVar.c:113: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectVar.c:113: warning: passing argument 1 of ‘PyMem_Malloc’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/pymem.h:52: note: expected ‘size_t’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:113: warning: statement with no effect | |
ObjectVar.c:114: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:118: error: ‘udt_ObjectVar’ has no member named ‘allocatedElements’ | |
ObjectVar.c:118: warning: comparison between pointer and integer | |
ObjectVar.c:119: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:119: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘void *’ | |
ObjectVar.c:119: warning: statement with no effect | |
ObjectVar.c:120: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:120: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘void *’ | |
ObjectVar.c:120: warning: statement with no effect | |
ObjectVar.c: In function ‘ObjectVar_Finalize’: | |
ObjectVar.c:135: error: ‘udt_ObjectVar’ has no member named ‘allocatedElements’ | |
ObjectVar.c:135: warning: comparison between pointer and integer | |
ObjectVar.c:136: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:136: error: used struct type value where scalar is required | |
ObjectVar.c:137: error: ‘udt_ObjectVar’ has no member named ‘environment’ | |
ObjectVar.c:137: error: ‘PyMemberDef’ has no member named ‘handle’ | |
ObjectVar.c:138: error: ‘udt_ObjectVar’ has no member named ‘environment’ | |
ObjectVar.c:138: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ObjectVar.c:138: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:139: error: ‘OCI_OBJECTFREE_FORCE’ undeclared (first use in this function) | |
ObjectVar.c:141: error: ‘udt_ObjectVar’ has no member named ‘connection’ | |
ObjectVar.c:141: error: ‘udt_ObjectVar’ has no member named ‘connection’ | |
ObjectVar.c:141: error: ‘udt_ObjectVar’ has no member named ‘connection’ | |
ObjectVar.c:142: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:142: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:142: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:142: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:143: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:144: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c: At top level: | |
ObjectVar.c:154: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
ObjectVar.c: In function ‘ObjectVar_PreDefine’: | |
ObjectVar.c:156: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:156: error: ‘udt_ObjectVar’ has no member named ‘connection’ | |
ObjectVar.c:156: error: ‘param’ undeclared (first use in this function) | |
ObjectVar.c:157: error: ‘OCI_ATTR_TYPE_NAME’ undeclared (first use in this function) | |
ObjectVar.c:157: warning: passing argument 1 of ‘ObjectType_New’ from incompatible pointer type | |
ObjectType.c:354: note: expected ‘struct udt_Connection *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:157: warning: passing argument 2 of ‘ObjectType_New’ from incompatible pointer type | |
ObjectType.c:354: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:157: error: too many arguments to function ‘ObjectType_New’ | |
ObjectVar.c:157: warning: statement with no effect | |
ObjectVar.c:158: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c: In function ‘ObjectVar_PostDefine’: | |
ObjectVar.c:171: error: ‘sword’ undeclared (first use in this function) | |
ObjectVar.c:171: warning: statement with no effect | |
ObjectVar.c:171: error: expected ‘;’ before ‘status’ | |
ObjectVar.c:173: error: ‘status’ undeclared (first use in this function) | |
ObjectVar.c:173: warning: implicit declaration of function ‘OCIDefineObject’ | |
ObjectVar.c:173: error: ‘udt_ObjectVar’ has no member named ‘defineHandle’ | |
ObjectVar.c:174: error: ‘udt_ObjectVar’ has no member named ‘environment’ | |
ObjectVar.c:174: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
ObjectVar.c:174: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:174: error: ‘PyMemberDef’ has no member named ‘tdo’ | |
ObjectVar.c:174: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:175: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:175: warning: statement with no effect | |
ObjectVar.c:176: error: ‘udt_ObjectVar’ has no member named ‘environment’ | |
ObjectVar.c:177: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:177: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:177: error: too many arguments to function ‘Environment_CheckForError’ | |
ObjectVar.c: In function ‘ObjectVar_IsNull’: | |
ObjectVar.c:189: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:189: error: wrong type argument to unary exclamation mark | |
ObjectVar.c:191: error: ‘OCIInd’ undeclared (first use in this function) | |
ObjectVar.c:191: error: expected expression before ‘)’ token | |
ObjectVar.c:191: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
ObjectVar.c:191: error: ‘OCI_IND_NULL’ undeclared (first use in this function) | |
ObjectVar.c:191: error: invalid operands to binary == (have ‘PyMemberDef’ and ‘struct PyMemberDef *’) | |
ObjectVar.c:191: warning: return makes integer from pointer without a cast | |
ObjectVar.c: In function ‘ObjectVar_GetValue’: | |
ObjectVar.c:206: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:206: error: wrong type argument to unary exclamation mark | |
ObjectVar.c:213: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:213: error: ‘PyMemberDef’ has no member named ‘isCollection’ | |
ObjectVar.c:214: error: ‘udt_ObjectVar’ has no member named ‘environment’ | |
ObjectVar.c:215: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:215: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:215: warning: passing argument 1 of ‘ExternalObjectVar_ConvertCollection’ from incompatible pointer type | |
ExternalObjectVar.c:164: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:215: error: incompatible type for argument 2 of ‘ExternalObjectVar_ConvertCollection’ | |
ExternalObjectVar.c:164: note: expected ‘struct PyObject *’ but argument is of type ‘PyMemberDef’ | |
ObjectVar.c:215: warning: passing argument 3 of ‘ExternalObjectVar_ConvertCollection’ from incompatible pointer type | |
ExternalObjectVar.c:164: note: expected ‘struct udt_ObjectType *’ but argument is of type ‘struct PyObject *’ | |
ObjectVar.c:215: error: too many arguments to function ‘ExternalObjectVar_ConvertCollection’ | |
ObjectVar.c:218: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
ObjectVar.c:219: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:219: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:219: warning: passing argument 2 of ‘ExternalObjectVar_New’ from incompatible pointer type | |
ExternalObjectVar.c:79: note: expected ‘struct udt_ObjectType *’ but argument is of type ‘struct PyMemberDef *’ | |
ObjectVar.c:219: error: incompatible type for argument 3 of ‘ExternalObjectVar_New’ | |
ExternalObjectVar.c:79: note: expected ‘int’ but argument is of type ‘PyMemberDef’ | |
ObjectVar.c:219: error: too many arguments to function ‘ExternalObjectVar_New’ | |
ObjectVar.c:222: error: ‘udt_ObjectVar’ has no member named ‘data’ | |
ObjectVar.c:222: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘void *’ | |
ObjectVar.c:222: warning: statement with no effect | |
ObjectVar.c:223: error: ‘udt_ObjectVar’ has no member named ‘objectIndicator’ | |
ObjectVar.c:223: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘void *’ | |
ObjectVar.c:223: warning: statement with no effect | |
In file included from Variable.c:162, | |
from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
IntervalVar.c: At top level: | |
IntervalVar.c:10: error: expected specifier-qualifier-list before ‘OCIBind’ | |
IntervalVar.c:64: error: called object ‘<erroneous-expression>’ is not a function | |
IntervalVar.c:64: warning: excess elements in struct initializer | |
IntervalVar.c:64: warning: (near initialization for ‘vt_Interval’) | |
IntervalVar.c:65: warning: excess elements in struct initializer | |
IntervalVar.c:65: warning: (near initialization for ‘vt_Interval’) | |
IntervalVar.c:66: error: ‘SQLT_INTERVAL_DS’ undeclared here (not in a function) | |
IntervalVar.c:66: warning: excess elements in struct initializer | |
IntervalVar.c:66: warning: (near initialization for ‘vt_Interval’) | |
IntervalVar.c:67: warning: excess elements in struct initializer | |
IntervalVar.c:67: warning: (near initialization for ‘vt_Interval’) | |
IntervalVar.c:68: error: ‘OCIInterval’ undeclared here (not in a function) | |
IntervalVar.c:68: error: expected expression before ‘)’ token | |
IntervalVar.c:68: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
IntervalVar.c:68: warning: excess elements in struct initializer | |
IntervalVar.c:68: warning: (near initialization for ‘vt_Interval’) | |
IntervalVar.c: In function ‘IntervalVar_Initialize’: | |
IntervalVar.c:84: error: ‘sword’ undeclared (first use in this function) | |
IntervalVar.c:84: warning: statement with no effect | |
IntervalVar.c:84: error: expected ‘;’ before ‘status’ | |
IntervalVar.c:88: error: lvalue required as left operand of assignment | |
IntervalVar.c:88: error: ‘udt_IntervalVar’ has no member named ‘allocatedElements’ | |
IntervalVar.c:88: warning: comparison of distinct pointer types lacks a cast | |
IntervalVar.c:88: error: lvalue required as increment operand | |
IntervalVar.c:89: error: ‘status’ undeclared (first use in this function) | |
IntervalVar.c:89: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:89: error: ‘PyMemberDef’ has no member named ‘handle’ | |
IntervalVar.c:90: error: expected expression before ‘)’ token | |
IntervalVar.c:90: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
IntervalVar.c:90: warning: statement with no effect | |
IntervalVar.c:91: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:92: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
IntervalVar.c:92: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
IntervalVar.c:92: error: too many arguments to function ‘Environment_CheckForError’ | |
IntervalVar.c: In function ‘IntervalVar_Finalize’: | |
IntervalVar.c:109: error: lvalue required as left operand of assignment | |
IntervalVar.c:109: error: ‘udt_IntervalVar’ has no member named ‘allocatedElements’ | |
IntervalVar.c:109: warning: comparison of distinct pointer types lacks a cast | |
IntervalVar.c:109: error: lvalue required as increment operand | |
IntervalVar.c:110: error: ‘udt_IntervalVar’ has no member named ‘data’ | |
IntervalVar.c:110: error: array subscript is not an integer | |
IntervalVar.c:111: error: ‘udt_IntervalVar’ has no member named ‘data’ | |
IntervalVar.c:111: error: array subscript is not an integer | |
IntervalVar.c:111: error: ‘OCI_DTYPE_INTERVAL_DS’ undeclared (first use in this function) | |
IntervalVar.c: In function ‘IntervalVar_SetValue’: | |
IntervalVar.c:125: error: ‘sb4’ undeclared (first use in this function) | |
IntervalVar.c:125: warning: statement with no effect | |
IntervalVar.c:125: error: expected ‘;’ before ‘hours’ | |
IntervalVar.c:127: error: ‘sword’ undeclared (first use in this function) | |
IntervalVar.c:127: warning: statement with no effect | |
IntervalVar.c:127: error: expected ‘;’ before ‘status’ | |
IntervalVar.c:135: error: ‘hours’ undeclared (first use in this function) | |
IntervalVar.c:135: warning: statement with no effect | |
IntervalVar.c:135: error: expected ‘;’ before ‘delta’ | |
IntervalVar.c:136: error: ‘seconds’ undeclared (first use in this function) | |
IntervalVar.c:136: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
IntervalVar.c:136: error: invalid operands to binary - (have ‘int’ and ‘struct PyMemberDef *’) | |
IntervalVar.c:136: warning: statement with no effect | |
IntervalVar.c:137: error: ‘minutes’ undeclared (first use in this function) | |
IntervalVar.c:137: warning: statement with no effect | |
IntervalVar.c:137: error: expected ‘;’ before ‘seconds’ | |
IntervalVar.c:138: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
IntervalVar.c:138: warning: statement with no effect | |
IntervalVar.c:139: error: ‘status’ undeclared (first use in this function) | |
IntervalVar.c:139: warning: implicit declaration of function ‘OCIIntervalSetDaySecond’ | |
IntervalVar.c:139: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:139: error: ‘PyMemberDef’ has no member named ‘handle’ | |
IntervalVar.c:140: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:140: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
IntervalVar.c:141: error: ‘udt_IntervalVar’ has no member named ‘data’ | |
IntervalVar.c:141: warning: statement with no effect | |
IntervalVar.c:142: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:143: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
IntervalVar.c:143: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
IntervalVar.c:143: error: too many arguments to function ‘Environment_CheckForError’ | |
IntervalVar.c: In function ‘IntervalVar_GetValue’: | |
IntervalVar.c:158: error: ‘udt_IntervalVar’ has no member named ‘environment’ | |
IntervalVar.c:158: error: ‘udt_IntervalVar’ has no member named ‘data’ | |
IntervalVar.c:158: warning: passing argument 1 of ‘OracleIntervalToPythonDelta’ from incompatible pointer type | |
Transforms.c:34: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
IntervalVar.c:158: error: too many arguments to function ‘OracleIntervalToPythonDelta’ | |
In file included from Cursor.c:236, | |
from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Variable.c: In function ‘Variable_AllocateData’: | |
Variable.c:175: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:175: error: ‘PyMemberDef’ has no member named ‘getBufferSizeProc’ | |
Variable.c:176: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:176: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:176: error: ‘PyMemberDef’ has no member named ‘getBufferSizeProc’ | |
Variable.c:176: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:176: warning: statement with no effect | |
Variable.c:177: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:177: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:177: warning: statement with no effect | |
Variable.c:180: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:181: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:186: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:186: warning: statement with no effect | |
Variable.c:187: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c: In function ‘Variable_New’: | |
Variable.c:210: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Variable.c:210: error: ‘PyMemberDef’ has no member named ‘tp_alloc’ | |
Variable.c:210: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Variable.c:210: error: called object ‘<erroneous-expression>’ is not a function | |
Variable.c:215: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:215: error: ‘PyMemberDef’ has no member named ‘environment’ | |
Variable.c:216: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:216: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:216: error: ‘PyMemberDef’ has no member named ‘environment’ | |
Variable.c:216: warning: statement with no effect | |
Variable.c:217: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:217: warning: statement with no effect | |
Variable.c:218: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:218: warning: statement with no effect | |
Variable.c:219: error: ‘udt_Variable’ has no member named ‘defineHandle’ | |
Variable.c:219: warning: statement with no effect | |
Variable.c:220: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:220: warning: statement with no effect | |
Variable.c:221: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:221: warning: statement with no effect | |
Variable.c:222: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:222: warning: statement with no effect | |
Variable.c:223: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c:223: warning: statement with no effect | |
Variable.c:225: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:225: warning: statement with no effect | |
Variable.c:226: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:226: warning: statement with no effect | |
Variable.c:227: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:227: warning: statement with no effect | |
Variable.c:228: error: ‘udt_Variable’ has no member named ‘internalFetchNum’ | |
Variable.c:228: warning: statement with no effect | |
Variable.c:229: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:229: warning: statement with no effect | |
Variable.c:230: error: ‘udt_Variable’ has no member named ‘isAllocatedInternally’ | |
Variable.c:230: warning: statement with no effect | |
Variable.c:231: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:231: warning: statement with no effect | |
Variable.c:232: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:232: warning: statement with no effect | |
Variable.c:233: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:233: warning: statement with no effect | |
Variable.c:234: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:234: warning: statement with no effect | |
Variable.c:235: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:235: warning: statement with no effect | |
Variable.c:239: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:239: error: ‘udt_VariableType’ has no member named ‘size’ | |
Variable.c:239: warning: statement with no effect | |
Variable.c:240: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Variable.c:241: error: ‘ub2’ undeclared (first use in this function) | |
Variable.c:241: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:242: warning: assignment from incompatible pointer type | |
Variable.c:243: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:243: warning: statement with no effect | |
Variable.c:253: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:253: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:253: error: ‘sb2’ undeclared (first use in this function) | |
Variable.c:253: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:253: warning: passing argument 1 of ‘PyMem_Malloc’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/pymem.h:52: note: expected ‘size_t’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:253: warning: statement with no effect | |
Variable.c:254: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:261: error: lvalue required as left operand of assignment | |
Variable.c:261: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:261: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:261: error: lvalue required as increment operand | |
Variable.c:262: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:262: error: array subscript is not an integer | |
Variable.c:262: error: ‘OCI_IND_NULL’ undeclared (first use in this function) | |
Variable.c:262: warning: statement with no effect | |
Variable.c:265: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Variable.c:266: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:266: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:266: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:266: warning: passing argument 1 of ‘PyMem_Malloc’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/pymem.h:52: note: expected ‘size_t’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:266: warning: statement with no effect | |
Variable.c:267: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:275: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:275: error: ‘PyMemberDef’ has no member named ‘initializeProc’ | |
Variable.c:276: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:276: error: ‘PyMemberDef’ has no member named ‘initializeProc’ | |
Variable.c:276: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c: In function ‘Variable_Free’: | |
Variable.c:293: error: ‘udt_Variable’ has no member named ‘isAllocatedInternally’ | |
Variable.c:294: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:294: error: ‘PyMemberDef’ has no member named ‘finalizeProc’ | |
Variable.c:295: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:295: error: ‘PyMemberDef’ has no member named ‘finalizeProc’ | |
Variable.c:295: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:295: warning: statement with no effect | |
Variable.c:296: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:297: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:298: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:299: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:300: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:301: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:302: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:303: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:305: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:305: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:305: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:305: warning: statement with no effect | |
Variable.c:306: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:306: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:306: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:306: warning: statement with no effect | |
Variable.c:307: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:307: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:307: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:307: warning: statement with no effect | |
Variable.c:308: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:308: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:308: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:308: warning: statement with no effect | |
Variable.c: In function ‘Variable_Resize’: | |
Variable.c:325: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:325: warning: assignment from incompatible pointer type | |
Variable.c:326: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:326: error: lvalue required as left operand of assignment | |
Variable.c:326: warning: statement with no effect | |
Variable.c:327: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:327: warning: statement with no effect | |
Variable.c:332: error: lvalue required as left operand of assignment | |
Variable.c:332: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:332: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:332: error: lvalue required as increment operand | |
Variable.c:333: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:333: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:333: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int (*)()’) | |
Variable.c:333: error: invalid operands to binary + (have ‘char *’ and ‘struct PyMemberDef *’) | |
Variable.c:334: error: invalid operands to binary * (have ‘int (*)()’ and ‘int (*)()’) | |
Variable.c:334: error: invalid operands to binary + (have ‘char *’ and ‘struct PyMemberDef *’) | |
Variable.c:335: warning: passing argument 3 of ‘memcpy’ makes integer from pointer without a cast | |
/usr/include/bits/string3.h:49: note: expected ‘size_t’ but argument is of type ‘int (*)()’ | |
Variable.c:339: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:339: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c: In function ‘Variable_TypeByPythonType’: | |
Variable.c:426: error: ‘udt_Cursor’ has no member named ‘numbersAsStrings’ | |
Variable.c: In function ‘Variable_TypeByValue’: | |
Variable.c:484: error: lvalue required as left operand of assignment | |
Variable.c:484: warning: statement with no effect | |
Variable.c:488: error: lvalue required as left operand of assignment | |
Variable.c:488: warning: statement with no effect | |
Variable.c:489: warning: comparison between pointer and integer | |
Variable.c:495: error: lvalue required as left operand of assignment | |
Variable.c:495: warning: statement with no effect | |
Variable.c:496: warning: comparison between pointer and integer | |
Variable.c:518: error: lvalue required as left operand of assignment | |
Variable.c:518: warning: statement with no effect | |
Variable.c:520: warning: comparison between pointer and integer | |
Variable.c:554: error: ‘udt_VariableType’ has no member named ‘size’ | |
Variable.c:554: error: lvalue required as left operand of assignment | |
Variable.c:554: warning: statement with no effect | |
Variable.c: At top level: | |
Variable.c:571: error: expected ‘)’ before ‘oracleDataType’ | |
Variable.c:639: error: expected ‘)’ before ‘*’ token | |
Variable.c: In function ‘Variable_MakeArray’: | |
Variable.c:676: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:676: error: ‘PyMemberDef’ has no member named ‘canBeInArray’ | |
Variable.c:681: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:681: warning: statement with no effect | |
Variable.c: In function ‘Variable_DefaultNewByValue’: | |
Variable.c:697: error: function ‘size’ is initialized like a variable | |
Variable.c:697: error: nested function ‘size’ declared but never defined | |
Variable.c: In function ‘Variable_NewByValue’: | |
Variable.c:755: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Variable.c:755: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Variable.c:755: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:756: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Variable.c:757: warning: passing argument 2 of ‘Variable_NewByInputTypeHandler’ from incompatible pointer type | |
Variable.c:720: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:758: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:758: error: ‘PyMemberDef’ has no member named ‘inputTypeHandler’ | |
Variable.c:759: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:759: error: ‘PyMemberDef’ has no member named ‘inputTypeHandler’ | |
Variable.c:759: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:761: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:761: error: ‘PyMemberDef’ has no member named ‘inputTypeHandler’ | |
Variable.c:761: warning: passing argument 2 of ‘Variable_NewByInputTypeHandler’ from incompatible pointer type | |
Variable.c:720: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_NewArrayByType’: | |
Variable.c:800: error: ‘udt_VariableType’ has no member named ‘size’ | |
Variable.c:800: warning: passing argument 4 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_NewByType’: | |
Variable.c:832: warning: passing argument 4 of ‘Variable_New’ makes pointer from integer without a cast | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
Variable.c:849: error: ‘udt_VariableType’ has no member named ‘size’ | |
Variable.c:849: warning: passing argument 4 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: At top level: | |
Variable.c:859: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
Variable.c: In function ‘Variable_NewByOutputTypeHandler’: | |
Variable.c:868: error: ‘sb2’ undeclared (first use in this function) | |
Variable.c:868: warning: statement with no effect | |
Variable.c:868: error: expected ‘;’ before ‘precision’ | |
Variable.c:869: error: ‘sword’ undeclared (first use in this function) | |
Variable.c:869: warning: statement with no effect | |
Variable.c:869: error: expected ‘;’ before ‘status’ | |
Variable.c:871: error: ‘sb1’ undeclared (first use in this function) | |
Variable.c:871: warning: statement with no effect | |
Variable.c:871: error: expected ‘;’ before ‘scale’ | |
Variable.c:874: error: ‘status’ undeclared (first use in this function) | |
Variable.c:874: error: ‘param’ undeclared (first use in this function) | |
Variable.c:874: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
Variable.c:874: error: expected expression before ‘)’ token | |
Variable.c:874: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:875: warning: statement with no effect | |
Variable.c:876: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:877: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:877: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:877: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:881: error: ‘precision’ undeclared (first use in this function) | |
Variable.c:881: error: ‘scale’ undeclared (first use in this function) | |
Variable.c:881: warning: statement with no effect | |
Variable.c:882: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Variable.c:882: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:883: error: expected expression before ‘)’ token | |
Variable.c:883: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:884: warning: statement with no effect | |
Variable.c:885: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:886: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:886: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:886: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:888: error: expected expression before ‘)’ token | |
Variable.c:888: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:889: warning: statement with no effect | |
Variable.c:890: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:891: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:891: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:891: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:897: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Variable.c:917: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:917: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Variable.c: At top level: | |
Variable.c:935: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
Variable.c: In function ‘Variable_DefineHelper’: | |
Variable.c:940: error: ‘ub2’ undeclared (first use in this function) | |
Variable.c:940: warning: statement with no effect | |
Variable.c:940: error: expected ‘;’ before ‘sizeFromOracle’ | |
Variable.c:942: error: ‘sword’ undeclared (first use in this function) | |
Variable.c:942: warning: statement with no effect | |
Variable.c:942: error: expected ‘;’ before ‘status’ | |
Variable.c:946: warning: implicit declaration of function ‘Variable_TypeByOracleDescriptor’ | |
Variable.c:946: error: ‘param’ undeclared (first use in this function) | |
Variable.c:946: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:946: warning: assignment makes pointer from integer without a cast | |
Variable.c:949: error: ‘udt_Cursor’ has no member named ‘numbersAsStrings’ | |
Variable.c:953: error: ‘udt_VariableType’ has no member named ‘size’ | |
Variable.c:953: error: lvalue required as left operand of assignment | |
Variable.c:953: warning: statement with no effect | |
Variable.c:954: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Variable.c:957: error: ‘status’ undeclared (first use in this function) | |
Variable.c:957: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
Variable.c:958: error: expected expression before ‘)’ token | |
Variable.c:958: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:959: warning: statement with no effect | |
Variable.c:960: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:961: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:961: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:961: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:965: error: ‘sizeFromOracle’ undeclared (first use in this function) | |
Variable.c:966: error: lvalue required as left operand of assignment | |
Variable.c:966: warning: statement with no effect | |
Variable.c:969: error: ‘udt_Cursor’ has no member named ‘outputSize’ | |
Variable.c:970: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Variable.c:971: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Variable.c:971: warning: comparison between pointer and integer | |
Variable.c:972: error: ‘udt_Cursor’ has no member named ‘outputSize’ | |
Variable.c:972: error: lvalue required as left operand of assignment | |
Variable.c:972: warning: statement with no effect | |
Variable.c:977: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Variable.c:977: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Variable.c:977: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:979: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Variable.c:979: warning: passing argument 2 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:979: warning: passing argument 3 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘struct udt_VariableType *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:979: warning: passing argument 4 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘int (*)()’ but argument is of type ‘struct udt_VariableType *’ | |
Variable.c:979: warning: passing argument 5 of ‘Variable_NewByOutputTypeHandler’ makes integer from pointer without a cast | |
Variable.c:857: note: expected ‘unsigned int’ but argument is of type ‘int (*)()’ | |
Variable.c:979: error: too many arguments to function ‘Variable_NewByOutputTypeHandler’ | |
Variable.c:980: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:980: error: ‘PyMemberDef’ has no member named ‘outputTypeHandler’ | |
Variable.c:981: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:981: error: ‘PyMemberDef’ has no member named ‘outputTypeHandler’ | |
Variable.c:981: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:983: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Variable.c:983: error: ‘PyMemberDef’ has no member named ‘outputTypeHandler’ | |
Variable.c:984: warning: passing argument 2 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:984: warning: passing argument 3 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘struct udt_VariableType *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:984: warning: passing argument 4 of ‘Variable_NewByOutputTypeHandler’ from incompatible pointer type | |
Variable.c:857: note: expected ‘int (*)()’ but argument is of type ‘struct udt_VariableType *’ | |
Variable.c:984: warning: passing argument 5 of ‘Variable_NewByOutputTypeHandler’ makes integer from pointer without a cast | |
Variable.c:857: note: expected ‘unsigned int’ but argument is of type ‘int (*)()’ | |
Variable.c:984: error: too many arguments to function ‘Variable_NewByOutputTypeHandler’ | |
Variable.c:990: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:990: error: ‘PyMemberDef’ has no member named ‘preDefineProc’ | |
Variable.c:991: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:991: error: ‘PyMemberDef’ has no member named ‘preDefineProc’ | |
Variable.c:991: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:998: warning: implicit declaration of function ‘OCIDefineByPos’ | |
Variable.c:998: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Variable.c:998: error: ‘udt_Variable’ has no member named ‘defineHandle’ | |
Variable.c:999: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:999: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:999: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:1000: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1000: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1000: error: ‘PyMemberDef’ has no member named ‘oracleType’ | |
Variable.c:1000: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1001: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1001: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1001: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Variable.c:1001: warning: statement with no effect | |
Variable.c:1002: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1003: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1003: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1003: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:1009: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1009: error: ‘PyMemberDef’ has no member named ‘postDefineProc’ | |
Variable.c:1010: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1010: error: ‘PyMemberDef’ has no member named ‘postDefineProc’ | |
Variable.c:1010: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c: In function ‘Variable_Define’: | |
Variable.c:1030: error: ‘OCIParam’ undeclared (first use in this function) | |
Variable.c:1030: error: ‘param’ undeclared (first use in this function) | |
Variable.c:1030: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1030: warning: statement with no effect | |
Variable.c:1031: error: ‘sword’ undeclared (first use in this function) | |
Variable.c:1031: warning: statement with no effect | |
Variable.c:1031: error: expected ‘;’ before ‘status’ | |
Variable.c:1034: error: ‘status’ undeclared (first use in this function) | |
Variable.c:1034: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Variable.c:1034: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Variable.c:1035: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:1035: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:1035: warning: statement with no effect | |
Variable.c:1036: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Variable.c:1037: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1037: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1037: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:1041: warning: passing argument 2 of ‘Variable_DefineHelper’ makes integer from pointer without a cast | |
Variable.c:933: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1041: error: too many arguments to function ‘Variable_DefineHelper’ | |
Variable.c:1042: error: ‘OCI_DTYPE_PARAM’ undeclared (first use in this function) | |
Variable.c: In function ‘Variable_InternalBind’: | |
Variable.c:1054: error: ‘sword’ undeclared (first use in this function) | |
Variable.c:1054: warning: statement with no effect | |
Variable.c:1054: error: expected ‘;’ before ‘status’ | |
Variable.c:1057: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1059: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1060: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1060: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
Variable.c:1060: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1060: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1062: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:1063: error: ‘status’ undeclared (first use in this function) | |
Variable.c:1063: warning: implicit declaration of function ‘OCIBindByName’ | |
Variable.c:1063: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:1063: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1064: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1064: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:1064: error: ‘text’ undeclared (first use in this function) | |
Variable.c:1064: error: expected expression before ‘)’ token | |
Variable.c:1064: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1068: warning: statement with no effect | |
Variable.c:1070: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:1070: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1071: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1071: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:1071: error: expected expression before ‘)’ token | |
Variable.c:1071: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1074: warning: statement with no effect | |
Variable.c:1078: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:1079: warning: implicit declaration of function ‘OCIBindByPos’ | |
Variable.c:1079: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:1079: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1080: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1080: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:1080: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c:1080: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:1081: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1081: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1081: error: ‘PyMemberDef’ has no member named ‘oracleType’ | |
Variable.c:1081: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1082: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1082: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1082: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1083: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:1083: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Variable.c:1083: warning: statement with no effect | |
Variable.c:1085: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:1085: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1086: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1086: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Variable.c:1086: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c:1086: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:1087: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1087: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1087: error: ‘PyMemberDef’ has no member named ‘oracleType’ | |
Variable.c:1087: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1088: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1088: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1088: warning: statement with no effect | |
Variable.c:1091: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1092: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1092: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1092: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:1096: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1096: error: ‘PyMemberDef’ has no member named ‘charsetForm’ | |
Variable.c:1097: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1097: error: ‘OCI_HTYPE_BIND’ undeclared (first use in this function) | |
Variable.c:1098: error: expected expression before ‘)’ token | |
Variable.c:1098: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1099: warning: statement with no effect | |
Variable.c:1100: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1101: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1101: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1101: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:1103: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1104: error: expected expression before ‘)’ token | |
Variable.c:1104: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1105: warning: statement with no effect | |
Variable.c:1106: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1107: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1107: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1107: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c:1112: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1112: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1112: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1112: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1113: error: ‘udt_Variable’ has no member named ‘size’ | |
Variable.c:1113: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1113: error: ‘PyMemberDef’ has no member named ‘size’ | |
Variable.c:1114: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1115: error: expected expression before ‘)’ token | |
Variable.c:1115: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Variable.c:1116: warning: statement with no effect | |
Variable.c:1117: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1118: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1118: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1118: error: too many arguments to function ‘Environment_CheckForError’ | |
Variable.c: In function ‘Variable_Bind’: | |
Variable.c:1137: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Variable.c:1137: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1137: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1137: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c:1137: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1141: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Variable.c:1141: warning: statement with no effect | |
Variable.c:1142: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Variable.c:1142: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Variable.c:1142: warning: statement with no effect | |
Variable.c:1143: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1143: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1143: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1143: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1145: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Variable.c:1145: warning: statement with no effect | |
Variable.c: In function ‘Variable_VerifyFetch’: | |
Variable.c:1163: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1163: error: ‘PyMemberDef’ has no member named ‘isVariableLength’ | |
Variable.c:1164: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1164: error: invalid operands to binary != (have ‘PyMemberDef’ and ‘int’) | |
Variable.c:1165: error: ‘udt_Variable’ has no member named ‘environment’ | |
Variable.c:1165: warning: passing argument 1 of ‘Error_New’ from incompatible pointer type | |
Error.c:78: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1166: error: ‘udt_Error’ has no member named ‘code’ | |
Variable.c:1166: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1166: warning: statement with no effect | |
Variable.c:1169: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1169: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘PyMemberDef’ | |
Variable.c:1170: error: ‘udt_Error’ has no member named ‘message’ | |
Variable.c:1170: warning: statement with no effect | |
Variable.c:1171: error: ‘udt_Error’ has no member named ‘message’ | |
Variable.c: In function ‘Variable_GetSingleValue’: | |
Variable.c:1193: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1193: warning: comparison between pointer and integer | |
Variable.c:1200: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1200: error: ‘PyMemberDef’ has no member named ‘isNullProc’ | |
Variable.c:1201: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1201: error: ‘PyMemberDef’ has no member named ‘isNullProc’ | |
Variable.c:1201: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:1201: warning: assignment makes integer from pointer without a cast | |
Variable.c:1202: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1202: error: ‘OCI_IND_NULL’ undeclared (first use in this function) | |
Variable.c:1202: error: invalid operands to binary == (have ‘PyMemberDef’ and ‘struct PyMemberDef *’) | |
Variable.c:1202: warning: assignment makes integer from pointer without a cast | |
Variable.c:1213: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1213: error: ‘PyMemberDef’ has no member named ‘getValueProc’ | |
Variable.c:1213: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:1213: warning: assignment from incompatible pointer type | |
Variable.c:1214: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:1214: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:1214: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1215: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Variable.c:1215: warning: passing argument 1 of ‘PyObject_CallFunctionObjArgs’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/abstract.h:358: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_GetArrayValue’: | |
Variable.c:1235: warning: passing argument 1 of ‘PyList_New’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/listobject.h:47: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
Variable.c:1239: error: lvalue required as left operand of assignment | |
Variable.c:1239: error: lvalue required as increment operand | |
Variable.c:1240: warning: passing argument 2 of ‘Variable_GetSingleValue’ makes integer from pointer without a cast | |
Variable.c:1185: note: expected ‘unsigned int’ but argument is of type ‘int (*)()’ | |
Variable.c:1245: error: array subscript is not an integer | |
Variable.c:1245: warning: statement with no effect | |
Variable.c: In function ‘Variable_GetValue’: | |
Variable.c:1260: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:1261: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:1261: warning: passing argument 2 of ‘Variable_GetArrayValue’ from incompatible pointer type | |
Variable.c:1228: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_SetSingleValue’: | |
Variable.c:1279: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1279: warning: comparison between pointer and integer | |
Variable.c:1286: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:1286: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:1286: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1287: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Variable.c:1288: warning: passing argument 1 of ‘PyObject_CallFunctionObjArgs’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/abstract.h:358: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1296: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1296: error: ‘OCI_IND_NULL’ undeclared (first use in this function) | |
Variable.c:1296: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
Variable.c:1296: warning: statement with no effect | |
Variable.c:1301: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1301: error: ‘OCI_IND_NOTNULL’ undeclared (first use in this function) | |
Variable.c:1301: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
Variable.c:1301: warning: statement with no effect | |
Variable.c:1302: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1302: error: ‘PyMemberDef’ has no member named ‘isVariableLength’ | |
Variable.c:1303: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1303: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘int’ | |
Variable.c:1303: warning: statement with no effect | |
Variable.c:1304: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1304: error: ‘PyMemberDef’ has no member named ‘setValueProc’ | |
Variable.c:1304: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Variable.c:1304: warning: assignment makes integer from pointer without a cast | |
Variable.c: In function ‘Variable_SetArrayValue’: | |
Variable.c:1329: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1329: warning: comparison between pointer and integer | |
Variable.c:1336: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:1336: warning: statement with no effect | |
Variable.c:1337: error: lvalue required as left operand of assignment | |
Variable.c:1337: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:1337: warning: comparison of distinct pointer types lacks a cast | |
Variable.c:1337: error: lvalue required as increment operand | |
Variable.c:1338: error: array subscript is not an integer | |
Variable.c:1338: warning: passing argument 2 of ‘Variable_SetSingleValue’ makes integer from pointer without a cast | |
Variable.c:1270: note: expected ‘unsigned int’ but argument is of type ‘int (*)()’ | |
Variable.c:1338: warning: passing argument 3 of ‘Variable_SetSingleValue’ from incompatible pointer type | |
Variable.c:1270: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_SetValue’: | |
Variable.c:1354: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c: In function ‘Variable_ExternalCopy’: | |
Variable.c:1385: error: ‘udt_Variable’ has no member named ‘type’ | |
Variable.c:1385: error: ‘PyMemberDef’ has no member named ‘canBeCopied’ | |
Variable.c:1392: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1392: warning: comparison between pointer and integer | |
Variable.c:1397: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1397: warning: comparison between pointer and integer | |
Variable.c:1404: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1404: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1411: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1411: error: ‘OCI_IND_NULL’ undeclared (first use in this function) | |
Variable.c:1411: error: invalid operands to binary == (have ‘PyMemberDef’ and ‘struct PyMemberDef *’) | |
Variable.c:1412: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1412: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
Variable.c:1412: warning: statement with no effect | |
Variable.c:1416: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Variable.c:1416: error: ‘OCI_IND_NOTNULL’ undeclared (first use in this function) | |
Variable.c:1416: error: incompatible types when assigning to type ‘PyMemberDef’ from type ‘struct PyMemberDef *’ | |
Variable.c:1416: warning: statement with no effect | |
Variable.c:1419: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1420: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1421: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Variable.c:1422: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1423: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1424: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Variable.c:1425: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:1425: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1425: error: invalid operands to binary * (have ‘unsigned int’ and ‘struct PyMemberDef *’) | |
Variable.c:1425: error: invalid operands to binary + (have ‘char *’ and ‘struct PyMemberDef *’) | |
Variable.c:1426: error: ‘udt_Variable’ has no member named ‘data’ | |
Variable.c:1426: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1426: error: invalid operands to binary * (have ‘unsigned int’ and ‘struct PyMemberDef *’) | |
Variable.c:1426: error: invalid operands to binary + (have ‘char *’ and ‘struct PyMemberDef *’) | |
Variable.c:1427: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Variable.c:1427: warning: passing argument 3 of ‘memcpy’ makes integer from pointer without a cast | |
/usr/include/bits/string3.h:49: note: expected ‘size_t’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c: In function ‘Variable_Repr’: | |
Variable.c:1484: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Variable.c:1485: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Variable.c:1485: warning: passing argument 2 of ‘Variable_GetArrayValue’ from incompatible pointer type | |
Variable.c:1228: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Variable.c:1486: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1486: warning: comparison between pointer and integer | |
Variable.c:1488: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Variable.c:1488: warning: passing argument 2 of ‘Variable_GetArrayValue’ from incompatible pointer type | |
Variable.c:1228: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
In file included from Connection.c:777, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Cursor.c: In function ‘Cursor_IsOpen’: | |
Cursor.c:247: error: ‘udt_Cursor’ has no member named ‘isOpen’ | |
Cursor.c:251: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:251: warning: passing argument 1 of ‘Connection_IsConnected’ from incompatible pointer type | |
Connection.c:213: note: expected ‘struct udt_Connection *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c: In function ‘Cursor_Init’: | |
Cursor.c:285: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:285: warning: statement with no effect | |
Cursor.c:286: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:286: error: ‘udt_Connection’ has no member named ‘environment’ | |
Cursor.c:286: warning: statement with no effect | |
Cursor.c:287: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Cursor.c:287: warning: statement with no effect | |
Cursor.c:288: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:288: warning: statement with no effect | |
Cursor.c:289: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:289: warning: statement with no effect | |
Cursor.c:290: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:290: warning: statement with no effect | |
Cursor.c:291: error: ‘udt_Cursor’ has no member named ‘outputSize’ | |
Cursor.c:291: warning: statement with no effect | |
Cursor.c:292: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Cursor.c:292: warning: statement with no effect | |
Cursor.c:293: error: ‘udt_Cursor’ has no member named ‘isOpen’ | |
Cursor.c:293: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_Repr’: | |
Cursor.c:311: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c: In function ‘Cursor_Free’: | |
Cursor.c:344: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:344: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:344: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:344: warning: statement with no effect | |
Cursor.c:345: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:345: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:345: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:345: warning: statement with no effect | |
Cursor.c:346: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:346: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:346: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:346: warning: statement with no effect | |
Cursor.c:347: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:347: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:347: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:347: warning: statement with no effect | |
Cursor.c:348: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:348: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:348: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:348: warning: statement with no effect | |
Cursor.c:349: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:349: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:349: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:349: warning: statement with no effect | |
Cursor.c:350: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Cursor.c:350: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Cursor.c:350: error: ‘udt_Cursor’ has no member named ‘inputTypeHandler’ | |
Cursor.c:350: warning: statement with no effect | |
Cursor.c:351: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Cursor.c:351: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Cursor.c:351: error: ‘udt_Cursor’ has no member named ‘outputTypeHandler’ | |
Cursor.c:351: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_GetBindNames’: | |
Cursor.c:366: error: ‘ub1’ undeclared (first use in this function) | |
Cursor.c:366: error: ‘bindNameLengths’ undeclared (first use in this function) | |
Cursor.c:366: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:366: error: ‘indicatorNameLengths’ undeclared (first use in this function) | |
Cursor.c:366: warning: left-hand operand of comma expression has no effect | |
Cursor.c:366: error: ‘duplicate’ undeclared (first use in this function) | |
Cursor.c:366: warning: left-hand operand of comma expression has no effect | |
Cursor.c:366: warning: statement with no effect | |
Cursor.c:368: error: ‘OCIBind’ undeclared (first use in this function) | |
Cursor.c:368: error: ‘bindHandles’ undeclared (first use in this function) | |
Cursor.c:368: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Cursor.c:368: warning: statement with no effect | |
Cursor.c:370: error: ‘sb4’ undeclared (first use in this function) | |
Cursor.c:370: warning: statement with no effect | |
Cursor.c:370: error: expected ‘;’ before ‘foundElements’ | |
Cursor.c:372: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:372: warning: statement with no effect | |
Cursor.c:372: error: expected ‘;’ before ‘status’ | |
Cursor.c:375: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:385: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:386: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:386: error: expected expression before ‘)’ token | |
Cursor.c:386: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:386: error: invalid operands to binary + (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:386: warning: assignment makes integer from pointer without a cast | |
Cursor.c:393: error: expected expression before ‘)’ token | |
Cursor.c:393: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:394: error: called object ‘<erroneous-expression>’ is not a function | |
Cursor.c:394: warning: statement with no effect | |
Cursor.c:396: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘int’) | |
Cursor.c:396: error: invalid operands to binary + (have ‘char *’ and ‘struct PyMemberDef *’) | |
Cursor.c:397: error: expected expression before ‘)’ token | |
Cursor.c:397: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:398: error: called object ‘<erroneous-expression>’ is not a function | |
Cursor.c:398: warning: statement with no effect | |
Cursor.c:399: error: expected expression before ‘)’ token | |
Cursor.c:399: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:400: error: called object ‘<erroneous-expression>’ is not a function | |
Cursor.c:400: warning: statement with no effect | |
Cursor.c:401: error: expected expression before ‘)’ token | |
Cursor.c:401: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Cursor.c:402: error: called object ‘<erroneous-expression>’ is not a function | |
Cursor.c:402: warning: statement with no effect | |
Cursor.c:405: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:405: warning: implicit declaration of function ‘OCIStmtGetBindInfo’ | |
Cursor.c:405: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:406: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:406: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:406: error: ‘foundElements’ undeclared (first use in this function) | |
Cursor.c:407: error: ‘text’ undeclared (first use in this function) | |
Cursor.c:407: error: expected expression before ‘)’ token | |
Cursor.c:407: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Cursor.c:408: warning: statement with no effect | |
Cursor.c:409: error: ‘OCI_NO_DATA’ undeclared (first use in this function) | |
Cursor.c:410: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:411: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:411: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:411: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:418: warning: passing argument 1 of ‘abs’ makes integer from pointer without a cast | |
/usr/include/stdlib.h:771: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:429: warning: comparison between pointer and integer | |
Cursor.c:430: error: wrong type argument to unary exclamation mark | |
Cursor.c:431: error: incompatible type for argument 2 of ‘PyString_FromStringAndSize’ | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘PyMemberDef’ | |
Cursor.c:431: warning: assignment from incompatible pointer type | |
Cursor.c: In function ‘Cursor_PerformDefine’: | |
Cursor.c:464: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:464: warning: statement with no effect | |
Cursor.c:464: error: expected ‘;’ before ‘status’ | |
Cursor.c:467: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:467: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:467: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:467: error: expected expression before ‘)’ token | |
Cursor.c:467: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:468: warning: statement with no effect | |
Cursor.c:469: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:470: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:470: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:470: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:474: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:474: warning: statement with no effect | |
Cursor.c:475: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:479: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:479: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Cursor.c:479: warning: statement with no effect | |
Cursor.c:481: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:481: warning: passing argument 2 of ‘Variable_Define’ makes integer from pointer without a cast | |
Variable.c:1024: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:484: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c: In function ‘Cursor_SetRowCount’: | |
Cursor.c:499: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:499: warning: statement with no effect | |
Cursor.c:499: error: expected ‘;’ before ‘status’ | |
Cursor.c:501: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:501: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:502: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:502: warning: statement with no effect | |
Cursor.c:503: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:503: warning: statement with no effect | |
Cursor.c:504: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:504: warning: statement with no effect | |
Cursor.c:505: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:505: error: ‘OCI_STMT_INSERT’ undeclared (first use in this function) | |
Cursor.c:506: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:506: error: ‘OCI_STMT_UPDATE’ undeclared (first use in this function) | |
Cursor.c:507: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:507: error: ‘OCI_STMT_DELETE’ undeclared (first use in this function) | |
Cursor.c:508: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:508: error: ‘OCI_STMT_BEGIN’ undeclared (first use in this function) | |
Cursor.c:509: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:509: error: ‘OCI_STMT_DECLARE’ undeclared (first use in this function) | |
Cursor.c:510: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:510: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:510: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:511: error: ‘OCI_ATTR_ROW_COUNT’ undeclared (first use in this function) | |
Cursor.c:511: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:511: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:511: warning: statement with no effect | |
Cursor.c:512: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:513: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:513: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:513: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:515: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:515: warning: statement with no effect | |
Cursor.c:517: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:517: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_SetErrorOffset’: | |
Cursor.c:533: error: ‘ub2’ undeclared (first use in this function) | |
Cursor.c:533: warning: statement with no effect | |
Cursor.c:533: error: expected ‘;’ before ‘offset’ | |
Cursor.c:538: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:538: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:538: error: ‘offset’ undeclared (first use in this function) | |
Cursor.c:539: error: ‘OCI_ATTR_PARSE_ERROR_OFFSET’ undeclared (first use in this function) | |
Cursor.c:539: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:539: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:542: error: ‘udt_Error’ has no member named ‘offset’ | |
Cursor.c:542: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_InternalExecute’: | |
Cursor.c:558: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:558: warning: statement with no effect | |
Cursor.c:558: error: expected ‘;’ before ‘status’ | |
Cursor.c:561: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:561: error: ‘PyMemberDef’ has no member named ‘autocommit’ | |
Cursor.c:562: error: ‘OCI_COMMIT_ON_SUCCESS’ undeclared (first use in this function) | |
Cursor.c:562: error: lvalue required as left operand of assignment | |
Cursor.c:562: warning: statement with no effect | |
Cursor.c:563: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Cursor.c:563: error: lvalue required as left operand of assignment | |
Cursor.c:563: warning: statement with no effect | |
Cursor.c:566: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:566: warning: implicit declaration of function ‘OCIStmtExecute’ | |
Cursor.c:566: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:566: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Cursor.c:566: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:567: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:567: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:567: warning: statement with no effect | |
Cursor.c:569: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:570: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:570: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:570: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c: In function ‘Cursor_GetStatementType’: | |
Cursor.c:587: error: ‘ub2’ undeclared (first use in this function) | |
Cursor.c:587: warning: statement with no effect | |
Cursor.c:587: error: expected ‘;’ before ‘statementType’ | |
Cursor.c:588: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:588: warning: statement with no effect | |
Cursor.c:588: error: expected ‘;’ before ‘status’ | |
Cursor.c:590: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:590: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:590: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:591: error: expected expression before ‘)’ token | |
Cursor.c:591: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:592: warning: statement with no effect | |
Cursor.c:593: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:594: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:594: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:594: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:596: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:596: error: ‘statementType’ undeclared (first use in this function) | |
Cursor.c:596: warning: statement with no effect | |
Cursor.c:597: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:598: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:598: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:598: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:599: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:599: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_FixupBoundCursor’: | |
Cursor.c:614: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:614: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:617: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:617: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c: At top level: | |
Cursor.c:635: error: expected declaration specifiers or ‘...’ before ‘OCIParam’ | |
Cursor.c: In function ‘Cursor_ItemDescriptionHelper’: | |
Cursor.c:637: error: ‘ub2’ undeclared (first use in this function) | |
Cursor.c:637: warning: statement with no effect | |
Cursor.c:637: error: expected ‘;’ before ‘internalSize’ | |
Cursor.c:642: error: ‘sb2’ undeclared (first use in this function) | |
Cursor.c:642: warning: statement with no effect | |
Cursor.c:642: error: expected ‘;’ before ‘precision’ | |
Cursor.c:643: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:643: warning: statement with no effect | |
Cursor.c:643: error: expected ‘;’ before ‘status’ | |
Cursor.c:645: error: ‘ub1’ undeclared (first use in this function) | |
Cursor.c:645: warning: statement with no effect | |
Cursor.c:645: error: expected ‘;’ before ‘nullOk’ | |
Cursor.c:646: error: ‘sb1’ undeclared (first use in this function) | |
Cursor.c:646: warning: statement with no effect | |
Cursor.c:646: error: expected ‘;’ before ‘scale’ | |
Cursor.c:649: error: ‘param’ undeclared (first use in this function) | |
Cursor.c:649: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:649: warning: assignment makes pointer from integer without a cast | |
Cursor.c:654: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:654: error: ‘OCI_HTYPE_DESCRIBE’ undeclared (first use in this function) | |
Cursor.c:654: error: expected expression before ‘)’ token | |
Cursor.c:654: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:655: warning: statement with no effect | |
Cursor.c:656: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:657: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:657: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:657: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:661: error: expected expression before ‘)’ token | |
Cursor.c:661: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:662: warning: statement with no effect | |
Cursor.c:663: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:664: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:664: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:664: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:668: error: expected expression before ‘)’ token | |
Cursor.c:668: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:669: warning: statement with no effect | |
Cursor.c:670: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:671: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:671: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:671: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:675: error: ‘scale’ undeclared (first use in this function) | |
Cursor.c:675: warning: statement with no effect | |
Cursor.c:676: error: ‘precision’ undeclared (first use in this function) | |
Cursor.c:676: warning: statement with no effect | |
Cursor.c:677: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Cursor.c:677: warning: comparison of distinct pointer types lacks a cast | |
Cursor.c:678: error: expected expression before ‘)’ token | |
Cursor.c:678: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:679: warning: statement with no effect | |
Cursor.c:680: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:681: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:681: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:681: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:683: error: expected expression before ‘)’ token | |
Cursor.c:683: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:684: warning: statement with no effect | |
Cursor.c:685: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:686: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:686: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:686: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:691: error: expected expression before ‘)’ token | |
Cursor.c:691: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:692: warning: statement with no effect | |
Cursor.c:693: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:694: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:694: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:694: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:698: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Cursor.c:700: error: ‘charSize’ undeclared (first use in this function) | |
Cursor.c:700: warning: assignment makes integer from pointer without a cast | |
Cursor.c:703: warning: assignment makes integer from pointer without a cast | |
Cursor.c:706: error: ‘internalSize’ undeclared (first use in this function) | |
Cursor.c:706: warning: assignment makes integer from pointer without a cast | |
Cursor.c:708: warning: assignment makes integer from pointer without a cast | |
Cursor.c:711: warning: assignment makes integer from pointer without a cast | |
Cursor.c:715: warning: assignment makes integer from pointer without a cast | |
Cursor.c:717: warning: assignment makes integer from pointer without a cast | |
Cursor.c:732: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:62: note: expected ‘Py_ssize_t’ but argument is of type ‘int (*)()’ | |
Cursor.c:737: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:738: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:739: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:740: error: ‘nullOk’ undeclared (first use in this function) | |
Cursor.c: In function ‘Cursor_ItemDescription’: | |
Cursor.c:763: error: ‘OCIParam’ undeclared (first use in this function) | |
Cursor.c:763: error: ‘param’ undeclared (first use in this function) | |
Cursor.c:763: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:763: warning: statement with no effect | |
Cursor.c:764: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:764: warning: statement with no effect | |
Cursor.c:764: error: expected ‘;’ before ‘status’ | |
Cursor.c:767: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:767: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:767: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:768: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:768: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:768: warning: statement with no effect | |
Cursor.c:769: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:770: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:770: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:770: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:774: error: too many arguments to function ‘Cursor_ItemDescriptionHelper’ | |
Cursor.c:775: error: ‘OCI_DTYPE_PARAM’ undeclared (first use in this function) | |
Cursor.c: In function ‘Cursor_GetDescription’: | |
Cursor.c:791: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:791: warning: statement with no effect | |
Cursor.c:791: error: expected ‘;’ before ‘status’ | |
Cursor.c:802: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:802: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:808: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:808: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:808: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:808: error: expected expression before ‘)’ token | |
Cursor.c:808: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:809: warning: statement with no effect | |
Cursor.c:810: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:811: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:811: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:811: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c: In function ‘Cursor_Close’: | |
Cursor.c:849: error: ‘udt_Cursor’ has no member named ‘isOpen’ | |
Cursor.c:849: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_SetBindVariableHelper’: | |
Cursor.c:888: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Cursor.c:888: warning: comparison between pointer and integer | |
Cursor.c:889: error: ‘udt_Variable’ has no member named ‘type’ | |
Cursor.c:890: error: ‘udt_Variable’ has no member named ‘size’ | |
Cursor.c:890: warning: passing argument 3 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘struct udt_VariableType *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:890: warning: passing argument 4 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:922: error: ‘udt_Variable’ has no member named ‘boundPos’ | |
Cursor.c:922: warning: statement with no effect | |
Cursor.c:923: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Cursor.c:923: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Cursor.c:923: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Cursor.c:923: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Cursor.c:924: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Cursor.c:924: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_SetBindVariables’: | |
Cursor.c:966: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:967: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:973: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:978: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:978: warning: statement with no effect | |
Cursor.c:979: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:979: warning: statement with no effect | |
Cursor.c:980: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:993: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1002: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1003: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1004: warning: passing argument 1 of ‘PyList_SetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/listobject.h:50: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1009: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1010: warning: passing argument 1 of ‘PyList_Append’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/listobject.h:52: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1023: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1023: warning: passing argument 1 of ‘PyDict_GetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:110: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1029: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1030: warning: passing argument 1 of ‘PyDict_SetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:111: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c: In function ‘Cursor_PerformBind’: | |
Cursor.c:1052: error: ‘ub2’ undeclared (first use in this function) | |
Cursor.c:1052: warning: statement with no effect | |
Cursor.c:1052: error: expected ‘;’ before ‘i’ | |
Cursor.c:1058: error: ‘udt_Cursor’ has no member named ‘setInputSizes’ | |
Cursor.c:1058: warning: statement with no effect | |
Cursor.c:1061: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1062: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1064: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1064: warning: passing argument 1 of ‘PyDict_Next’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:114: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1069: error: ‘i’ undeclared (first use in this function) | |
Cursor.c:1069: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1069: error: called object ‘<erroneous-expression>’ is not a function | |
Cursor.c:1069: error: lvalue required as increment operand | |
Cursor.c:1070: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1070: error: array subscript is not an integer | |
Cursor.c:1070: warning: assignment from incompatible pointer type | |
Cursor.c:1073: warning: passing argument 4 of ‘Variable_Bind’ from incompatible pointer type | |
Variable.c:1130: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c: In function ‘Cursor_CreateRow’: | |
Cursor.c:1099: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1106: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1107: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:1107: warning: passing argument 2 of ‘Variable_GetValue’ makes integer from pointer without a cast | |
Variable.c:1256: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1116: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:1116: error: lvalue required as increment operand | |
Cursor.c:1116: warning: statement with no effect | |
Cursor.c:1117: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:1117: error: lvalue required as increment operand | |
Cursor.c:1117: warning: statement with no effect | |
Cursor.c:1120: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1120: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1120: warning: comparison of distinct pointer types lacks a cast | |
Cursor.c:1121: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1121: warning: passing argument 1 of ‘PyObject_CallObject’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/abstract.h:314: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c: In function ‘Cursor_InternalPrepare’: | |
Cursor.c:1140: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:1140: warning: statement with no effect | |
Cursor.c:1140: error: expected ‘;’ before ‘status’ | |
Cursor.c:1143: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1151: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1151: warning: comparison of distinct pointer types lacks a cast | |
Cursor.c:1152: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1152: error: ‘OCI_STMT_CREATE’ undeclared (first use in this function) | |
Cursor.c:1153: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1153: error: ‘OCI_STMT_DROP’ undeclared (first use in this function) | |
Cursor.c:1154: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1154: error: ‘OCI_STMT_ALTER’ undeclared (first use in this function) | |
Cursor.c:1156: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1156: warning: assignment from incompatible pointer type | |
Cursor.c:1160: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1160: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1160: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1160: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1162: error: ‘udt_Cursor’ has no member named ‘statement’ | |
Cursor.c:1162: warning: statement with no effect | |
Cursor.c:1165: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:1165: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:1165: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:1165: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:1167: error: ‘udt_Cursor’ has no member named ‘statementTag’ | |
Cursor.c:1167: warning: statement with no effect | |
Cursor.c:1172: error: ‘udt_Cursor’ has no member named ‘isOwned’ | |
Cursor.c:1172: warning: statement with no effect | |
Cursor.c:1174: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1174: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
Cursor.c:1174: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1177: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1177: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
Cursor.c:1177: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1182: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:1182: warning: implicit declaration of function ‘OCIStmtPrepare2’ | |
Cursor.c:1182: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:1182: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Cursor.c:1182: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:1183: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1183: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:1183: error: ‘text’ undeclared (first use in this function) | |
Cursor.c:1183: error: expected expression before ‘)’ token | |
Cursor.c:1183: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Cursor.c:1185: warning: statement with no effect | |
Cursor.c:1189: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1190: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1190: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1190: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:1194: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:1194: warning: statement with no effect | |
Cursor.c:1199: error: ‘udt_Cursor’ has no member named ‘setInputSizes’ | |
Cursor.c:1200: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1200: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1200: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1200: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1201: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1201: warning: statement with no effect | |
Cursor.c:1205: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1205: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1205: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1205: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1206: error: ‘udt_Cursor’ has no member named ‘rowFactory’ | |
Cursor.c:1206: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_Parse’: | |
Cursor.c:1226: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:1226: warning: statement with no effect | |
Cursor.c:1226: error: expected ‘;’ before ‘status’ | |
Cursor.c:1242: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1242: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:1243: error: ‘OCI_DESCRIBE_ONLY’ undeclared (first use in this function) | |
Cursor.c:1243: error: lvalue required as left operand of assignment | |
Cursor.c:1243: warning: statement with no effect | |
Cursor.c:1244: error: ‘OCI_PARSE_ONLY’ undeclared (first use in this function) | |
Cursor.c:1244: error: lvalue required as left operand of assignment | |
Cursor.c:1244: warning: statement with no effect | |
Cursor.c:1246: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:1246: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:1246: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Cursor.c:1246: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:1247: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1247: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:1247: warning: statement with no effect | |
Cursor.c:1249: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1250: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1250: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1250: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c: In function ‘Cursor_CallProc’: | |
Cursor.c:1575: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:1580: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c: In function ‘Cursor_Execute’: | |
Cursor.c:1643: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1643: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:1644: warning: passing argument 2 of ‘Cursor_InternalExecute’ makes pointer from integer without a cast | |
Cursor.c:554: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
Cursor.c:1648: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1652: error: ‘udt_Cursor’ has no member named ‘outputSize’ | |
Cursor.c:1652: warning: statement with no effect | |
Cursor.c:1653: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Cursor.c:1653: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_ExecuteMany’: | |
Cursor.c:1693: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1693: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:1718: warning: passing argument 2 of ‘Cursor_InternalExecute’ makes pointer from integer without a cast | |
Cursor.c:554: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
Cursor.c: In function ‘Cursor_ExecuteManyPrepared’: | |
Cursor.c:1742: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:1742: warning: comparison between pointer and integer | |
Cursor.c:1753: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1753: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c:1764: warning: passing argument 2 of ‘Cursor_InternalExecute’ makes pointer from integer without a cast | |
Cursor.c:554: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
Cursor.c: In function ‘Cursor_VerifyFetch’: | |
Cursor.c:1788: error: ‘udt_Cursor’ has no member named ‘statementType’ | |
Cursor.c:1788: error: ‘OCI_STMT_SELECT’ undeclared (first use in this function) | |
Cursor.c: In function ‘Cursor_InternalFetch’: | |
Cursor.c:1806: error: ‘sword’ undeclared (first use in this function) | |
Cursor.c:1806: warning: statement with no effect | |
Cursor.c:1806: error: expected ‘;’ before ‘status’ | |
Cursor.c:1810: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1814: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1815: error: ‘udt_Cursor’ has no member named ‘fetchVariables’ | |
Cursor.c:1816: error: ‘udt_Variable’ has no member named ‘internalFetchNum’ | |
Cursor.c:1816: error: lvalue required as increment operand | |
Cursor.c:1816: warning: statement with no effect | |
Cursor.c:1817: error: ‘udt_Variable’ has no member named ‘type’ | |
Cursor.c:1817: error: ‘PyMemberDef’ has no member named ‘preFetchProc’ | |
Cursor.c:1818: error: ‘udt_Variable’ has no member named ‘type’ | |
Cursor.c:1818: error: ‘PyMemberDef’ has no member named ‘preFetchProc’ | |
Cursor.c:1818: error: called object ‘*(struct PyMemberDef *)&<erroneous-expression>’ is not a function | |
Cursor.c:1823: error: ‘status’ undeclared (first use in this function) | |
Cursor.c:1823: warning: implicit declaration of function ‘OCIStmtFetch’ | |
Cursor.c:1823: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:1823: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1823: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:1824: error: ‘OCI_FETCH_NEXT’ undeclared (first use in this function) | |
Cursor.c:1824: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Cursor.c:1824: warning: statement with no effect | |
Cursor.c:1826: error: ‘OCI_NO_DATA’ undeclared (first use in this function) | |
Cursor.c:1827: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1828: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1828: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1828: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:1831: error: ‘udt_Cursor’ has no member named ‘handle’ | |
Cursor.c:1831: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Cursor.c:1832: error: ‘OCI_ATTR_ROW_COUNT’ undeclared (first use in this function) | |
Cursor.c:1832: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1832: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Cursor.c:1832: warning: statement with no effect | |
Cursor.c:1833: error: ‘udt_Cursor’ has no member named ‘environment’ | |
Cursor.c:1834: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1834: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1834: error: too many arguments to function ‘Environment_CheckForError’ | |
Cursor.c:1836: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1836: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:1836: error: invalid operands to binary - (have ‘int (*)()’ and ‘struct PyMemberDef *’) | |
Cursor.c:1836: warning: statement with no effect | |
Cursor.c:1837: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:1837: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_MoreRows’: | |
Cursor.c:1850: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:1850: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1851: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1851: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1851: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:1852: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:1852: warning: passing argument 2 of ‘Cursor_InternalFetch’ makes integer from pointer without a cast | |
Cursor.c:1801: note: expected ‘int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:1855: error: ‘udt_Cursor’ has no member named ‘rowNum’ | |
Cursor.c:1855: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c: In function ‘Cursor_FetchMany’: | |
Cursor.c:1945: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Cursor.c:1945: warning: assignment makes integer from pointer without a cast | |
Cursor.c: In function ‘Cursor_FetchRaw’: | |
Cursor.c:1985: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:1985: warning: assignment makes integer from pointer without a cast | |
Cursor.c:1989: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:1989: warning: comparison between pointer and integer | |
Cursor.c:1996: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1996: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:1996: error: ‘udt_Cursor’ has no member named ‘fetchArraySize’ | |
Cursor.c:2003: error: ‘udt_Cursor’ has no member named ‘rowCount’ | |
Cursor.c:2003: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:2003: warning: statement with no effect | |
Cursor.c:2004: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:2004: warning: assignment makes integer from pointer without a cast | |
Cursor.c:2005: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:2005: warning: comparison between pointer and integer | |
Cursor.c:2006: error: ‘udt_Cursor’ has no member named ‘actualRows’ | |
Cursor.c:2006: warning: statement with no effect | |
Cursor.c: In function ‘Cursor_SetInputSizes’: | |
Cursor.c:2038: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2038: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2038: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2038: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2040: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2040: warning: statement with no effect | |
Cursor.c:2041: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2041: warning: statement with no effect | |
Cursor.c:2042: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2044: error: ‘udt_Cursor’ has no member named ‘setInputSizes’ | |
Cursor.c:2044: warning: statement with no effect | |
Cursor.c:2050: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:2050: warning: passing argument 3 of ‘Variable_NewByType’ makes integer from pointer without a cast | |
Variable.c:816: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:2053: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2054: warning: passing argument 1 of ‘PyDict_SetItem’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/dictobject.h:111: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:2065: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2067: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:2067: warning: passing argument 3 of ‘Variable_NewByType’ makes integer from pointer without a cast | |
Variable.c:816: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:2070: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2075: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2076: error: ‘udt_Cursor’ has no member named ‘bindVariables’ | |
Cursor.c:2076: warning: return from incompatible pointer type | |
Cursor.c: In function ‘Cursor_SetOutputSize’: | |
Cursor.c:2088: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Cursor.c:2088: warning: statement with no effect | |
Cursor.c:2089: error: ‘udt_Cursor’ has no member named ‘outputSize’ | |
Cursor.c:2090: error: ‘udt_Cursor’ has no member named ‘outputSizeColumn’ | |
Cursor.c: In function ‘Cursor_Var’: | |
Cursor.c:2118: error: ‘udt_Cursor’ has no member named ‘bindArraySize’ | |
Cursor.c:2118: warning: assignment makes integer from pointer without a cast | |
Cursor.c:2129: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Cursor.c:2130: error: ‘udt_VariableType’ has no member named ‘size’ | |
Cursor.c:2130: warning: assignment makes integer from pointer without a cast | |
Cursor.c:2138: warning: passing argument 4 of ‘Variable_New’ makes pointer from integer without a cast | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
Cursor.c:2142: error: ‘udt_Variable’ has no member named ‘inConverter’ | |
Cursor.c:2142: warning: statement with no effect | |
Cursor.c:2144: error: ‘udt_Variable’ has no member named ‘outConverter’ | |
Cursor.c:2144: warning: statement with no effect | |
Cursor.c:2149: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
Cursor.c:2149: error: ‘udt_Cursor’ has no member named ‘connection’ | |
Cursor.c:2150: warning: passing argument 1 of ‘ObjectType_NewByName’ from incompatible pointer type | |
ObjectType.c:386: note: expected ‘struct udt_Connection *’ but argument is of type ‘struct PyMemberDef *’ | |
Cursor.c:2150: warning: statement with no effect | |
Cursor.c:2151: error: ‘udt_ObjectVar’ has no member named ‘objectType’ | |
Cursor.c: In function ‘Cursor_ArrayVar’: | |
Cursor.c:2183: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Cursor.c:2184: error: ‘udt_VariableType’ has no member named ‘size’ | |
Cursor.c:2184: warning: assignment makes integer from pointer without a cast | |
Cursor.c:2200: warning: passing argument 4 of ‘Variable_New’ makes pointer from integer without a cast | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘int’ | |
In file included from Connection.c:778, | |
from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Callback.c: At top level: | |
Callback.c:12: error: expected declaration specifiers or ‘...’ before ‘ub2’ | |
Callback.c:16: error: expected declaration specifiers or ‘...’ before ‘ub2’ | |
Callback.c:17: error: expected declaration specifiers or ‘...’ before ‘ub2’ | |
Callback.c: In function ‘Callback_NewVariable’: | |
Callback.c:23: warning: implicit declaration of function ‘Variable_TypeByOracleDataType’ | |
Callback.c:23: error: ‘oracleType’ undeclared (first use in this function) | |
Callback.c:23: warning: assignment makes pointer from integer without a cast | |
Callback.c:28: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Callback.c:28: error: ‘PyMemberDef’ has no member named ‘tp_alloc’ | |
Callback.c:28: error: ‘udt_VariableType’ has no member named ‘pythonType’ | |
Callback.c:28: error: called object ‘<erroneous-expression>’ is not a function | |
Callback.c:37: error: ‘udt_Connection’ has no member named ‘environment’ | |
Callback.c:38: error: ‘udt_Variable’ has no member named ‘environment’ | |
Callback.c:38: error: ‘udt_Connection’ has no member named ‘environment’ | |
Callback.c:38: warning: statement with no effect | |
Callback.c:39: error: ‘udt_Variable’ has no member named ‘boundCursorHandle’ | |
Callback.c:39: warning: statement with no effect | |
Callback.c:40: error: ‘udt_Variable’ has no member named ‘bindHandle’ | |
Callback.c:40: warning: statement with no effect | |
Callback.c:41: error: ‘udt_Variable’ has no member named ‘defineHandle’ | |
Callback.c:41: warning: statement with no effect | |
Callback.c:42: error: ‘udt_Variable’ has no member named ‘boundName’ | |
Callback.c:42: warning: statement with no effect | |
Callback.c:43: error: ‘udt_Variable’ has no member named ‘allocatedElements’ | |
Callback.c:43: warning: statement with no effect | |
Callback.c:44: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Callback.c:44: warning: statement with no effect | |
Callback.c:45: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Callback.c:45: warning: statement with no effect | |
Callback.c:46: error: ‘udt_Variable’ has no member named ‘isAllocatedInternally’ | |
Callback.c:46: warning: statement with no effect | |
Callback.c:47: error: ‘udt_Variable’ has no member named ‘type’ | |
Callback.c:47: warning: statement with no effect | |
Callback.c:48: error: ‘udt_Variable’ has no member named ‘indicator’ | |
Callback.c:48: warning: statement with no effect | |
Callback.c:49: error: ‘udt_Variable’ has no member named ‘data’ | |
Callback.c:49: warning: statement with no effect | |
Callback.c:50: error: ‘udt_Variable’ has no member named ‘actualLength’ | |
Callback.c:50: error: ‘actualLength’ undeclared (first use in this function) | |
Callback.c:50: warning: statement with no effect | |
Callback.c:51: error: ‘udt_Variable’ has no member named ‘returnCode’ | |
Callback.c:51: error: ‘returnCode’ undeclared (first use in this function) | |
Callback.c:51: warning: statement with no effect | |
Callback.c:52: error: ‘udt_Variable’ has no member named ‘size’ | |
Callback.c:52: error: ‘udt_VariableType’ has no member named ‘size’ | |
Callback.c:52: warning: statement with no effect | |
Callback.c:53: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Callback.c:53: error: ‘udt_VariableType’ has no member named ‘size’ | |
Callback.c:53: warning: statement with no effect | |
Callback.c:54: error: ‘udt_VariableType’ has no member named ‘isVariableLength’ | |
Callback.c:55: error: ‘udt_Variable’ has no member named ‘bufferSize’ | |
Callback.c:55: warning: statement with no effect | |
Callback.c: In function ‘Callback_BindByNameArgs’: | |
Callback.c:70: error: ‘ub2’ undeclared (first use in this function) | |
Callback.c:70: warning: statement with no effect | |
Callback.c:70: error: expected ‘;’ before ‘dataType’ | |
Callback.c:71: error: ‘indicator’ undeclared (first use in this function) | |
Callback.c:71: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:71: error: ‘value’ undeclared (first use in this function) | |
Callback.c:71: warning: left-hand operand of comma expression has no effect | |
Callback.c:71: warning: statement with no effect | |
Callback.c:74: error: ‘sb4’ undeclared (first use in this function) | |
Callback.c:74: warning: statement with no effect | |
Callback.c:74: error: expected ‘;’ before ‘valueLength’ | |
Callback.c:75: error: ‘handle’ undeclared (first use in this function) | |
Callback.c:75: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:75: warning: statement with no effect | |
Callback.c:76: error: ‘text’ undeclared (first use in this function) | |
Callback.c:76: error: ‘name’ undeclared (first use in this function) | |
Callback.c:76: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:76: warning: statement with no effect | |
Callback.c:78: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Callback.c:78: warning: statement with no effect | |
Callback.c:79: error: expected specifier-qualifier-list before ‘OCIBind’ | |
Callback.c:79: warning: statement with no effect | |
Callback.c:80: error: expected specifier-qualifier-list before ‘OCIError’ | |
Callback.c:80: warning: statement with no effect | |
Callback.c:81: error: expected specifier-qualifier-list before ‘text’ | |
Callback.c:81: warning: statement with no effect | |
Callback.c:82: error: lvalue required as left operand of assignment | |
Callback.c:82: warning: statement with no effect | |
Callback.c:83: error: expected specifier-qualifier-list before ‘dvoid’ | |
Callback.c:83: warning: statement with no effect | |
Callback.c:84: error: ‘valueLength’ undeclared (first use in this function) | |
Callback.c:84: error: expected specifier-qualifier-list before ‘sb4’ | |
Callback.c:84: warning: statement with no effect | |
Callback.c:85: error: ‘dataType’ undeclared (first use in this function) | |
Callback.c:85: warning: statement with no effect | |
Callback.c:86: error: expected specifier-qualifier-list before ‘dvoid’ | |
Callback.c:86: warning: statement with no effect | |
Callback.c:87: error: ‘actualLength’ undeclared (first use in this function) | |
Callback.c:87: error: expected specifier-qualifier-list before ‘ub2’ | |
Callback.c:87: warning: statement with no effect | |
Callback.c:88: error: ‘returnCode’ undeclared (first use in this function) | |
Callback.c:88: error: expected specifier-qualifier-list before ‘ub2’ | |
Callback.c:88: warning: statement with no effect | |
Callback.c:89: error: lvalue required as left operand of assignment | |
Callback.c:89: warning: statement with no effect | |
Callback.c:93: warning: passing argument 2 of ‘Callback_NewVariable’ from incompatible pointer type | |
Callback.c:10: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Callback.c:93: error: too many arguments to function ‘Callback_NewVariable’ | |
Callback.c:97: error: ‘udt_Variable’ has no member named ‘isArray’ | |
Callback.c:97: warning: statement with no effect | |
Callback.c:98: error: ‘udt_Variable’ has no member named ‘actualElements’ | |
Callback.c:98: warning: statement with no effect | |
Callback.c: In function ‘Callback_DefineByPosArgs’: | |
Callback.c:115: error: ‘ub2’ undeclared (first use in this function) | |
Callback.c:115: warning: statement with no effect | |
Callback.c:115: error: expected ‘;’ before ‘dataType’ | |
Callback.c:116: error: ‘indicator’ undeclared (first use in this function) | |
Callback.c:116: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:116: error: ‘value’ undeclared (first use in this function) | |
Callback.c:116: warning: left-hand operand of comma expression has no effect | |
Callback.c:116: warning: statement with no effect | |
Callback.c:119: error: ‘handle’ undeclared (first use in this function) | |
Callback.c:119: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:119: warning: statement with no effect | |
Callback.c:120: error: ‘sb4’ undeclared (first use in this function) | |
Callback.c:120: warning: statement with no effect | |
Callback.c:120: error: expected ‘;’ before ‘valueLength’ | |
Callback.c:123: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Callback.c:123: warning: statement with no effect | |
Callback.c:124: error: expected specifier-qualifier-list before ‘OCIDefine’ | |
Callback.c:124: warning: statement with no effect | |
Callback.c:125: error: expected specifier-qualifier-list before ‘OCIError’ | |
Callback.c:125: warning: statement with no effect | |
Callback.c:126: error: lvalue required as left operand of assignment | |
Callback.c:126: warning: statement with no effect | |
Callback.c:127: error: expected specifier-qualifier-list before ‘dvoid’ | |
Callback.c:127: warning: statement with no effect | |
Callback.c:128: error: ‘valueLength’ undeclared (first use in this function) | |
Callback.c:128: error: expected specifier-qualifier-list before ‘sb4’ | |
Callback.c:128: warning: statement with no effect | |
Callback.c:129: error: ‘dataType’ undeclared (first use in this function) | |
Callback.c:129: warning: statement with no effect | |
Callback.c:130: error: expected specifier-qualifier-list before ‘dvoid’ | |
Callback.c:130: warning: statement with no effect | |
Callback.c:131: error: ‘actualLength’ undeclared (first use in this function) | |
Callback.c:131: error: expected specifier-qualifier-list before ‘ub2’ | |
Callback.c:131: warning: statement with no effect | |
Callback.c:132: error: ‘returnCode’ undeclared (first use in this function) | |
Callback.c:132: error: expected specifier-qualifier-list before ‘ub2’ | |
Callback.c:132: warning: statement with no effect | |
Callback.c:136: warning: passing argument 2 of ‘Callback_NewVariable’ from incompatible pointer type | |
Callback.c:10: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Callback.c:136: error: too many arguments to function ‘Callback_NewVariable’ | |
Callback.c: In function ‘Callback_ExecuteArgs’: | |
Callback.c:154: error: ‘handle’ undeclared (first use in this function) | |
Callback.c:154: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:154: warning: statement with no effect | |
Callback.c:156: error: expected specifier-qualifier-list before ‘OCISvcCtx’ | |
Callback.c:156: warning: statement with no effect | |
Callback.c:157: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Callback.c:157: warning: statement with no effect | |
Callback.c:158: error: expected specifier-qualifier-list before ‘OCIError’ | |
Callback.c:158: warning: statement with no effect | |
Callback.c:159: error: lvalue required as left operand of assignment | |
Callback.c:159: warning: statement with no effect | |
Callback.c:160: error: lvalue required as left operand of assignment | |
Callback.c:160: warning: statement with no effect | |
Callback.c: In function ‘Callback_FetchArgs’: | |
Callback.c:175: error: ‘handle’ undeclared (first use in this function) | |
Callback.c:175: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:175: warning: statement with no effect | |
Callback.c:176: error: ‘sword’ undeclared (first use in this function) | |
Callback.c:176: warning: statement with no effect | |
Callback.c:176: error: expected ‘;’ before ‘status’ | |
Callback.c:178: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Callback.c:178: warning: statement with no effect | |
Callback.c:179: error: expected specifier-qualifier-list before ‘OCIError’ | |
Callback.c:179: warning: statement with no effect | |
Callback.c:180: error: lvalue required as left operand of assignment | |
Callback.c:180: warning: statement with no effect | |
Callback.c:182: error: ‘status’ undeclared (first use in this function) | |
Callback.c:182: error: ‘OCI_HTYPE_STMT’ undeclared (first use in this function) | |
Callback.c:183: error: ‘OCI_ATTR_ROW_COUNT’ undeclared (first use in this function) | |
Callback.c:183: error: ‘udt_Connection’ has no member named ‘environment’ | |
Callback.c:183: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Callback.c:183: warning: statement with no effect | |
Callback.c:184: error: ‘udt_Connection’ has no member named ‘environment’ | |
Callback.c:185: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Callback.c:185: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Callback.c:185: error: too many arguments to function ‘Environment_CheckForError’ | |
Callback.c: In function ‘Callback_PrepareArgs’: | |
Callback.c:200: error: ‘handle’ undeclared (first use in this function) | |
Callback.c:200: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:200: warning: statement with no effect | |
Callback.c:201: error: ‘text’ undeclared (first use in this function) | |
Callback.c:201: error: ‘statement’ undeclared (first use in this function) | |
Callback.c:201: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Callback.c:201: warning: statement with no effect | |
Callback.c:203: error: expected specifier-qualifier-list before ‘OCIStmt’ | |
Callback.c:203: warning: statement with no effect | |
Callback.c:204: error: expected specifier-qualifier-list before ‘OCIError’ | |
Callback.c:204: warning: statement with no effect | |
Callback.c:205: error: expected specifier-qualifier-list before ‘text’ | |
Callback.c:205: warning: statement with no effect | |
Callback.c:206: error: lvalue required as left operand of assignment | |
Callback.c:206: warning: statement with no effect | |
Callback.c: In function ‘Callback_GetArgs’: | |
Callback.c:221: error: switch quantity not an integer | |
Callback.c:222: error: ‘OCI_FNCODE_BINDBYNAME’ undeclared (first use in this function) | |
Callback.c:224: error: ‘OCI_FNCODE_DEFINEBYPOS’ undeclared (first use in this function) | |
Callback.c:226: error: ‘OCI_FNCODE_STMTEXECUTE’ undeclared (first use in this function) | |
Callback.c:228: error: ‘OCI_FNCODE_STMTFETCH’ undeclared (first use in this function) | |
Callback.c:230: error: ‘OCI_FNCODE_STMTPREPARE’ undeclared (first use in this function) | |
Callback.c: At top level: | |
Callback.c:242: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Callback_Call’ | |
Callback.c:274: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Callback_Handler’ | |
In file included from SessionPool.c:139, | |
from cx_Oracle.c:203: | |
Connection.c: In function ‘Connection_New’: | |
Connection.c:799: error: ‘udt_Connection’ has no member named ‘commitMode’ | |
Connection.c:799: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:799: warning: statement with no effect | |
Connection.c:800: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:800: warning: statement with no effect | |
Connection.c: In function ‘Connection_Init’: | |
Connection.c:861: error: ‘OCISvcCtx’ undeclared (first use in this function) | |
Connection.c:861: error: ‘handle’ undeclared (first use in this function) | |
Connection.c:861: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Connection.c:861: warning: statement with no effect | |
Connection.c:871: warning: statement with no effect | |
Connection.c:872: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:872: error: lvalue required as left operand of assignment | |
Connection.c:872: warning: statement with no effect | |
Connection.c:876: error: lvalue required as left operand of assignment | |
Connection.c:876: warning: assignment makes integer from pointer without a cast | |
Connection.c:906: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:906: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
Connection.c:906: warning: passing argument 1 of ‘Environment_Clone’ from incompatible pointer type | |
Environment.c:269: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:906: warning: statement with no effect | |
Connection.c:907: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:908: warning: statement with no effect | |
Connection.c:909: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:914: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:914: warning: statement with no effect | |
Connection.c:916: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:916: warning: statement with no effect | |
Connection.c:918: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:918: warning: statement with no effect | |
Connection.c:921: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:921: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:921: warning: passing argument 1 of ‘Connection_SplitComponent’ from incompatible pointer type | |
Connection.c:812: note: expected ‘struct PyObject **’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Connection.c:921: warning: passing argument 2 of ‘Connection_SplitComponent’ from incompatible pointer type | |
Connection.c:812: note: expected ‘struct PyObject **’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Connection.c:923: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:923: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:923: warning: passing argument 1 of ‘Connection_SplitComponent’ from incompatible pointer type | |
Connection.c:812: note: expected ‘struct PyObject **’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Connection.c:923: warning: passing argument 2 of ‘Connection_SplitComponent’ from incompatible pointer type | |
Connection.c:812: note: expected ‘struct PyObject **’ but argument is of type ‘struct PyMemberDef (*)[1]’ | |
Connection.c:928: error: too many arguments to function ‘Connection_Attach’ | |
Connection.c:930: error: too many arguments to function ‘Connection_GetConnection’ | |
Connection.c:932: warning: passing argument 2 of ‘Connection_Connect’ makes integer from pointer without a cast | |
Connection.c:592: note: expected ‘int’ but argument is of type ‘int (*)()’ | |
Connection.c:932: warning: passing argument 3 of ‘Connection_Connect’ makes pointer from integer without a cast | |
Connection.c:592: note: expected ‘struct PyObject *’ but argument is of type ‘int’ | |
Connection.c:932: error: too many arguments to function ‘Connection_Connect’ | |
Connection.c: In function ‘Connection_Free’: | |
Connection.c:943: error: ‘udt_Connection’ has no member named ‘release’ | |
Connection.c:945: warning: implicit declaration of function ‘OCITransRollback’ | |
Connection.c:945: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:945: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:945: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:946: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:947: warning: implicit declaration of function ‘OCISessionRelease’ | |
Connection.c:947: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:947: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:947: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:950: error: ‘udt_Connection’ has no member named ‘attached’ | |
Connection.c:951: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:953: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:953: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:953: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:955: warning: implicit declaration of function ‘OCISessionEnd’ | |
Connection.c:955: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:955: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:955: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:956: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:959: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:960: warning: implicit declaration of function ‘OCIServerDetach’ | |
Connection.c:960: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:961: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:961: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:963: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:963: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:963: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:963: warning: statement with no effect | |
Connection.c:964: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
Connection.c:964: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
Connection.c:964: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
Connection.c:964: warning: statement with no effect | |
Connection.c:965: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:965: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:965: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:965: warning: statement with no effect | |
Connection.c:966: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:966: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:966: error: ‘udt_Connection’ has no member named ‘password’ | |
Connection.c:966: warning: statement with no effect | |
Connection.c:967: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:967: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:967: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:967: warning: statement with no effect | |
Connection.c:968: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:968: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:968: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:968: warning: statement with no effect | |
Connection.c:969: error: ‘udt_Connection’ has no member named ‘inputTypeHandler’ | |
Connection.c:969: error: ‘udt_Connection’ has no member named ‘inputTypeHandler’ | |
Connection.c:969: error: ‘udt_Connection’ has no member named ‘inputTypeHandler’ | |
Connection.c:969: warning: statement with no effect | |
Connection.c:970: error: ‘udt_Connection’ has no member named ‘outputTypeHandler’ | |
Connection.c:970: error: ‘udt_Connection’ has no member named ‘outputTypeHandler’ | |
Connection.c:970: error: ‘udt_Connection’ has no member named ‘outputTypeHandler’ | |
Connection.c:970: warning: statement with no effect | |
Connection.c: In function ‘Connection_Repr’: | |
Connection.c:986: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:986: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:986: warning: comparison of distinct pointer types lacks a cast | |
Connection.c:987: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:987: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:987: warning: comparison of distinct pointer types lacks a cast | |
Connection.c:990: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:991: error: ‘udt_Connection’ has no member named ‘dsn’ | |
Connection.c:992: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:992: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c:992: warning: comparison of distinct pointer types lacks a cast | |
Connection.c:995: error: ‘udt_Connection’ has no member named ‘username’ | |
Connection.c: In function ‘Connection_GetStmtCacheSize’: | |
Connection.c:1025: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1025: warning: statement with no effect | |
Connection.c:1025: error: expected ‘;’ before ‘status’ | |
Connection.c:1029: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1029: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1029: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:1030: error: expected expression before ‘)’ token | |
Connection.c:1030: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Connection.c:1031: warning: statement with no effect | |
Connection.c:1032: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1033: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1033: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1033: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1035: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘int (*)()’ | |
Connection.c: In function ‘Connection_SetStmtCacheSize’: | |
Connection.c:1049: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1049: warning: statement with no effect | |
Connection.c:1049: error: expected ‘;’ before ‘status’ | |
Connection.c:1057: error: cast specifies function type | |
Connection.c:1057: error: lvalue required as left operand of assignment | |
Connection.c:1057: warning: statement with no effect | |
Connection.c:1060: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1060: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1060: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:1060: error: expected expression before ‘)’ token | |
Connection.c:1060: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Connection.c:1061: warning: statement with no effect | |
Connection.c:1062: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1063: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1063: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1063: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: In function ‘Connection_GetVersion’: | |
Connection.c:1084: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1085: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1086: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1086: warning: return from incompatible pointer type | |
Connection.c:1095: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Connection.c:1096: error: ‘udt_VariableType’ has no member named ‘size’ | |
Connection.c:1096: warning: passing argument 2 of ‘Variable_New’ makes integer from pointer without a cast | |
Variable.c:200: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1096: warning: passing argument 4 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1103: error: ‘udt_Cursor’ has no member named ‘arraySize’ | |
Connection.c:1104: error: ‘udt_VariableType’ has no member named ‘size’ | |
Connection.c:1104: warning: passing argument 2 of ‘Variable_New’ makes integer from pointer without a cast | |
Variable.c:200: note: expected ‘unsigned int’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1104: warning: passing argument 4 of ‘Variable_New’ from incompatible pointer type | |
Variable.c:200: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1140: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1140: warning: statement with no effect | |
Connection.c:1143: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1143: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1144: error: ‘udt_Connection’ has no member named ‘version’ | |
Connection.c:1144: warning: return from incompatible pointer type | |
Connection.c: In function ‘Connection_GetEncoding’: | |
Connection.c:1156: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1156: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
Connection.c:1156: warning: passing argument 1 of ‘PyString_FromString’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:63: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c: In function ‘Connection_GetNationalEncoding’: | |
Connection.c:1169: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1169: error: ‘PyMemberDef’ has no member named ‘nencoding’ | |
Connection.c:1169: warning: passing argument 1 of ‘PyString_FromString’ from incompatible pointer type | |
/opt/here/python27/root/usr/include/python2.7/stringobject.h:63: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c: In function ‘Connection_GetMaxBytesPerCharacter’: | |
Connection.c:1181: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1181: error: ‘PyMemberDef’ has no member named ‘maxBytesPerCharacter’ | |
Connection.c:1181: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c: In function ‘Connection_Close’: | |
Connection.c:1193: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1193: warning: statement with no effect | |
Connection.c:1193: error: expected ‘;’ before ‘status’ | |
Connection.c:1201: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1201: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1201: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1201: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1202: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:1202: warning: statement with no effect | |
Connection.c:1204: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1205: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1205: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1205: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1209: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:1211: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1211: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1211: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1212: error: ‘udt_Connection’ has no member named ‘sessionHandle’ | |
Connection.c:1212: warning: statement with no effect | |
Connection.c:1214: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1215: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1215: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1215: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1217: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1217: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:1219: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1219: warning: statement with no effect | |
Connection.c:1220: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:1221: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:1222: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1222: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1222: warning: statement with no effect | |
Connection.c:1223: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1224: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1224: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1224: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1226: error: ‘udt_Connection’ has no member named ‘serverHandle’ | |
Connection.c:1226: warning: statement with no effect | |
Connection.c: In function ‘Connection_Commit’: | |
Connection.c:1242: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1242: warning: statement with no effect | |
Connection.c:1242: error: expected ‘;’ before ‘status’ | |
Connection.c:1250: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1250: warning: implicit declaration of function ‘OCITransCommit’ | |
Connection.c:1250: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1250: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1250: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1251: error: ‘udt_Connection’ has no member named ‘commitMode’ | |
Connection.c:1251: warning: statement with no effect | |
Connection.c:1253: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1254: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1254: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1254: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1256: error: ‘udt_Connection’ has no member named ‘commitMode’ | |
Connection.c:1256: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:1256: warning: statement with no effect | |
Connection.c: In function ‘Connection_Begin’: | |
Connection.c:1273: error: ‘OCITrans’ undeclared (first use in this function) | |
Connection.c:1273: error: ‘transactionHandle’ undeclared (first use in this function) | |
Connection.c:1273: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
Connection.c:1273: warning: statement with no effect | |
Connection.c:1275: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1275: warning: statement with no effect | |
Connection.c:1275: error: expected ‘;’ before ‘status’ | |
Connection.c:1276: error: ‘XID’ undeclared (first use in this function) | |
Connection.c:1276: warning: statement with no effect | |
Connection.c:1276: error: expected ‘;’ before ‘xid’ | |
Connection.c:1284: error: ‘MAXGTRIDSIZE’ undeclared (first use in this function) | |
Connection.c:1284: warning: comparison between pointer and integer | |
Connection.c:1288: error: ‘MAXBQUALSIZE’ undeclared (first use in this function) | |
Connection.c:1288: warning: comparison between pointer and integer | |
Connection.c:1298: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1298: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1298: error: ‘OCI_HTYPE_SVCCTX’ undeclared (first use in this function) | |
Connection.c:1299: error: expected expression before ‘)’ token | |
Connection.c:1299: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Connection.c:1300: warning: statement with no effect | |
Connection.c:1301: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1302: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1302: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1302: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1307: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1307: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Connection.c:1308: error: expected expression before ‘)’ token | |
Connection.c:1308: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Connection.c:1308: warning: statement with no effect | |
Connection.c:1309: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1310: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1310: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1310: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1316: error: ‘xid’ undeclared (first use in this function) | |
Connection.c:1316: error: request for member ‘formatID’ in something not a structure or union | |
Connection.c:1316: warning: statement with no effect | |
Connection.c:1317: error: request for member ‘gtrid_length’ in something not a structure or union | |
Connection.c:1317: warning: statement with no effect | |
Connection.c:1318: error: request for member ‘bqual_length’ in something not a structure or union | |
Connection.c:1318: warning: statement with no effect | |
Connection.c:1320: error: request for member ‘data’ in something not a structure or union | |
Connection.c:1320: warning: passing argument 1 of ‘strncpy’ from incompatible pointer type | |
/usr/include/bits/string3.h:118: note: expected ‘char * __restrict__’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1322: error: request for member ‘data’ in something not a structure or union | |
Connection.c:1322: warning: passing argument 1 of ‘strncpy’ from incompatible pointer type | |
/usr/include/bits/string3.h:118: note: expected ‘char * __restrict__’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1323: error: ‘OCI_HTYPE_TRANS’ undeclared (first use in this function) | |
Connection.c:1324: error: ‘OCI_ATTR_XID’ undeclared (first use in this function) | |
Connection.c:1324: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1324: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1325: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1326: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1326: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1326: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1331: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1332: error: ‘OCI_ATTR_TRANS’ undeclared (first use in this function) | |
Connection.c:1332: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1332: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1333: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1334: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1334: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1334: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1339: warning: implicit declaration of function ‘OCITransStart’ | |
Connection.c:1339: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1339: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1339: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1340: error: ‘OCI_TRANS_NEW’ undeclared (first use in this function) | |
Connection.c:1340: warning: statement with no effect | |
Connection.c:1342: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1343: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1343: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1343: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: In function ‘Connection_Prepare’: | |
Connection.c:1359: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1359: warning: statement with no effect | |
Connection.c:1359: error: expected ‘;’ before ‘status’ | |
Connection.c:1367: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1367: warning: implicit declaration of function ‘OCITransPrepare’ | |
Connection.c:1367: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1367: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1367: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1368: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:1368: warning: statement with no effect | |
Connection.c:1370: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1371: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1371: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1371: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1377: error: ‘OCI_SUCCESS_WITH_INFO’ undeclared (first use in this function) | |
Connection.c:1381: error: ‘udt_Connection’ has no member named ‘commitMode’ | |
Connection.c:1381: error: ‘OCI_TRANS_TWOPHASE’ undeclared (first use in this function) | |
Connection.c:1381: warning: statement with no effect | |
Connection.c: In function ‘Connection_Rollback’: | |
Connection.c:1395: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1395: warning: statement with no effect | |
Connection.c:1395: error: expected ‘;’ before ‘status’ | |
Connection.c:1403: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1403: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1403: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1403: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1404: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
Connection.c:1404: warning: statement with no effect | |
Connection.c:1406: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1407: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1407: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1407: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: In function ‘Connection_Cancel’: | |
Connection.c:1445: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1445: warning: statement with no effect | |
Connection.c:1445: error: expected ‘;’ before ‘status’ | |
Connection.c:1452: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1452: warning: implicit declaration of function ‘OCIBreak’ | |
Connection.c:1452: error: ‘udt_Connection’ has no member named ‘handle’ | |
Connection.c:1452: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1452: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1452: warning: statement with no effect | |
Connection.c:1453: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1454: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1454: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1454: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: In function ‘Connection_RegisterCallback’: | |
Connection.c:1472: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1472: warning: statement with no effect | |
Connection.c:1472: error: expected ‘;’ before ‘status’ | |
Connection.c:1488: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1488: warning: implicit declaration of function ‘OCIUserCallbackRegister’ | |
Connection.c:1488: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1488: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Connection.c:1488: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Connection.c:1489: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1489: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1489: error: ‘OCIUserCallback’ undeclared (first use in this function) | |
Connection.c:1489: error: expected ‘)’ before ‘Callback_Handler’ | |
Connection.c:1490: warning: statement with no effect | |
Connection.c:1491: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1492: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1492: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1492: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c: In function ‘Connection_UnregisterCallback’: | |
Connection.c:1508: error: ‘OCIUserCallback’ undeclared (first use in this function) | |
Connection.c:1508: warning: statement with no effect | |
Connection.c:1508: error: expected ‘;’ before ‘callback’ | |
Connection.c:1511: error: ‘sword’ undeclared (first use in this function) | |
Connection.c:1511: warning: statement with no effect | |
Connection.c:1511: error: expected ‘;’ before ‘status’ | |
Connection.c:1522: error: ‘status’ undeclared (first use in this function) | |
Connection.c:1522: warning: implicit declaration of function ‘OCIUserCallbackGet’ | |
Connection.c:1522: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1522: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Connection.c:1522: error: ‘OCI_HTYPE_ENV’ undeclared (first use in this function) | |
Connection.c:1523: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1523: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1523: error: ‘callback’ undeclared (first use in this function) | |
Connection.c:1524: error: expected expression before ‘)’ token | |
Connection.c:1524: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
Connection.c:1524: warning: statement with no effect | |
Connection.c:1525: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1526: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1526: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1526: error: too many arguments to function ‘Environment_CheckForError’ | |
Connection.c:1532: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1532: error: ‘PyMemberDef’ has no member named ‘handle’ | |
Connection.c:1533: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1533: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
Connection.c:1534: warning: statement with no effect | |
Connection.c:1535: error: ‘udt_Connection’ has no member named ‘environment’ | |
Connection.c:1536: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1536: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
Connection.c:1536: error: too many arguments to function ‘Environment_CheckForError’ | |
In file included from cx_Oracle.c:203: | |
SessionPool.c: In function ‘SessionPool_New’: | |
SessionPool.c:157: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:157: warning: statement with no effect | |
SessionPool.c: In function ‘SessionPool_Init’: | |
SessionPool.c:179: error: ‘sword’ undeclared (first use in this function) | |
SessionPool.c:179: warning: statement with no effect | |
SessionPool.c:179: error: expected ‘;’ before ‘status’ | |
SessionPool.c:181: error: ‘ub1’ undeclared (first use in this function) | |
SessionPool.c:181: warning: statement with no effect | |
SessionPool.c:181: error: expected ‘;’ before ‘getMode’ | |
SessionPool.c:193: error: ‘getMode’ undeclared (first use in this function) | |
SessionPool.c:193: error: ‘OCI_SPOOL_ATTRVAL_NOWAIT’ undeclared (first use in this function) | |
SessionPool.c:193: warning: statement with no effect | |
SessionPool.c:195: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:196: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:196: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:228: error: ‘udt_SessionPool’ has no member named ‘connectionType’ | |
SessionPool.c:228: warning: statement with no effect | |
SessionPool.c:229: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:230: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:231: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:232: error: ‘udt_SessionPool’ has no member named ‘minSessions’ | |
SessionPool.c:232: warning: statement with no effect | |
SessionPool.c:233: error: ‘udt_SessionPool’ has no member named ‘maxSessions’ | |
SessionPool.c:233: warning: statement with no effect | |
SessionPool.c:234: error: ‘udt_SessionPool’ has no member named ‘sessionIncrement’ | |
SessionPool.c:234: warning: statement with no effect | |
SessionPool.c:235: error: ‘udt_SessionPool’ has no member named ‘homogeneous’ | |
SessionPool.c:235: warning: statement with no effect | |
SessionPool.c:238: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:239: warning: statement with no effect | |
SessionPool.c:240: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:244: error: ‘status’ undeclared (first use in this function) | |
SessionPool.c:244: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:244: error: ‘PyMemberDef’ has no member named ‘handle’ | |
SessionPool.c:244: error: expected expression before ‘)’ token | |
SessionPool.c:244: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
SessionPool.c:245: warning: statement with no effect | |
SessionPool.c:246: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:247: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:247: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:247: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c:251: error: ‘OCI_SPC_STMTCACHE’ undeclared (first use in this function) | |
SessionPool.c:251: error: lvalue required as left operand of assignment | |
SessionPool.c:251: warning: statement with no effect | |
SessionPool.c:252: error: ‘udt_SessionPool’ has no member named ‘homogeneous’ | |
SessionPool.c:253: error: ‘OCI_SPC_HOMOGENEOUS’ undeclared (first use in this function) | |
SessionPool.c:253: error: lvalue required as left operand of assignment | |
SessionPool.c:253: warning: statement with no effect | |
SessionPool.c:256: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:257: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:257: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
SessionPool.c:257: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:257: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:259: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:260: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:260: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
SessionPool.c:260: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:260: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:264: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:265: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:265: error: ‘PyMemberDef’ has no member named ‘encoding’ | |
SessionPool.c:265: warning: passing argument 2 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:265: warning: passing argument 3 of ‘cxBuffer_FromObject’ from incompatible pointer type | |
Buffer.c:54: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:271: warning: implicit declaration of function ‘OCISessionPoolCreate’ | |
SessionPool.c:271: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:271: error: ‘PyMemberDef’ has no member named ‘handle’ | |
SessionPool.c:272: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:272: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:272: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:273: error: ‘OraText’ undeclared (first use in this function) | |
SessionPool.c:273: error: expected expression before ‘)’ token | |
SessionPool.c:273: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘PyMemberDef’) | |
SessionPool.c:276: warning: statement with no effect | |
SessionPool.c:281: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:282: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:282: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:282: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c:286: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:286: warning: statement with no effect | |
SessionPool.c:288: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:292: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:292: error: ‘OCI_HTYPE_SPOOL’ undeclared (first use in this function) | |
SessionPool.c:292: error: expected expression before ‘)’ token | |
SessionPool.c:292: error: invalid operands to binary * (have ‘struct PyMemberDef *’ and ‘struct PyMemberDef *’) | |
SessionPool.c:293: warning: statement with no effect | |
SessionPool.c:294: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:295: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:295: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:295: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c: In function ‘SessionPool_Free’: | |
SessionPool.c:309: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:310: warning: implicit declaration of function ‘OCISessionPoolDestroy’ | |
SessionPool.c:310: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:310: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:310: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:311: error: ‘OCI_SPD_FORCE’ undeclared (first use in this function) | |
SessionPool.c:312: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:312: error: ‘OCI_HTYPE_SPOOL’ undeclared (first use in this function) | |
SessionPool.c:314: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:314: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:314: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:314: error: ‘udt_SessionPool’ has no member named ‘name’ | |
SessionPool.c:315: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:315: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:315: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:315: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:316: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:316: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:316: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:316: error: ‘udt_SessionPool’ has no member named ‘username’ | |
SessionPool.c:317: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:317: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:317: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:317: error: ‘udt_SessionPool’ has no member named ‘password’ | |
SessionPool.c:318: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:318: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:318: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c:318: error: ‘udt_SessionPool’ has no member named ‘dsn’ | |
SessionPool.c: In function ‘SessionPool_IsConnected’: | |
SessionPool.c:331: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c: In function ‘SessionPool_Acquire’: | |
SessionPool.c:361: error: ‘udt_SessionPool’ has no member named ‘homogeneous’ | |
SessionPool.c:384: error: ‘udt_SessionPool’ has no member named ‘connectionType’ | |
SessionPool.c: In function ‘SessionPool_InternalRelease’: | |
SessionPool.c:403: error: ‘sword’ undeclared (first use in this function) | |
SessionPool.c:403: warning: statement with no effect | |
SessionPool.c:403: error: expected ‘;’ before ‘status’ | |
SessionPool.c:412: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
SessionPool.c:412: warning: comparison of distinct pointer types lacks a cast | |
SessionPool.c:421: error: ‘status’ undeclared (first use in this function) | |
SessionPool.c:421: error: ‘udt_Connection’ has no member named ‘handle’ | |
SessionPool.c:422: error: ‘udt_Connection’ has no member named ‘environment’ | |
SessionPool.c:422: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:422: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
SessionPool.c:422: warning: statement with no effect | |
SessionPool.c:424: error: ‘udt_Connection’ has no member named ‘environment’ | |
SessionPool.c:425: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:425: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:425: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c:426: error: ‘OCI_SESSRLS_DROPSESS’ undeclared (first use in this function) | |
SessionPool.c:426: warning: comparison of distinct pointer types lacks a cast | |
SessionPool.c:433: error: ‘udt_Connection’ has no member named ‘handle’ | |
SessionPool.c:434: error: ‘udt_Connection’ has no member named ‘environment’ | |
SessionPool.c:434: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:434: warning: statement with no effect | |
SessionPool.c:436: error: ‘udt_Connection’ has no member named ‘environment’ | |
SessionPool.c:437: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:437: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:437: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c:441: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
SessionPool.c:441: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
SessionPool.c:441: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
SessionPool.c:442: error: ‘udt_Connection’ has no member named ‘sessionPool’ | |
SessionPool.c:442: warning: statement with no effect | |
SessionPool.c:443: error: ‘udt_Connection’ has no member named ‘handle’ | |
SessionPool.c:443: warning: statement with no effect | |
SessionPool.c: In function ‘SessionPool_Drop’: | |
SessionPool.c:459: error: ‘OCI_SESSRLS_DROPSESS’ undeclared (first use in this function) | |
SessionPool.c:459: warning: passing argument 3 of ‘SessionPool_InternalRelease’ from incompatible pointer type | |
SessionPool.c:397: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c: In function ‘SessionPool_Release’: | |
SessionPool.c:471: error: ‘OCI_DEFAULT’ undeclared (first use in this function) | |
SessionPool.c:471: warning: passing argument 3 of ‘SessionPool_InternalRelease’ from incompatible pointer type | |
SessionPool.c:397: note: expected ‘int (*)()’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c: At top level: | |
SessionPool.c:479: error: conflicting types for ‘SessionPool_GetOCIAttr’ | |
SessionPool.c:42: note: previous declaration of ‘SessionPool_GetOCIAttr’ was here | |
SessionPool.c: In function ‘SessionPool_GetOCIAttr’: | |
SessionPool.c:483: error: ‘sword’ undeclared (first use in this function) | |
SessionPool.c:483: warning: statement with no effect | |
SessionPool.c:483: error: expected ‘;’ before ‘status’ | |
SessionPool.c:491: error: ‘status’ undeclared (first use in this function) | |
SessionPool.c:491: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:491: error: ‘OCI_HTYPE_SPOOL’ undeclared (first use in this function) | |
SessionPool.c:492: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:492: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:492: warning: statement with no effect | |
SessionPool.c:493: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:494: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:494: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:494: error: too many arguments to function ‘Environment_CheckForError’ | |
SessionPool.c:496: error: ‘OCI_ATTR_SPOOL_GETMODE’ undeclared (first use in this function) | |
SessionPool.c:496: warning: comparison of distinct pointer types lacks a cast | |
SessionPool.c:497: error: ‘ub1’ undeclared (first use in this function) | |
SessionPool.c:497: error: expected ‘)’ before ‘value’ | |
SessionPool.c:497: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:498: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/intobject.h:38: note: expected ‘long int’ but argument is of type ‘int (*)()’ | |
SessionPool.c: At top level: | |
SessionPool.c:506: error: conflicting types for ‘SessionPool_SetOCIAttr’ | |
SessionPool.c:43: note: previous declaration of ‘SessionPool_SetOCIAttr’ was here | |
SessionPool.c: In function ‘SessionPool_SetOCIAttr’: | |
SessionPool.c:512: error: ‘sword’ undeclared (first use in this function) | |
SessionPool.c:512: warning: statement with no effect | |
SessionPool.c:512: error: expected ‘;’ before ‘status’ | |
SessionPool.c:523: error: lvalue required as left operand of assignment | |
SessionPool.c:523: warning: statement with no effect | |
SessionPool.c:526: error: ‘status’ undeclared (first use in this function) | |
SessionPool.c:526: error: ‘udt_SessionPool’ has no member named ‘handle’ | |
SessionPool.c:526: error: ‘OCI_HTYPE_SPOOL’ undeclared (first use in this function) | |
SessionPool.c:527: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:527: error: ‘PyMemberDef’ has no member named ‘errorHandle’ | |
SessionPool.c:527: warning: statement with no effect | |
SessionPool.c:528: error: ‘udt_SessionPool’ has no member named ‘environment’ | |
SessionPool.c:529: warning: passing argument 1 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘struct udt_Environment *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:529: warning: passing argument 2 of ‘Environment_CheckForError’ from incompatible pointer type | |
Environment.c:386: note: expected ‘const char *’ but argument is of type ‘struct PyMemberDef *’ | |
SessionPool.c:529: error: too many arguments to function ‘Environment_CheckForError’ | |
cx_Oracle.c: In function ‘Module_Initialize’: | |
cx_Oracle.c:520: error: ‘OCI_SYSDBA’ undeclared (first use in this function) | |
cx_Oracle.c:520: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:521: error: ‘OCI_SYSOPER’ undeclared (first use in this function) | |
cx_Oracle.c:521: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:522: error: ‘OCI_FNCODE_BINDBYNAME’ undeclared (first use in this function) | |
cx_Oracle.c:522: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:523: error: ‘OCI_FNCODE_BINDBYPOS’ undeclared (first use in this function) | |
cx_Oracle.c:523: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:524: error: ‘OCI_FNCODE_DEFINEBYPOS’ undeclared (first use in this function) | |
cx_Oracle.c:524: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:525: error: ‘OCI_FNCODE_STMTEXECUTE’ undeclared (first use in this function) | |
cx_Oracle.c:525: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:526: error: ‘OCI_FNCODE_STMTFETCH’ undeclared (first use in this function) | |
cx_Oracle.c:526: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:527: error: ‘OCI_FNCODE_STMTPREPARE’ undeclared (first use in this function) | |
cx_Oracle.c:527: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:528: error: ‘OCI_UCBTYPE_ENTRY’ undeclared (first use in this function) | |
cx_Oracle.c:528: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:529: error: ‘OCI_UCBTYPE_EXIT’ undeclared (first use in this function) | |
cx_Oracle.c:529: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:530: error: ‘OCI_UCBTYPE_REPLACE’ undeclared (first use in this function) | |
cx_Oracle.c:530: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:531: error: ‘OCI_SPOOL_ATTRVAL_WAIT’ undeclared (first use in this function) | |
cx_Oracle.c:531: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:532: error: ‘OCI_SPOOL_ATTRVAL_NOWAIT’ undeclared (first use in this function) | |
cx_Oracle.c:532: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
cx_Oracle.c:533: error: ‘OCI_SPOOL_ATTRVAL_FORCEGET’ undeclared (first use in this function) | |
cx_Oracle.c:533: warning: passing argument 3 of ‘PyModule_AddIntConstant’ makes integer from pointer without a cast | |
/opt/here/python27/root/usr/include/python2.7/modsupport.h:41: note: expected ‘long int’ but argument is of type ‘struct PyMemberDef *’ | |
error: command 'gcc' failed with exit status 1 | |
---------------------------------------- | |
Cleaning up... | |
Command /home/me/.virtualenv/project/bin/python -c "import setuptools, tokenize;__file__='/home/me/.virtualenv/project/build/cx-Oracle/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-D2ylAd-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/me/.virtualenv/project/include/site/python2.7 failed with error code 1 in /home/me/.virtualenv/project/build/cx-Oracle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment