Script started on Tue 17 May 2005 03:12:15 PM BOT ]0;root@SISEG:~/MySQL-python-1.2.0 [root@SISEG MySQL-python-1.2.0]# python2.3 setup.py build running build running build_py running build_ext building '_mysql' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python2.3 -c _mysql.c -o build/temp.linux-i686-2.3/_mysql.o -I'/usr/include/mysql' _mysql.c:41:19: mysql.h: No such file or directory _mysql.c:42:26: mysqld_error.h: No such file or directory _mysql.c:43:20: errmsg.h: No such file or directory _mysql.c:73: parse error before "MYSQL" _mysql.c:73: warning: no semicolon at end of struct or union _mysql.c:76: parse error before '}' token _mysql.c:76: warning: type defaults to `int' in declaration of `_mysql_ConnectionObject' _mysql.c:76: warning: data definition has no type or storage class _mysql.c:87: parse error before "MYSQL_RES" _mysql.c:87: warning: no semicolon at end of struct or union _mysql.c:91: parse error before '}' token _mysql.c:91: warning: type defaults to `int' in declaration of `_mysql_ResultObject' _mysql.c:91: warning: data definition has no type or storage class _mysql.c:103: parse error before '*' token _mysql.c:104: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_Exception': _mysql.c:117: warning: implicit declaration of function `mysql_errno' _mysql.c:117: `c' undeclared (first use in this function) _mysql.c:117: (Each undeclared identifier is reported only once _mysql.c:117: for each function it appears in.) _mysql.c:120: `CR_MAX_ERROR' undeclared (first use in this function) _mysql.c:128: `CR_COMMANDS_OUT_OF_SYNC' undeclared (first use in this function) _mysql.c:129: `ER_DB_CREATE_EXISTS' undeclared (first use in this function) _mysql.c:130: `ER_SYNTAX_ERROR' undeclared (first use in this function) _mysql.c:131: `ER_PARSE_ERROR' undeclared (first use in this function) _mysql.c:132: `ER_NO_SUCH_TABLE' undeclared (first use in this function) _mysql.c:133: `ER_WRONG_DB_NAME' undeclared (first use in this function) _mysql.c:134: `ER_WRONG_TABLE_NAME' undeclared (first use in this function) _mysql.c:135: `ER_FIELD_SPECIFIED_TWICE' undeclared (first use in this function) _mysql.c:136: `ER_INVALID_GROUP_FUNC_USE' undeclared (first use in this function) _mysql.c:137: `ER_UNSUPPORTED_EXTENSION' undeclared (first use in this function) _mysql.c:138: `ER_TABLE_MUST_HAVE_COLUMNS' undeclared (first use in this function) _mysql.c:144: `ER_DUP_ENTRY' undeclared (first use in this function) _mysql.c:166: warning: implicit declaration of function `mysql_error' _mysql.c:166: warning: passing arg 1 of `PyString_FromString' makes pointer from integer without a cast _mysql.c: In function `_mysql_server_init': _mysql.c:185: warning: unused variable `s' _mysql.c:186: warning: unused variable `cmd_argc' _mysql.c:186: warning: unused variable `i' _mysql.c:186: warning: unused variable `groupc' _mysql.c:187: warning: unused variable `item' _mysql.c:261: warning: label `finish' defined but not used _mysql.c: At top level: _mysql.c:311: parse error before '*' token _mysql.c:314: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_Initialize': _mysql.c:316: `MYSQL_RES' undeclared (first use in this function) _mysql.c:316: `result' undeclared (first use in this function) _mysql.c:317: `conn' undeclared (first use in this function) _mysql.c:321: `MYSQL_FIELD' undeclared (first use in this function) _mysql.c:321: `fields' undeclared (first use in this function) _mysql.c:323: `args' undeclared (first use in this function) _mysql.c:323: `kwargs' undeclared (first use in this function) _mysql.c:328: `self' undeclared (first use in this function) _mysql.c:333: warning: implicit declaration of function `mysql_use_result' _mysql.c:335: warning: implicit declaration of function `mysql_store_result' _mysql.c:342: warning: implicit declaration of function `mysql_num_fields' _mysql.c:345: warning: implicit declaration of function `mysql_fetch_fields' _mysql.c: At top level: _mysql.c:396: parse error before '*' token _mysql.c:399: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_traverse': _mysql.c:401: `self' undeclared (first use in this function) _mysql.c:402: warning: implicit declaration of function `visit' _mysql.c:402: `arg' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:411: parse error before '*' token _mysql.c:412: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_clear': _mysql.c:413: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:422: parse error before '*' token _mysql.c:425: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_Initialize': _mysql.c:426: `MYSQL' undeclared (first use in this function) _mysql.c:426: `conn' undeclared (first use in this function) _mysql.c:435: `MYSQL_PORT' undeclared (first use in this function) _mysql.c:451: `self' undeclared (first use in this function) _mysql.c:454: `args' undeclared (first use in this function) _mysql.c:454: `kwargs' undeclared (first use in this function) _mysql.c:497: warning: implicit declaration of function `mysql_init' _mysql.c:500: warning: implicit declaration of function `mysql_options' _mysql.c:500: `MYSQL_OPT_CONNECT_TIMEOUT' undeclared (first use in this function) _mysql.c:504: `MYSQL_OPT_COMPRESS' undeclared (first use in this function) _mysql.c:505: `CLIENT_COMPRESS' undeclared (first use in this function) _mysql.c:508: `MYSQL_OPT_NAMED_PIPE' undeclared (first use in this function) _mysql.c:510: `MYSQL_INIT_COMMAND' undeclared (first use in this function) _mysql.c:512: `MYSQL_READ_DEFAULT_FILE' undeclared (first use in this function) _mysql.c:514: `MYSQL_READ_DEFAULT_GROUP' undeclared (first use in this function) _mysql.c:517: `MYSQL_OPT_LOCAL_INFILE' undeclared (first use in this function) _mysql.c:525: warning: implicit declaration of function `mysql_real_connect' _mysql.c: In function `_mysql_connect': _mysql.c:604: `c' undeclared (first use in this function) _mysql.c:606: parse error before ')' token _mysql.c: At top level: _mysql.c:617: parse error before '*' token _mysql.c:620: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_traverse': _mysql.c:621: `self' undeclared (first use in this function) _mysql.c:622: `arg' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:628: parse error before '*' token _mysql.c:629: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_clear': _mysql.c:630: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:640: parse error before '*' token _mysql.c:642: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_close': _mysql.c:643: `args' undeclared (first use in this function) _mysql.c:646: `self' undeclared (first use in this function) _mysql.c:648: warning: implicit declaration of function `mysql_close' _mysql.c: At top level: _mysql.c:668: parse error before '*' token _mysql.c:670: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_affected_rows': _mysql.c:671: `args' undeclared (first use in this function) _mysql.c:672: `self' undeclared (first use in this function) _mysql.c:673: warning: implicit declaration of function `mysql_affected_rows' _mysql.c: In function `_mysql_debug': _mysql.c:689: warning: implicit declaration of function `mysql_debug' _mysql.c: At top level: _mysql.c:702: parse error before '*' token _mysql.c:704: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_dump_debug_info': _mysql.c:706: `args' undeclared (first use in this function) _mysql.c:707: `self' undeclared (first use in this function) _mysql.c:709: warning: implicit declaration of function `mysql_dump_debug_info' _mysql.c: At top level: _mysql.c:721: parse error before '*' token _mysql.c:723: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_autocommit': _mysql.c:725: `args' undeclared (first use in this function) _mysql.c:733: warning: implicit declaration of function `mysql_query' _mysql.c:733: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:747: parse error before '*' token _mysql.c:749: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_commit': _mysql.c:751: `args' undeclared (first use in this function) _mysql.c:756: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:769: parse error before '*' token _mysql.c:771: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_rollback': _mysql.c:773: `args' undeclared (first use in this function) _mysql.c:778: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:801: parse error before '*' token _mysql.c:803: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_next_result': _mysql.c:805: `args' undeclared (first use in this function) _mysql.c:813: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:886: parse error before '*' token _mysql.c:888: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_errno': _mysql.c:889: `args' undeclared (first use in this function) _mysql.c:890: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:902: parse error before '*' token _mysql.c:904: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_error': _mysql.c:905: `args' undeclared (first use in this function) _mysql.c:906: `self' undeclared (first use in this function) _mysql.c:907: warning: passing arg 1 of `PyString_FromString' makes pointer from integer without a cast _mysql.c: At top level: _mysql.c:920: parse error before '*' token _mysql.c:922: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_escape_string': _mysql.c:926: `args' undeclared (first use in this function) _mysql.c:931: warning: implicit declaration of function `mysql_escape_string' _mysql.c: At top level: _mysql.c:955: parse error before '*' token _mysql.c:957: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_string_literal': _mysql.c:961: `args' undeclared (first use in this function) _mysql.c: In function `_mysql_escape': _mysql.c:1038: parse error before ')' token _mysql.c: At top level: _mysql.c:1114: parse error before '*' token _mysql.c:1116: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_describe': _mysql.c:1118: `MYSQL_FIELD' undeclared (first use in this function) _mysql.c:1118: `fields' undeclared (first use in this function) _mysql.c:1120: `args' undeclared (first use in this function) _mysql.c:1121: parse error before ')' token _mysql.c:1121: parse error before ')' token _mysql.c:1122: `self' undeclared (first use in this function) _mysql.c:1134: warning: implicit declaration of function `IS_NOT_NULL' _mysql.c: At top level: _mysql.c:1150: parse error before '*' token _mysql.c:1152: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_field_flags': _mysql.c:1154: `MYSQL_FIELD' undeclared (first use in this function) _mysql.c:1154: `fields' undeclared (first use in this function) _mysql.c:1156: `args' undeclared (first use in this function) _mysql.c:1157: parse error before ')' token _mysql.c:1157: parse error before ')' token _mysql.c:1158: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:1199: parse error before '*' token _mysql.c:1201: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_row_to_tuple': _mysql.c:1206: `self' undeclared (first use in this function) _mysql.c:1208: warning: implicit declaration of function `mysql_fetch_lengths' _mysql.c:1208: warning: assignment makes pointer from integer without a cast _mysql.c:1212: `row' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:1224: parse error before '*' token _mysql.c:1226: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_row_to_dict': _mysql.c:1230: `MYSQL_FIELD' undeclared (first use in this function) _mysql.c:1230: `fields' undeclared (first use in this function) _mysql.c:1232: `self' undeclared (first use in this function) _mysql.c:1234: warning: assignment makes pointer from integer without a cast _mysql.c:1239: `row' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:1263: parse error before '*' token _mysql.c:1265: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_row_to_dict_old': _mysql.c:1269: `MYSQL_FIELD' undeclared (first use in this function) _mysql.c:1269: `fields' undeclared (first use in this function) _mysql.c:1271: `self' undeclared (first use in this function) _mysql.c:1273: warning: assignment makes pointer from integer without a cast _mysql.c:1278: `row' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:1300: parse error before '*' token _mysql.c:1300: warning: function declaration isn't a prototype _mysql.c:1304: parse error before '*' token _mysql.c:1309: warning: function declaration isn't a prototype _mysql.c: In function `_mysql__fetch_row': _mysql.c:1311: `MYSQL_ROW' undeclared (first use in this function) _mysql.c:1311: parse error before "row" _mysql.c:1313: `skiprows' undeclared (first use in this function) _mysql.c:1313: `maxrows' undeclared (first use in this function) _mysql.c:1315: `self' undeclared (first use in this function) _mysql.c:1316: `row' undeclared (first use in this function) _mysql.c:1316: warning: implicit declaration of function `mysql_fetch_row' _mysql.c:1322: parse error before ')' token _mysql.c:1323: parse error before ')' token _mysql.c:1327: `r' undeclared (first use in this function) _mysql.c:1330: warning: implicit declaration of function `convert_row' _mysql.c:1330: warning: assignment makes pointer from integer without a cast _mysql.c: At top level: _mysql.c:1350: parse error before '*' token _mysql.c:1353: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_fetch_row': _mysql.c:1354: parse error before '*' token _mysql.c:1354: warning: function declaration isn't a prototype _mysql.c:1366: `args' undeclared (first use in this function) _mysql.c:1366: `kwargs' undeclared (first use in this function) _mysql.c:1369: parse error before ')' token _mysql.c:1369: parse error before ')' token _mysql.c:1377: `self' undeclared (first use in this function) _mysql.c:1395: warning: implicit declaration of function `mysql_num_rows' _mysql.c: At top level: _mysql.c:1457: parse error before '*' token _mysql.c:1459: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_character_set_name': _mysql.c:1461: `args' undeclared (first use in this function) _mysql.c:1462: `self' undeclared (first use in this function) _mysql.c: In function `_mysql_get_client_info': _mysql.c:1481: warning: implicit declaration of function `mysql_get_client_info' _mysql.c:1481: warning: passing arg 1 of `PyString_FromString' makes pointer from integer without a cast _mysql.c: At top level: _mysql.c:1491: parse error before '*' token _mysql.c:1493: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_get_host_info': _mysql.c:1494: `args' undeclared (first use in this function) _mysql.c:1495: `self' undeclared (first use in this function) _mysql.c:1496: warning: implicit declaration of function `mysql_get_host_info' _mysql.c:1496: warning: passing arg 1 of `PyString_FromString' makes pointer from integer without a cast _mysql.c: At top level: _mysql.c:1506: parse error before '*' token _mysql.c:1508: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_get_proto_info': _mysql.c:1509: `args' undeclared (first use in this function) _mysql.c:1510: `self' undeclared (first use in this function) _mysql.c:1511: warning: implicit declaration of function `mysql_get_proto_info' _mysql.c: At top level: _mysql.c:1521: parse error before '*' token _mysql.c:1523: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_get_server_info': _mysql.c:1524: `args' undeclared (first use in this function) _mysql.c:1525: `self' undeclared (first use in this function) _mysql.c:1526: warning: implicit declaration of function `mysql_get_server_info' _mysql.c:1526: warning: passing arg 1 of `PyString_FromString' makes pointer from integer without a cast _mysql.c: At top level: _mysql.c:1537: parse error before '*' token _mysql.c:1539: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_info': _mysql.c:1541: `args' undeclared (first use in this function) _mysql.c:1542: `self' undeclared (first use in this function) _mysql.c:1543: warning: implicit declaration of function `mysql_info' _mysql.c:1543: warning: assignment makes pointer from integer without a cast _mysql.c: At top level: _mysql.c:1572: parse error before '*' token _mysql.c:1574: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_insert_id': _mysql.c:1575: `my_ulonglong' undeclared (first use in this function) _mysql.c:1575: parse error before "r" _mysql.c:1576: `args' undeclared (first use in this function) _mysql.c:1577: `self' undeclared (first use in this function) _mysql.c:1579: `r' undeclared (first use in this function) _mysql.c:1579: warning: implicit declaration of function `mysql_insert_id' _mysql.c: At top level: _mysql.c:1590: parse error before '*' token _mysql.c:1592: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_kill': _mysql.c:1595: `args' undeclared (first use in this function) _mysql.c:1596: `self' undeclared (first use in this function) _mysql.c:1598: warning: implicit declaration of function `mysql_kill' _mysql.c: At top level: _mysql.c:1613: parse error before '*' token _mysql.c:1615: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_field_count': _mysql.c:1616: `args' undeclared (first use in this function) _mysql.c:1617: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:1630: parse error before '*' token _mysql.c:1632: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_num_fields': _mysql.c:1633: `args' undeclared (first use in this function) _mysql.c:1634: parse error before ')' token _mysql.c:1634: parse error before ')' token _mysql.c:1635: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:1646: parse error before '*' token _mysql.c:1648: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_num_rows': _mysql.c:1649: `args' undeclared (first use in this function) _mysql.c:1650: parse error before ')' token _mysql.c:1650: parse error before ')' token _mysql.c:1651: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:1668: parse error before '*' token _mysql.c:1670: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_ping': _mysql.c:1672: `args' undeclared (first use in this function) _mysql.c:1673: `self' undeclared (first use in this function) _mysql.c:1675: warning: implicit declaration of function `mysql_ping' _mysql.c: At top level: _mysql.c:1690: parse error before '*' token _mysql.c:1692: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_query': _mysql.c:1695: `args' undeclared (first use in this function) _mysql.c:1696: `self' undeclared (first use in this function) _mysql.c:1698: warning: implicit declaration of function `mysql_real_query' _mysql.c: At top level: _mysql.c:1720: parse error before '*' token _mysql.c:1722: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_select_db': _mysql.c:1725: `args' undeclared (first use in this function) _mysql.c:1726: `self' undeclared (first use in this function) _mysql.c:1728: warning: implicit declaration of function `mysql_select_db' _mysql.c: At top level: _mysql.c:1742: parse error before '*' token _mysql.c:1744: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_shutdown': _mysql.c:1746: `args' undeclared (first use in this function) _mysql.c:1747: `self' undeclared (first use in this function) _mysql.c:1749: warning: implicit declaration of function `mysql_shutdown' _mysql.c: At top level: _mysql.c:1769: parse error before '*' token _mysql.c:1771: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_stat': _mysql.c:1773: `args' undeclared (first use in this function) _mysql.c:1774: `self' undeclared (first use in this function) _mysql.c:1776: warning: implicit declaration of function `mysql_stat' _mysql.c:1776: warning: assignment makes pointer from integer without a cast _mysql.c: At top level: _mysql.c:1790: parse error before '*' token _mysql.c:1792: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_store_result': _mysql.c:1794: `r' undeclared (first use in this function) _mysql.c:1796: `args' undeclared (first use in this function) _mysql.c:1797: `self' undeclared (first use in this function) _mysql.c:1802: parse error before ')' token _mysql.c: At top level: _mysql.c:1831: parse error before '*' token _mysql.c:1833: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_thread_id': _mysql.c:1835: `args' undeclared (first use in this function) _mysql.c:1836: `self' undeclared (first use in this function) _mysql.c:1838: warning: implicit declaration of function `mysql_thread_id' _mysql.c: At top level: _mysql.c:1851: parse error before '*' token _mysql.c:1853: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_use_result': _mysql.c:1855: `r' undeclared (first use in this function) _mysql.c:1857: `args' undeclared (first use in this function) _mysql.c:1858: `self' undeclared (first use in this function) _mysql.c:1863: parse error before ')' token _mysql.c: At top level: _mysql.c:1881: parse error before '*' token _mysql.c:1882: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_dealloc': _mysql.c:1885: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:1895: parse error before '*' token _mysql.c:1896: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_repr': _mysql.c:1898: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:1912: parse error before '*' token _mysql.c:1914: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_data_seek': _mysql.c:1916: `args' undeclared (first use in this function) _mysql.c:1917: parse error before ')' token _mysql.c:1917: parse error before ')' token _mysql.c:1918: warning: implicit declaration of function `mysql_data_seek' _mysql.c:1918: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:1927: parse error before '*' token _mysql.c:1929: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_row_seek': _mysql.c:1931: `MYSQL_ROW_OFFSET' undeclared (first use in this function) _mysql.c:1931: parse error before "r" _mysql.c:1932: `args' undeclared (first use in this function) _mysql.c:1933: parse error before ')' token _mysql.c:1933: parse error before ')' token _mysql.c:1934: `r' undeclared (first use in this function) _mysql.c:1934: warning: implicit declaration of function `mysql_row_tell' _mysql.c:1934: `self' undeclared (first use in this function) _mysql.c:1935: warning: implicit declaration of function `mysql_row_seek' _mysql.c: At top level: _mysql.c:1944: parse error before '*' token _mysql.c:1946: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_row_tell': _mysql.c:1947: `MYSQL_ROW_OFFSET' undeclared (first use in this function) _mysql.c:1947: parse error before "r" _mysql.c:1948: `args' undeclared (first use in this function) _mysql.c:1949: parse error before ')' token _mysql.c:1949: parse error before ')' token _mysql.c:1950: `r' undeclared (first use in this function) _mysql.c:1950: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:1956: parse error before '*' token _mysql.c:1957: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_dealloc': _mysql.c:1958: `self' undeclared (first use in this function) _mysql.c:1959: warning: implicit declaration of function `mysql_free_result' _mysql.c: At top level: _mysql.c:1966: parse error before '*' token _mysql.c:1967: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_repr': _mysql.c:1970: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:2180: parse error before ')' token _mysql.c:2180: initializer element is not constant _mysql.c:2180: (near initialization for `_mysql_ConnectionObject_memberlist[0].offset') _mysql.c:2180: initializer element is not constant _mysql.c:2180: (near initialization for `_mysql_ConnectionObject_memberlist[0]') _mysql.c:2187: parse error before ')' token _mysql.c:2187: initializer element is not constant _mysql.c:2187: (near initialization for `_mysql_ConnectionObject_memberlist[1].offset') _mysql.c:2187: initializer element is not constant _mysql.c:2187: (near initialization for `_mysql_ConnectionObject_memberlist[1]') _mysql.c:2194: parse error before ')' token _mysql.c:2194: initializer element is not constant _mysql.c:2194: (near initialization for `_mysql_ConnectionObject_memberlist[2].offset') _mysql.c:2194: initializer element is not constant _mysql.c:2194: (near initialization for `_mysql_ConnectionObject_memberlist[2]') _mysql.c:2201: parse error before ')' token _mysql.c:2201: initializer element is not constant _mysql.c:2201: (near initialization for `_mysql_ConnectionObject_memberlist[3].offset') _mysql.c:2201: initializer element is not constant _mysql.c:2201: (near initialization for `_mysql_ConnectionObject_memberlist[3]') _mysql.c:2208: parse error before ')' token _mysql.c:2208: initializer element is not constant _mysql.c:2208: (near initialization for `_mysql_ConnectionObject_memberlist[4].flags') _mysql.c:2208: initializer element is not constant _mysql.c:2208: (near initialization for `_mysql_ConnectionObject_memberlist[4]') _mysql.c:2209: initializer element is not constant _mysql.c:2209: (near initialization for `_mysql_ConnectionObject_memberlist[5]') _mysql.c:2271: parse error before ')' token _mysql.c:2271: initializer element is not constant _mysql.c:2271: (near initialization for `_mysql_ResultObject_memberlist[0].offset') _mysql.c:2271: initializer element is not constant _mysql.c:2271: (near initialization for `_mysql_ResultObject_memberlist[0]') _mysql.c:2272: initializer element is not constant _mysql.c:2272: (near initialization for `_mysql_ResultObject_memberlist[1]') _mysql.c:2277: parse error before '*' token _mysql.c:2279: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_getattr': _mysql.c:2282: `self' undeclared (first use in this function) _mysql.c:2282: `name' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:2305: parse error before '*' token _mysql.c:2307: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_getattr': _mysql.c:2310: `self' undeclared (first use in this function) _mysql.c:2310: `name' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:2331: parse error before '*' token _mysql.c:2334: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ConnectionObject_setattr': _mysql.c:2335: `v' undeclared (first use in this function) _mysql.c:2346: `name' undeclared (first use in this function) _mysql.c:2347: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:2356: parse error before '*' token _mysql.c:2359: warning: function declaration isn't a prototype _mysql.c: In function `_mysql_ResultObject_setattr': _mysql.c:2360: `v' undeclared (first use in this function) _mysql.c:2371: `name' undeclared (first use in this function) _mysql.c:2372: `self' undeclared (first use in this function) _mysql.c: At top level: _mysql.c:172: warning: `_mysql_server_init__doc__' defined but not used _mysql.c:267: warning: `_mysql_server_end__doc__' defined but not used error: command 'gcc' failed with exit status 1