This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear Patrick Galbraith,
    
This is a computer-generated report for DBD-mysql-4.006
on 5.10.0, created automatically by CPAN-Reporter-1.08 
and sent to the CPAN Testers mailing list.  

If you have received this email directly, it is because the person testing 
your distribution chose to send a copy to your CPAN email address; there 
may be a delay before the official report is received and processed 
by CPAN Testers.

Thank you for uploading your work to CPAN.  However, it appears that
there were some problems with your distribution.  If these results are 
not what you expect or if you would like to learn how to avoid FAIL 
reports for missing dependencies, unsupported operating systems, etc.,
please consult "Notes for CPAN Authors" on the CPAN Testers Wiki: 
http://cpantest.grango.org

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/bin/make':

cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm
gcc -c  -I/usr/lib/perl5/site_perl/5.10/i686-cygwin/auto/DBI 
-I'/usr/local/include' -DDBD_MYSQL_INSERT_ID_IS_GOOD -g  -DPERL_USE_SAFE_PUTENV 
-U__STRICT_ANSI__ -fno-strict-aliasing -pipe -I/usr/local/include 
-DUSEIMPORTLIB -O3   -DVERSION=\"4.006\" -DXS_VERSION=\"4.006\"  
"-I/usr/lib/perl5/5.10/i686-cygwin/CORE"   dbdimp.c
In file included from dbdimp.c:20:
dbdimp.h:22:49: mysql.h: No such file or directory
dbdimp.h:23:45: mysqld_error.h: No such file or directory
dbdimp.h:25:49: errmsg.h: No such file or directory
In file included from dbdimp.c:20:
dbdimp.h:144: error: parse error before "MYSQL"
dbdimp.h:144: warning: no semicolon at end of struct or union
dbdimp.h:165: error: parse error before '}' token
dbdimp.h:237: error: parse error before "MYSQL_RES"
dbdimp.h:237: warning: no semicolon at end of struct or union
dbdimp.h:240: error: parse error before "row_num"
dbdimp.h:240: warning: data definition has no type or storage class
dbdimp.h:245: error: parse error before "insertid"
dbdimp.h:245: warning: data definition has no type or storage class
dbdimp.h:252: error: parse error before '}' token
In file included from dbdimp.c:20:
dbdimp.h:294: error: parse error before '*' token
dbdimp.h:297: error: parse error before "mysql_st_internal_execute"
dbdimp.h:302: error: parse error before "MYSQL_RES"
dbdimp.h:304: warning: data definition has no type or storage class
dbdimp.h:329: error: parse error before '*' token
dbdimp.h:329: error: parse error before "MYSQL"
dbdimp.h:330: warning: data definition has no type or storage class
dbdimp.c:407: error: parse error before '*' token
dbdimp.c: In function `parse_params':
dbdimp.c:419: error: `slen_ptr' undeclared (first use in this function)
dbdimp.c:419: error: (Each undeclared identifier is reported only once
dbdimp.c:419: error: for each function it appears in.)
dbdimp.c:425: error: `statement' undeclared (first use in this function)
dbdimp.c:427: error: `num_params' undeclared (first use in this function)
dbdimp.c:571: error: `sock' undeclared (first use in this function)
dbdimp.c: At top level:
dbdimp.c:626: error: `FIELD_TYPE_VAR_STRING' undeclared here (not in a function)
dbdimp.c:626: error: initializer element is not constant
dbdimp.c:626: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[0].native_type')
dbdimp.c:630: error: initializer element is not constant
dbdimp.c:630: error: (near initialization for `SQL_GET_TYPE_INFO_values[0]')
dbdimp.c:636: error: `FIELD_TYPE_DECIMAL' undeclared here (not in a function)
dbdimp.c:636: error: initializer element is not constant
dbdimp.c:636: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[1].native_type')
dbdimp.c:640: error: initializer element is not constant
dbdimp.c:640: error: (near initialization for `SQL_GET_TYPE_INFO_values[1]')
dbdimp.c:646: error: `FIELD_TYPE_TINY' undeclared here (not in a function)
dbdimp.c:646: error: initializer element is not constant
dbdimp.c:646: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[2].native_type')
dbdimp.c:650: error: initializer element is not constant
dbdimp.c:650: error: (near initialization for `SQL_GET_TYPE_INFO_values[2]')
dbdimp.c:656: error: `FIELD_TYPE_SHORT' undeclared here (not in a function)
dbdimp.c:656: error: initializer element is not constant
dbdimp.c:656: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[3].native_type')
dbdimp.c:660: error: initializer element is not constant
dbdimp.c:660: error: (near initialization for `SQL_GET_TYPE_INFO_values[3]')
dbdimp.c:666: error: `FIELD_TYPE_LONG' undeclared here (not in a function)
dbdimp.c:666: error: initializer element is not constant
dbdimp.c:666: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[4].native_type')
dbdimp.c:670: error: initializer element is not constant
dbdimp.c:670: error: (near initialization for `SQL_GET_TYPE_INFO_values[4]')
dbdimp.c:676: error: `FIELD_TYPE_FLOAT' undeclared here (not in a function)
dbdimp.c:676: error: initializer element is not constant
dbdimp.c:676: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[5].native_type')
dbdimp.c:680: error: initializer element is not constant
dbdimp.c:680: error: (near initialization for `SQL_GET_TYPE_INFO_values[5]')
dbdimp.c:686: error: `FIELD_TYPE_DOUBLE' undeclared here (not in a function)
dbdimp.c:686: error: initializer element is not constant
dbdimp.c:686: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[6].native_type')
dbdimp.c:690: error: initializer element is not constant
dbdimp.c:690: error: (near initialization for `SQL_GET_TYPE_INFO_values[6]')
dbdimp.c:696: error: initializer element is not constant
dbdimp.c:696: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[7].native_type')
dbdimp.c:700: error: initializer element is not constant
dbdimp.c:700: error: (near initialization for `SQL_GET_TYPE_INFO_values[7]')
dbdimp.c:709: error: `FIELD_TYPE_TIMESTAMP' undeclared here (not in a function)
dbdimp.c:709: error: initializer element is not constant
dbdimp.c:709: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[8].native_type')
dbdimp.c:713: error: initializer element is not constant
dbdimp.c:713: error: (near initialization for `SQL_GET_TYPE_INFO_values[8]')
dbdimp.c:719: error: `FIELD_TYPE_LONGLONG' undeclared here (not in a function)
dbdimp.c:719: error: initializer element is not constant
dbdimp.c:719: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[9].native_type')
dbdimp.c:723: error: initializer element is not constant
dbdimp.c:723: error: (near initialization for `SQL_GET_TYPE_INFO_values[9]')
dbdimp.c:729: error: `FIELD_TYPE_INT24' undeclared here (not in a function)
dbdimp.c:729: error: initializer element is not constant
dbdimp.c:729: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[10].native_type')
dbdimp.c:733: error: initializer element is not constant
dbdimp.c:733: error: (near initialization for `SQL_GET_TYPE_INFO_values[10]')
dbdimp.c:739: error: `FIELD_TYPE_DATE' undeclared here (not in a function)
dbdimp.c:739: error: initializer element is not constant
dbdimp.c:739: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[11].native_type')
dbdimp.c:743: error: initializer element is not constant
dbdimp.c:743: error: (near initialization for `SQL_GET_TYPE_INFO_values[11]')
dbdimp.c:749: error: `FIELD_TYPE_TIME' undeclared here (not in a function)
dbdimp.c:749: error: initializer element is not constant
dbdimp.c:749: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[12].native_type')
dbdimp.c:753: error: initializer element is not constant
dbdimp.c:753: error: (near initialization for `SQL_GET_TYPE_INFO_values[12]')
dbdimp.c:759: error: `FIELD_TYPE_DATETIME' undeclared here (not in a function)
dbdimp.c:759: error: initializer element is not constant
dbdimp.c:759: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[13].native_type')
dbdimp.c:763: error: initializer element is not constant
dbdimp.c:763: error: (near initialization for `SQL_GET_TYPE_INFO_values[13]')
dbdimp.c:769: error: `FIELD_TYPE_YEAR' undeclared here (not in a function)
dbdimp.c:769: error: initializer element is not constant
dbdimp.c:769: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[14].native_type')
dbdimp.c:773: error: initializer element is not constant
dbdimp.c:773: error: (near initialization for `SQL_GET_TYPE_INFO_values[14]')
dbdimp.c:779: error: `FIELD_TYPE_NEWDATE' undeclared here (not in a function)
dbdimp.c:779: error: initializer element is not constant
dbdimp.c:779: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[15].native_type')
dbdimp.c:783: error: initializer element is not constant
dbdimp.c:783: error: (near initialization for `SQL_GET_TYPE_INFO_values[15]')
dbdimp.c:789: error: `FIELD_TYPE_ENUM' undeclared here (not in a function)
dbdimp.c:789: error: initializer element is not constant
dbdimp.c:789: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[16].native_type')
dbdimp.c:793: error: initializer element is not constant
dbdimp.c:793: error: (near initialization for `SQL_GET_TYPE_INFO_values[16]')
dbdimp.c:799: error: `FIELD_TYPE_SET' undeclared here (not in a function)
dbdimp.c:799: error: initializer element is not constant
dbdimp.c:799: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[17].native_type')
dbdimp.c:803: error: initializer element is not constant
dbdimp.c:803: error: (near initialization for `SQL_GET_TYPE_INFO_values[17]')
dbdimp.c:809: error: `FIELD_TYPE_BLOB' undeclared here (not in a function)
dbdimp.c:809: error: initializer element is not constant
dbdimp.c:809: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[18].native_type')
dbdimp.c:813: error: initializer element is not constant
dbdimp.c:813: error: (near initialization for `SQL_GET_TYPE_INFO_values[18]')
dbdimp.c:819: error: `FIELD_TYPE_TINY_BLOB' undeclared here (not in a function)
dbdimp.c:819: error: initializer element is not constant
dbdimp.c:819: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[19].native_type')
dbdimp.c:823: error: initializer element is not constant
dbdimp.c:823: error: (near initialization for `SQL_GET_TYPE_INFO_values[19]')
dbdimp.c:829: error: `FIELD_TYPE_MEDIUM_BLOB' undeclared here (not in a 
function)
dbdimp.c:829: error: initializer element is not constant
dbdimp.c:829: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[20].native_type')
dbdimp.c:833: error: initializer element is not constant
dbdimp.c:833: error: (near initialization for `SQL_GET_TYPE_INFO_values[20]')
dbdimp.c:839: error: `FIELD_TYPE_LONG_BLOB' undeclared here (not in a function)
dbdimp.c:839: error: initializer element is not constant
dbdimp.c:839: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[21].native_type')
dbdimp.c:843: error: initializer element is not constant
dbdimp.c:843: error: (near initialization for `SQL_GET_TYPE_INFO_values[21]')
dbdimp.c:849: error: `FIELD_TYPE_STRING' undeclared here (not in a function)
dbdimp.c:849: error: initializer element is not constant
dbdimp.c:849: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[22].native_type')
dbdimp.c:853: error: initializer element is not constant
dbdimp.c:853: error: (near initialization for `SQL_GET_TYPE_INFO_values[22]')
dbdimp.c:860: error: initializer element is not constant
dbdimp.c:860: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[23].native_type')
dbdimp.c:864: error: initializer element is not constant
dbdimp.c:864: error: (near initialization for `SQL_GET_TYPE_INFO_values[23]')
dbdimp.c:870: error: initializer element is not constant
dbdimp.c:870: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[24].native_type')
dbdimp.c:874: error: initializer element is not constant
dbdimp.c:874: error: (near initialization for `SQL_GET_TYPE_INFO_values[24]')
dbdimp.c:880: error: initializer element is not constant
dbdimp.c:880: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[25].native_type')
dbdimp.c:884: error: initializer element is not constant
dbdimp.c:884: error: (near initialization for `SQL_GET_TYPE_INFO_values[25]')
dbdimp.c:890: error: initializer element is not constant
dbdimp.c:890: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[26].native_type')
dbdimp.c:894: error: initializer element is not constant
dbdimp.c:894: error: (near initialization for `SQL_GET_TYPE_INFO_values[26]')
dbdimp.c:900: error: initializer element is not constant
dbdimp.c:900: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[27].native_type')
dbdimp.c:904: error: initializer element is not constant
dbdimp.c:904: error: (near initialization for `SQL_GET_TYPE_INFO_values[27]')
dbdimp.c:910: error: initializer element is not constant
dbdimp.c:910: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[28].native_type')
dbdimp.c:914: error: initializer element is not constant
dbdimp.c:914: error: (near initialization for `SQL_GET_TYPE_INFO_values[28]')
dbdimp.c:920: error: initializer element is not constant
dbdimp.c:920: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[29].native_type')
dbdimp.c:924: error: initializer element is not constant
dbdimp.c:924: error: (near initialization for `SQL_GET_TYPE_INFO_values[29]')
dbdimp.c:930: error: initializer element is not constant
dbdimp.c:930: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[30].native_type')
dbdimp.c:934: error: initializer element is not constant
dbdimp.c:934: error: (near initialization for `SQL_GET_TYPE_INFO_values[30]')
dbdimp.c:940: error: initializer element is not constant
dbdimp.c:940: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[31].native_type')
dbdimp.c:944: error: initializer element is not constant
dbdimp.c:944: error: (near initialization for `SQL_GET_TYPE_INFO_values[31]')
dbdimp.c:950: error: initializer element is not constant
dbdimp.c:950: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[32].native_type')
dbdimp.c:954: error: initializer element is not constant
dbdimp.c:954: error: (near initialization for `SQL_GET_TYPE_INFO_values[32]')
dbdimp.c:958: error: initializer element is not constant
dbdimp.c:958: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[33].native_type')
dbdimp.c:962: error: initializer element is not constant
dbdimp.c:962: error: (near initialization for `SQL_GET_TYPE_INFO_values[33]')
dbdimp.c:966: error: initializer element is not constant
dbdimp.c:966: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[34].native_type')
dbdimp.c:970: error: initializer element is not constant
dbdimp.c:970: error: (near initialization for `SQL_GET_TYPE_INFO_values[34]')
dbdimp.c:975: error: initializer element is not constant
dbdimp.c:975: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[35].native_type')
dbdimp.c:979: error: initializer element is not constant
dbdimp.c:979: error: (near initialization for `SQL_GET_TYPE_INFO_values[35]')
dbdimp.c:984: error: initializer element is not constant
dbdimp.c:984: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[36].native_type')
dbdimp.c:988: error: initializer element is not constant
dbdimp.c:988: error: (near initialization for `SQL_GET_TYPE_INFO_values[36]')
dbdimp.c:993: error: initializer element is not constant
dbdimp.c:993: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[37].native_type')
dbdimp.c:997: error: initializer element is not constant
dbdimp.c:997: error: (near initialization for `SQL_GET_TYPE_INFO_values[37]')
dbdimp.c:1002: error: initializer element is not constant
dbdimp.c:1002: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[38].native_type')
dbdimp.c:1006: error: initializer element is not constant
dbdimp.c:1006: error: (near initialization for `SQL_GET_TYPE_INFO_values[38]')
dbdimp.c:1011: error: initializer element is not constant
dbdimp.c:1011: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[39].native_type')
dbdimp.c:1015: error: initializer element is not constant
dbdimp.c:1015: error: (near initialization for `SQL_GET_TYPE_INFO_values[39]')
dbdimp.c:1020: error: initializer element is not constant
dbdimp.c:1020: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[40].native_type')
dbdimp.c:1024: error: initializer element is not constant
dbdimp.c:1024: error: (near initialization for `SQL_GET_TYPE_INFO_values[40]')
dbdimp.c:1029: error: initializer element is not constant
dbdimp.c:1029: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[41].native_type')
dbdimp.c:1033: error: initializer element is not constant
dbdimp.c:1033: error: (near initialization for `SQL_GET_TYPE_INFO_values[41]')
dbdimp.c:1038: error: initializer element is not constant
dbdimp.c:1038: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[42].native_type')
dbdimp.c:1042: error: initializer element is not constant
dbdimp.c:1042: error: (near initialization for `SQL_GET_TYPE_INFO_values[42]')
dbdimp.c:1047: error: initializer element is not constant
dbdimp.c:1047: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[43].native_type')
dbdimp.c:1051: error: initializer element is not constant
dbdimp.c:1051: error: (near initialization for `SQL_GET_TYPE_INFO_values[43]')
dbdimp.c:1056: error: initializer element is not constant
dbdimp.c:1056: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[44].native_type')
dbdimp.c:1060: error: initializer element is not constant
dbdimp.c:1060: error: (near initialization for `SQL_GET_TYPE_INFO_values[44]')
dbdimp.c:1065: error: initializer element is not constant
dbdimp.c:1065: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[45].native_type')
dbdimp.c:1069: error: initializer element is not constant
dbdimp.c:1069: error: (near initialization for `SQL_GET_TYPE_INFO_values[45]')
dbdimp.c:1074: error: initializer element is not constant
dbdimp.c:1074: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[46].native_type')
dbdimp.c:1078: error: initializer element is not constant
dbdimp.c:1078: error: (near initialization for `SQL_GET_TYPE_INFO_values[46]')
dbdimp.c:1083: error: initializer element is not constant
dbdimp.c:1083: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[47].native_type')
dbdimp.c:1087: error: initializer element is not constant
dbdimp.c:1087: error: (near initialization for `SQL_GET_TYPE_INFO_values[47]')
dbdimp.c:1092: error: initializer element is not constant
dbdimp.c:1092: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[48].native_type')
dbdimp.c:1096: error: initializer element is not constant
dbdimp.c:1096: error: (near initialization for `SQL_GET_TYPE_INFO_values[48]')
dbdimp.c:1101: error: initializer element is not constant
dbdimp.c:1101: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[49].native_type')
dbdimp.c:1105: error: initializer element is not constant
dbdimp.c:1105: error: (near initialization for `SQL_GET_TYPE_INFO_values[49]')
dbdimp.c:1110: error: initializer element is not constant
dbdimp.c:1110: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[50].native_type')
dbdimp.c:1114: error: initializer element is not constant
dbdimp.c:1114: error: (near initialization for `SQL_GET_TYPE_INFO_values[50]')
dbdimp.c:1119: error: initializer element is not constant
dbdimp.c:1119: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[51].native_type')
dbdimp.c:1123: error: initializer element is not constant
dbdimp.c:1123: error: (near initialization for `SQL_GET_TYPE_INFO_values[51]')
dbdimp.c:1128: error: initializer element is not constant
dbdimp.c:1128: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[52].native_type')
dbdimp.c:1133: error: initializer element is not constant
dbdimp.c:1133: error: (near initialization for `SQL_GET_TYPE_INFO_values[52]')
dbdimp.c:1138: error: initializer element is not constant
dbdimp.c:1138: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[53].native_type')
dbdimp.c:1142: error: initializer element is not constant
dbdimp.c:1142: error: (near initialization for `SQL_GET_TYPE_INFO_values[53]')
dbdimp.c:1147: error: initializer element is not constant
dbdimp.c:1147: error: (near initialization for 
`SQL_GET_TYPE_INFO_values[54].native_type')
dbdimp.c:1151: error: initializer element is not constant
dbdimp.c:1151: error: (near initialization for `SQL_GET_TYPE_INFO_values[54]')
dbdimp.c:1316: error: parse error before '*' token
dbdimp.c:1318: error: parse error before "MYSQL"
dbdimp.c: In function `mysql_dr_connect':
dbdimp.c:1329: error: `MYSQL' undeclared (first use in this function)
dbdimp.c:1329: error: `result' undeclared (first use in this function)
dbdimp.c:1330: error: `dbh' undeclared (first use in this function)
dbdimp.c:1338: error: `port' undeclared (first use in this function)
dbdimp.c:1349: error: `host' undeclared (first use in this function)
dbdimp.c:1350: error: `user' undeclared (first use in this function)
dbdimp.c:1351: error: `password' undeclared (first use in this function)
dbdimp.c:1462: error: `CLIENT_FOUND_ROWS' undeclared (first use in this 
function)
dbdimp.c:1464: error: `sock' undeclared (first use in this function)
dbdimp.c:1466: error: `imp_dbh' undeclared (first use in this function)
dbdimp.c:1484: error: `MYSQL_OPT_COMPRESS' undeclared (first use in this 
function)
dbdimp.c:1494: error: `MYSQL_OPT_CONNECT_TIMEOUT' undeclared (first use in this 
function)
dbdimp.c:1505: error: `MYSQL_READ_DEFAULT_FILE' undeclared (first use in this 
function)
dbdimp.c:1516: error: `MYSQL_READ_DEFAULT_GROUP' undeclared (first use in this 
function)
dbdimp.c:1656: error: `dbname' undeclared (first use in this function)
dbdimp.c:1657: error: `mysql_socket' undeclared (first use in this function)
dbdimp.c: In function `my_login':
dbdimp.c:1731: error: dereferencing pointer to incomplete type
dbdimp.c:1757: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_db_login':
dbdimp.c:1794: error: dereferencing pointer to incomplete type
dbdimp.c:1795: error: dereferencing pointer to incomplete type
dbdimp.c:1796: error: dereferencing pointer to incomplete type
dbdimp.c:1797: error: dereferencing pointer to incomplete type
dbdimp.c:1799: error: dereferencing pointer to incomplete type
dbdimp.c:1807: error: dereferencing pointer to incomplete type
dbdimp.c:1808: error: dereferencing pointer to incomplete type
dbdimp.c:1808: warning: passing arg 3 of `mysql_dr_error' makes pointer from 
integer without a cast
dbdimp.c:1815: error: dereferencing pointer to incomplete type
dbdimp.c:1815: error: dereferencing pointer to incomplete type
dbdimp.c:1815: error: dereferencing pointer to incomplete type
dbdimp.c:1818: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_db_commit':
dbdimp.c:1842: error: dereferencing pointer to incomplete type
dbdimp.c:1845: error: dereferencing pointer to incomplete type
dbdimp.c:1848: error: dereferencing pointer to incomplete type
dbdimp.c:1853: error: dereferencing pointer to incomplete type
dbdimp.c:1853: error: dereferencing pointer to incomplete type
dbdimp.c:1854: warning: passing arg 3 of `mysql_dr_error' makes pointer from 
integer without a cast
dbdimp.c: In function `mysql_db_rollback':
dbdimp.c:1870: error: dereferencing pointer to incomplete type
dbdimp.c:1873: error: dereferencing pointer to incomplete type
dbdimp.c:1876: error: dereferencing pointer to incomplete type
dbdimp.c:1881: error: dereferencing pointer to incomplete type
dbdimp.c:1882: error: dereferencing pointer to incomplete type
dbdimp.c:1882: warning: passing arg 3 of `mysql_dr_error' makes pointer from 
integer without a cast
dbdimp.c: In function `mysql_db_disconnect':
dbdimp.c:1916: error: dereferencing pointer to incomplete type
dbdimp.c:1916: error: dereferencing pointer to incomplete type
dbdimp.c:1916: error: dereferencing pointer to incomplete type
dbdimp.c:1919: error: dereferencing pointer to incomplete type
dbdimp.c:1920: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_db_destroy':
dbdimp.c:2005: error: dereferencing pointer to incomplete type
dbdimp.c:2007: error: dereferencing pointer to incomplete type
dbdimp.c:2009: error: dereferencing pointer to incomplete type
dbdimp.c:2011: error: dereferencing pointer to incomplete type
dbdimp.c:2021: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_db_STORE_attrib':
dbdimp.c:2056: error: dereferencing pointer to incomplete type
dbdimp.c:2058: error: dereferencing pointer to incomplete type
dbdimp.c:2078: error: dereferencing pointer to incomplete type
dbdimp.c:2086: error: dereferencing pointer to incomplete type
dbdimp.c:2093: error: dereferencing pointer to incomplete type
dbdimp.c:2093: error: dereferencing pointer to incomplete type
dbdimp.c:2110: error: dereferencing pointer to incomplete type
dbdimp.c:2112: error: dereferencing pointer to incomplete type
dbdimp.c:2114: error: dereferencing pointer to incomplete type
dbdimp.c:2117: error: dereferencing pointer to incomplete type
dbdimp.c: At top level:
dbdimp.c:2146: error: parse error before "val"
dbdimp.c: In function `my_ulonglong2str':
dbdimp.c:2151: error: `val' undeclared (first use in this function)
dbdimp.c: In function `mysql_db_FETCH_attrib':
dbdimp.c:2175: error: dereferencing pointer to incomplete type
dbdimp.c:2176: error: dereferencing pointer to incomplete type
dbdimp.c:2192: error: dereferencing pointer to incomplete type
dbdimp.c:2197: error: dereferencing pointer to incomplete type
dbdimp.c:2201: error: dereferencing pointer to incomplete type
dbdimp.c:2205: error: dereferencing pointer to incomplete type
dbdimp.c:2205: warning: initialization makes pointer from integer without a cast
dbdimp.c:2218: error: dereferencing pointer to incomplete type
dbdimp.c:2225: error: dereferencing pointer to incomplete type
dbdimp.c:2239: error: dereferencing pointer to incomplete type
dbdimp.c:2239: warning: initialization makes pointer from integer without a cast
dbdimp.c:2248: error: dereferencing pointer to incomplete type
dbdimp.c:2248: warning: initialization makes pointer from integer without a cast
dbdimp.c:2253: error: dereferencing pointer to incomplete type
dbdimp.c:2258: error: dereferencing pointer to incomplete type
dbdimp.c:2264: error: dereferencing pointer to incomplete type
dbdimp.c:2264: warning: initialization makes pointer from integer without a cast
dbdimp.c:2269: error: dereferencing pointer to incomplete type
dbdimp.c:2271: error: dereferencing pointer to incomplete type
dbdimp.c:2274: error: dereferencing pointer to incomplete type
dbdimp.c:2274: warning: initialization makes pointer from integer without a cast
dbdimp.c:2281: error: dereferencing pointer to incomplete type
dbdimp.c:2281: warning: initialization makes pointer from integer without a cast
dbdimp.c:2286: error: dereferencing pointer to incomplete type
dbdimp.c:2291: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_st_prepare':
dbdimp.c:2335: error: dereferencing pointer to incomplete type
dbdimp.c:2340: error: `MYSQL_VERSION_ID' undeclared (first use in this function)
dbdimp.c:2355: error: dereferencing pointer to incomplete type
dbdimp.c:2356: error: dereferencing pointer to incomplete type
dbdimp.c:2357: error: dereferencing pointer to incomplete type
dbdimp.c:2361: error: dereferencing pointer to incomplete type
dbdimp.c:2362: error: dereferencing pointer to incomplete type
dbdimp.c:2365: error: dereferencing pointer to incomplete type
dbdimp.c:2550: error: dereferencing pointer to incomplete type
dbdimp.c:2554: error: dereferencing pointer to incomplete type
dbdimp.c:2554: error: dereferencing pointer to incomplete type
dbdimp.c:2555: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_st_free_result_sets':
dbdimp.c:2575: error: dereferencing pointer to incomplete type
dbdimp.c:2624: error: dereferencing pointer to incomplete type
dbdimp.c:2626: error: dereferencing pointer to incomplete type
dbdimp.c:2627: error: dereferencing pointer to incomplete type
dbdimp.c: At top level:
dbdimp.c:2786: error: parse error before "mysql_st_internal_execute"
dbdimp.c:2792: error: parse error before "MYSQL_RES"
dbdimp.c: In function `mysql_st_internal_execute':
dbdimp.c:2799: error: `statement' undeclared (first use in this function)
dbdimp.c:2804: error: `my_ulonglong' undeclared (first use in this function)
dbdimp.c:2804: error: parse error before "rows"
dbdimp.c:2806: error: `h' undeclared (first use in this function)
dbdimp.c:2807: error: `attribs' undeclared (first use in this function)
dbdimp.c:2823: error: dereferencing pointer to incomplete type
dbdimp.c:2831: error: dereferencing pointer to incomplete type
dbdimp.c:2834: error: dereferencing pointer to incomplete type
dbdimp.c:2841: error: `MYSQL_VERSION_ID' undeclared (first use in this function)
dbdimp.c:2843: error: `svsock' undeclared (first use in this function)
dbdimp.c:2847: error: `num_params' undeclared (first use in this function)
dbdimp.c:2886: error: `result' undeclared (first use in this function)
dbdimp.c:2893: warning: passing arg 3 of `mysql_dr_error' makes pointer from 
integer without a cast
dbdimp.c:2906: warning: passing arg 3 of `mysql_dr_error' makes pointer from 
integer without a cast
dbdimp.c:2919: warning: passing arg 3 of `mysql_dr_error' makes pointer from 
integer without a cast
dbdimp.c:2922: error: `rows' undeclared (first use in this function)
dbdimp.c: In function `mysql_st_execute':
dbdimp.c:3071: error: dereferencing pointer to incomplete type
dbdimp.c:3087: error: dereferencing pointer to incomplete type
dbdimp.c:3088: error: dereferencing pointer to incomplete type
dbdimp.c:3090: error: dereferencing pointer to incomplete type
dbdimp.c:3123: error: dereferencing pointer to incomplete type
dbdimp.c:3127: error: dereferencing pointer to incomplete type
dbdimp.c:3128: error: dereferencing pointer to incomplete type
dbdimp.c:3129: error: dereferencing pointer to incomplete type
dbdimp.c:3130: error: dereferencing pointer to incomplete type
dbdimp.c:3131: error: dereferencing pointer to incomplete type
dbdimp.c:3134: error: dereferencing pointer to incomplete type
dbdimp.c:3134: error: `my_ulonglong' undeclared (first use in this function)
dbdimp.c:3136: error: dereferencing pointer to incomplete type
dbdimp.c:3137: error: dereferencing pointer to incomplete type
dbdimp.c:3137: error: dereferencing pointer to incomplete type
dbdimp.c:3141: error: dereferencing pointer to incomplete type
dbdimp.c:3141: error: dereferencing pointer to incomplete type
dbdimp.c:3142: error: dereferencing pointer to incomplete type
dbdimp.c:3142: error: dereferencing pointer to incomplete type
dbdimp.c:3142: error: dereferencing pointer to incomplete type
dbdimp.c:3143: error: dereferencing pointer to incomplete type
dbdimp.c:3144: error: dereferencing pointer to incomplete type
dbdimp.c:3148: error: dereferencing pointer to incomplete type
dbdimp.c:3156: error: dereferencing pointer to incomplete type
dbdimp.c:3162: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_describe':
dbdimp.c:3284: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_st_fetch':
dbdimp.c:3312: error: `MYSQL_ROW' undeclared (first use in this function)
dbdimp.c:3312: error: parse error before "cols"
dbdimp.c:3313: error: dereferencing pointer to incomplete type
dbdimp.c:3314: error: `MYSQL' undeclared (first use in this function)
dbdimp.c:3314: error: `svsock' undeclared (first use in this function)
dbdimp.c:3314: error: dereferencing pointer to incomplete type
dbdimp.c:3320: error: `MYSQL_FIELD' undeclared (first use in this function)
dbdimp.c:3320: error: `fields' undeclared (first use in this function)
dbdimp.c:3351: error: dereferencing pointer to incomplete type
dbdimp.c:3358: error: dereferencing pointer to incomplete type
dbdimp.c:3365: error: dereferencing pointer to incomplete type
dbdimp.c:3495: error: dereferencing pointer to incomplete type
dbdimp.c:3500: error: dereferencing pointer to incomplete type
dbdimp.c:3502: error: dereferencing pointer to incomplete type
dbdimp.c:3504: error: dereferencing pointer to incomplete type
dbdimp.c:3506: error: dereferencing pointer to incomplete type
dbdimp.c:3508: error: dereferencing pointer to incomplete type
dbdimp.c:3511: error: `cols' undeclared (first use in this function)
dbdimp.c:3511: error: dereferencing pointer to incomplete type
dbdimp.c:3517: error: dereferencing pointer to incomplete type
dbdimp.c:3518: error: dereferencing pointer to incomplete type
dbdimp.c:3519: error: dereferencing pointer to incomplete type
dbdimp.c:3520: warning: passing arg 3 of `mysql_dr_error' makes pointer from 
integer without a cast
dbdimp.c:3530: error: dereferencing pointer to incomplete type
dbdimp.c:3531: error: dereferencing pointer to incomplete type
dbdimp.c:3532: error: dereferencing pointer to incomplete type
dbdimp.c:3532: warning: assignment makes pointer from integer without a cast
dbdimp.c:3534: error: dereferencing pointer to incomplete type
dbdimp.c:3546: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_st_finish':
dbdimp.c:3674: error: dereferencing pointer to incomplete type
dbdimp.c:3682: error: dereferencing pointer to incomplete type
dbdimp.c:3682: error: dereferencing pointer to incomplete type
dbdimp.c:3682: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_st_destroy':
dbdimp.c:3759: error: dereferencing pointer to incomplete type
dbdimp.c:3761: error: dereferencing pointer to incomplete type
dbdimp.c:3761: error: dereferencing pointer to incomplete type
dbdimp.c:3762: error: dereferencing pointer to incomplete type
dbdimp.c:3768: error: dereferencing pointer to incomplete type
dbdimp.c:3769: error: dereferencing pointer to incomplete type
dbdimp.c:3770: error: dereferencing pointer to incomplete type
dbdimp.c:3773: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_st_STORE_attrib':
dbdimp.c:3814: error: dereferencing pointer to incomplete type
dbdimp.c: At top level:
dbdimp.c:3862: error: parse error before "MYSQL_RES"
dbdimp.c: In function `mysql_st_FETCH_internal':
dbdimp.c:3866: error: `sth' undeclared (first use in this function)
dbdimp.c:3868: error: `MYSQL_FIELD' undeclared (first use in this function)
dbdimp.c:3868: error: `curField' undeclared (first use in this function)
dbdimp.c:3871: error: `what' undeclared (first use in this function)
dbdimp.c:3875: error: `cacheit' undeclared (first use in this function)
dbdimp.c:3875: error: dereferencing pointer to incomplete type
dbdimp.c:3876: error: dereferencing pointer to incomplete type
dbdimp.c:3879: error: `res' undeclared (first use in this function)
dbdimp.c:3944: error: `PRI_KEY_FLAG' undeclared (first use in this function)
dbdimp.c:3944: error: `UNIQUE_KEY_FLAG' undeclared (first use in this function)
dbdimp.c:3944: error: `MULTIPLE_KEY_FLAG' undeclared (first use in this 
function)
dbdimp.c:3971: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_st_FETCH_attrib':
dbdimp.c:4022: error: dereferencing pointer to incomplete type
dbdimp.c:4024: error: dereferencing pointer to incomplete type
dbdimp.c:4028: error: dereferencing pointer to incomplete type
dbdimp.c:4032: error: dereferencing pointer to incomplete type
dbdimp.c:4037: error: dereferencing pointer to incomplete type
dbdimp.c:4040: error: dereferencing pointer to incomplete type
dbdimp.c:4049: error: dereferencing pointer to incomplete type
dbdimp.c:4053: error: dereferencing pointer to incomplete type
dbdimp.c:4059: error: dereferencing pointer to incomplete type
dbdimp.c:4063: error: dereferencing pointer to incomplete type
dbdimp.c:4067: error: dereferencing pointer to incomplete type
dbdimp.c:4069: error: dereferencing pointer to incomplete type
dbdimp.c:4071: error: dereferencing pointer to incomplete type
dbdimp.c:4073: error: dereferencing pointer to incomplete type
dbdimp.c:4077: error: dereferencing pointer to incomplete type
dbdimp.c:4084: error: dereferencing pointer to incomplete type
dbdimp.c:4086: error: dereferencing pointer to incomplete type
dbdimp.c:4091: error: dereferencing pointer to incomplete type
dbdimp.c:4095: error: dereferencing pointer to incomplete type
dbdimp.c:4097: error: dereferencing pointer to incomplete type
dbdimp.c:4099: error: dereferencing pointer to incomplete type
dbdimp.c:4103: error: dereferencing pointer to incomplete type
dbdimp.c:4115: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_bind_ph':
dbdimp.c:4205: error: dereferencing pointer to incomplete type
dbdimp.c:4239: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_db_reconnect':
dbdimp.c:4359: error: `MYSQL' undeclared (first use in this function)
dbdimp.c:4359: error: parse error before "save_socket"
dbdimp.c:4369: error: dereferencing pointer to incomplete type
dbdimp.c:4369: error: `CR_SERVER_GONE_ERROR' undeclared (first use in this 
function)
dbdimp.c:4373: error: dereferencing pointer to incomplete type
dbdimp.c:4373: error: dereferencing pointer to incomplete type
dbdimp.c:4387: error: `save_socket' undeclared (first use in this function)
dbdimp.c:4387: error: dereferencing pointer to incomplete type
dbdimp.c:4388: error: dereferencing pointer to incomplete type
dbdimp.c:4389: error: dereferencing pointer to incomplete type
dbdimp.c:4389: error: dereferencing pointer to incomplete type
dbdimp.c:4393: error: dereferencing pointer to incomplete type
dbdimp.c:4393: error: dereferencing pointer to incomplete type
dbdimp.c:4394: warning: passing arg 3 of `mysql_dr_error' makes pointer from 
integer without a cast
dbdimp.c:4395: error: dereferencing pointer to incomplete type
dbdimp.c:4396: error: dereferencing pointer to incomplete type
dbdimp.c:4399: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_db_quote':
dbdimp.c:4559: error: dereferencing pointer to incomplete type
dbdimp.c: In function `mysql_db_last_insert_id':
dbdimp.c:4582: error: dereferencing pointer to incomplete type
make: *** [dbdimp.o] Error 1

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module       Need Have    
    ------------ ---- --------
    Data::Dumper 0    2.121_14
    DBI          1.08 1.602   

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    COMSPEC = C:\uti\4nt\4NT.EXE
    NUMBER_OF_PROCESSORS = 2
    PATH = 
/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/bin:/usr/local/bin:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32:/usr/X11R6/bin:/cygdrive/c/bat:/cygdrive/p/MSVS6/reskit:/usr/lib/gstreamer-0.8:/usr/lib/lapack
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 68332
    PERL5_CPAN_IS_EXECUTING = 
/home/rurban/.cpan/build/DBD-mysql-4.006-AZHWX5/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 68332
    PROCESSOR_IDENTIFIER = x86 Family 15 Model 6 Stepping 4, GenuineIntel
    TEMP = /tmp
    TERM = cygwin

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /bin/perl.exe
    $UID/$EUID = 1004 / 1004
    $GID = 513 545 513
    $EGID = 513 545 513

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9205   
    Cwd                 3.2501   
    ExtUtils::CBuilder  0.21     
    ExtUtils::Command   1.13_01  
    ExtUtils::Install   1.44     
    ExtUtils::MakeMaker 6.42     
    ExtUtils::Manifest  1.51_01  
    ExtUtils::ParseXS   2.18_02  
    File::Spec          3.2701   
    Module::Build       0.2808_01
    Module::Signature   0.55     
    Test::Harness       2.64     
    Test::More          0.72     
    YAML                0.66     
    YAML::Syck          n/a      
    version             0.74     


--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=cygwin, osvers=1.5.25(0.15642), 
archname=i686-cygwin-thread-multi-64int
    uname='cygwin_nt-5.1 reini 1.5.25(0.15642) 2007-12-14 19:21 i686 cygwin '
    config_args='-de -Dmksymlinks -Duse64bitint -Dusethreads -Dusemymalloc 
-Doptimize=-O3 -Dman3ext=3pm -Dusesitecustomize'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ 
-fno-strict-aliasing -pipe -I/usr/local/include',
    optimize='-O3',
    cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing 
-pipe -I/usr/local/include'
    ccversion='', gccversion='3.4.4 (cygming special, gdc 0.12, using dmd 
0.125)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols 
-Wl,--stack,8388608 -Wl,--enable-auto-image-base -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib
    libs=-lgdbm -ldl -lcrypt -lgdbm_compat
    perllibs=-ldl -lcrypt -lgdbm_compat
    libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s'
    cccdlflags=' ', lddlflags=' --shared  -Wl,--enable-auto-import 
-Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base 
-L/usr/local/lib'

Reply via email to