HILFE! DBD::mysql kompiliert nicht. EILT!

Irgendwelche Probleme mit XAMPP für Mac OS X? Dann ist hier genau der richtige Ort um nachzufragen.

HILFE! DBD::mysql kompiliert nicht. EILT!

Postby mail-rk » 29. May 2007 19:36

Ich habe versucht, den mysql Treiber für DBI zu installieren. Ich muss ein fehlerhaftes Perlscript debuggen. Nur leider habe ich mittlerweile einen Mac gekauft. Und jetzt funktioniert das nicht.

das ist der Shell Output:
[code]
install DBD::mysql
CPAN: Storable loaded ok
Going to read /Users/rk/.cpan/Metadata
Database was generated on Fri, 25 May 2007 23:55:22 GMT
Running install for module DBD::mysql
Running make for C/CA/CAPTTOFU/DBD-mysql-4.004.tar.gz
CPAN: Digest::MD5 loaded ok
Checksum for /Users/rk/.cpan/sources/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.004.tar.gz ok
Scanning cache /Users/rk/.cpan/build for sizes
DBD-mysql-4.004/
DBD-mysql-4.004/ChangeLog
DBD-mysql-4.004/constants.h
DBD-mysql-4.004/dbdimp.c
DBD-mysql-4.004/dbdimp.h
DBD-mysql-4.004/eg/
DBD-mysql-4.004/eg/prepare_memory_usage.pl
DBD-mysql-4.004/eg/proc_example1.pl
DBD-mysql-4.004/eg/proc_example2.pl
DBD-mysql-4.004/eg/proc_example3.pl
DBD-mysql-4.004/INSTALL.html
DBD-mysql-4.004/lib/
DBD-mysql-4.004/lib/Bundle/
DBD-mysql-4.004/lib/Bundle/DBD/
DBD-mysql-4.004/lib/Bundle/DBD/mysql.pm
DBD-mysql-4.004/lib/DBD/
DBD-mysql-4.004/lib/DBD/mysql/
DBD-mysql-4.004/lib/DBD/mysql/GetInfo.pm
DBD-mysql-4.004/lib/DBD/mysql/INSTALL.pod
DBD-mysql-4.004/lib/DBD/mysql.pm
DBD-mysql-4.004/Makefile.PL
DBD-mysql-4.004/Makefile.PL.embedded
DBD-mysql-4.004/MANIFEST
DBD-mysql-4.004/MANIFEST.SKIP
DBD-mysql-4.004/META.yml
DBD-mysql-4.004/myld
DBD-mysql-4.004/mysql.xs
DBD-mysql-4.004/README
DBD-mysql-4.004/t/
DBD-mysql-4.004/t/00base.t
DBD-mysql-4.004/t/10connect.t
DBD-mysql-4.004/t/20createdrop.t
DBD-mysql-4.004/t/30insertfetch.t
DBD-mysql-4.004/t/35limit.t
DBD-mysql-4.004/t/35prepare.t
DBD-mysql-4.004/t/40bindparam.t
DBD-mysql-4.004/t/40bindparam2.t
DBD-mysql-4.004/t/40blobs.t
DBD-mysql-4.004/t/40catalog.t
DBD-mysql-4.004/t/40listfields.t
DBD-mysql-4.004/t/40nulls.t
DBD-mysql-4.004/t/40numrows.t
DBD-mysql-4.004/t/41bindparam.t
DBD-mysql-4.004/t/41blobs_prepare.t
DBD-mysql-4.004/t/42bindparam.t
DBD-mysql-4.004/t/50chopblanks.t
DBD-mysql-4.004/t/50commit.t
DBD-mysql-4.004/t/60leaks.t
DBD-mysql-4.004/t/70takeimp.t
DBD-mysql-4.004/t/75supported_sql.t
DBD-mysql-4.004/t/80procs.t
DBD-mysql-4.004/t/insertid.t
DBD-mysql-4.004/t/lib.pl
DBD-mysql-4.004/t/multi_statement.t
DBD-mysql-4.004/t/mysql.dbtest
DBD-mysql-4.004/t/param_values.t
DBD-mysql-4.004/t/prepare_noerror.t
DBD-mysql-4.004/t/texecute.t
DBD-mysql-4.004/t/utf8.t
DBD-mysql-4.004/TODO

CPAN.pm: Going to build C/CA/CAPTTOFU/DBD-mysql-4.004.tar.gz

I will use the following settings for compiling and testing:

cflags (mysql_config) = -I/Applications/xampp/xamppfiles/include/mysql -I/Applications/xampp/xamppfiles/include -L/Applications/xampp/xamppfiles/lib
embedded (mysql_config) =
libs (mysql_config) = -L/Applications/xampp/xamppfiles/lib -I/Applications/xampp/xamppfiles/include -L/Applications/xampp/xamppfiles/lib/mysql -lmysqlclient -lz -lm
mysql_config (guessed ) = mysql_config
nocatchstderr (default ) = 0
nofoundrows (default ) = 0
ssl (guessed ) = 0
testdb (default ) = test
testhost (default ) =
testpassword (default ) =
testsocket (default ) =
testuser (default ) =

To change these settings, see 'perl Makefile.PL --help' and
'perldoc INSTALL'.

Checking if your kit is complete...
Looks good
Unrecognized argument in LIBS ignored: '-I/Applications/xampp/xamppfiles/include'
Using DBI 1.56 (for perl 5.008008 on darwin-2level) installed in /Applications/xampp/xamppfiles/lib/perl5/site_perl/5.8.8/darwin-2level/auto/DBI/
Writing Makefile for DBD::mysql
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
cc -c -I/Applications/xampp/xamppfiles/lib/perl5/site_perl/5.8.8/darwin-2level/auto/DBI -I/Applications/xampp/xamppfiles/include/mysql -I/Applications/xampp/xamppfiles/include -L/Applications/xampp/xamppfiles/lib -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -O3 -DVERSION=\"4.004\" -DXS_VERSION=\"4.004\" "-I/Applications/xampp/xamppfiles/lib/perl5/5.8.8/darwin-2level/CORE" dbdimp.c
In file included from dbdimp.c:20:
dbdimp.h:22:49: error: mysql.h: No such file or directory
dbdimp.h:23:45: error: mysqld_error.h: No such file or directory
dbdimp.h:24:49: error: errmsg.h: No such file or directory
In file included from dbdimp.c:20:
dbdimp.h:139: error: parse error before 'MYSQL'
dbdimp.h:139: warning: no semicolon at end of struct or union
dbdimp.h:160: error: parse error before '}' token
dbdimp.h:232: error: parse error before 'MYSQL_RES'
dbdimp.h:232: warning: no semicolon at end of struct or union
dbdimp.h:235: error: parse error before 'row_num'
dbdimp.h:235: warning: data definition has no type or storage class
dbdimp.h:240: error: parse error before 'insertid'
dbdimp.h:240: warning: data definition has no type or storage class
dbdimp.h:247: error: parse error before '}' token
In file included from dbdimp.c:20:
dbdimp.h:289: error: parse error before '*' token
dbdimp.h:292: error: parse error before 'mysql_st_internal_execute'
dbdimp.h:297: error: parse error before 'MYSQL_RES'
dbdimp.h:299: warning: data definition has no type or storage class
dbdimp.h:324: error: parse error before '*' token
dbdimp.h:324: error: parse error before 'MYSQL'
dbdimp.h:325: warning: data definition has no type or storage class
dbdimp.c:433: error: parse error before '*' token
dbdimp.c: In function 'parse_params':
dbdimp.c:445: error: 'slen_ptr' undeclared (first use in this function)
dbdimp.c:445: error: (Each undeclared identifier is reported only once
dbdimp.c:445: error: for each function it appears in.)
dbdimp.c:454: error: 'statement' undeclared (first use in this function)
dbdimp.c:454: error: 'num_params' undeclared (first use in this function)
dbdimp.c:605: error: 'sock' undeclared (first use in this function)
dbdimp.c: At top level:
dbdimp.c:662: error: 'FIELD_TYPE_VAR_STRING' undeclared here (not in a function)
dbdimp.c:672: error: 'FIELD_TYPE_DECIMAL' undeclared here (not in a function)
dbdimp.c:682: error: 'FIELD_TYPE_TINY' undeclared here (not in a function)
dbdimp.c:692: error: 'FIELD_TYPE_SHORT' undeclared here (not in a function)
dbdimp.c:702: error: 'FIELD_TYPE_LONG' undeclared here (not in a function)
dbdimp.c:712: error: 'FIELD_TYPE_FLOAT' undeclared here (not in a function)
dbdimp.c:722: error: 'FIELD_TYPE_DOUBLE' undeclared here (not in a function)
dbdimp.c:745: error: 'FIELD_TYPE_TIMESTAMP' undeclared here (not in a function)
dbdimp.c:755: error: 'FIELD_TYPE_LONGLONG' undeclared here (not in a function)
dbdimp.c:765: error: 'FIELD_TYPE_INT24' undeclared here (not in a function)
dbdimp.c:775: error: 'FIELD_TYPE_DATE' undeclared here (not in a function)
dbdimp.c:785: error: 'FIELD_TYPE_TIME' undeclared here (not in a function)
dbdimp.c:795: error: 'FIELD_TYPE_DATETIME' undeclared here (not in a function)
dbdimp.c:805: error: 'FIELD_TYPE_YEAR' undeclared here (not in a function)
dbdimp.c:815: error: 'FIELD_TYPE_NEWDATE' undeclared here (not in a function)
dbdimp.c:825: error: 'FIELD_TYPE_ENUM' undeclared here (not in a function)
dbdimp.c:835: error: 'FIELD_TYPE_SET' undeclared here (not in a function)
dbdimp.c:845: error: 'FIELD_TYPE_BLOB' undeclared here (not in a function)
dbdimp.c:855: error: 'FIELD_TYPE_TINY_BLOB' undeclared here (not in a function)
dbdimp.c:865: error: 'FIELD_TYPE_MEDIUM_BLOB' undeclared here (not in a function)
dbdimp.c:875: error: 'FIELD_TYPE_LONG_BLOB' undeclared here (not in a function)
dbdimp.c:885: error: 'FIELD_TYPE_STRING' undeclared here (not in a function)
dbdimp.c: In function 'native2sql':
dbdimp.c:1198: warning: case label value exceeds maximum value for type
dbdimp.c:1199: warning: case label value exceeds maximum value for type
dbdimp.c:1203: warning: case label value exceeds maximum value for type
dbdimp.c:1204: warning: case label value exceeds maximum value for type
dbdimp.c:1205: warning: case label value exceeds maximum value for type
dbdimp.c:1206: warning: case label value exceeds maximum value for type
dbdimp.c:1209: warning: case label value exceeds maximum value for type
dbdimp.c:1210: warning: case label value exceeds maximum value for type
dbdimp.c:1211: warning: case label value exceeds maximum value for type
dbdimp.c:1212: warning: case label value exceeds maximum value for type
dbdimp.c:1213: warning: case label value exceeds maximum value for type
dbdimp.c:1214: warning: case label value exceeds maximum value for type
dbdimp.c:1215: warning: case label value exceeds maximum value for type
dbdimp.c:1216: warning: case label value exceeds maximum value for type
dbdimp.c:1217: warning: case label value exceeds maximum value for type
dbdimp.c:1218: warning: case label value exceeds maximum value for type
dbdimp.c:1219: warning: case label value exceeds maximum value for type
dbdimp.c:1220: warning: case label value exceeds maximum value for type
dbdimp.c:1221: warning: case label value exceeds maximum value for type
dbdimp.c:1222: warning: case label value exceeds maximum value for type
dbdimp.c:1223: warning: case label value exceeds maximum value for type
dbdimp.c:1224: warning: case label value exceeds maximum value for type
dbdimp.c: At top level:
dbdimp.c:1352: error: parse error before '*' token
dbdimp.c:1352: error: parse error before 'MYSQL'
dbdimp.c: In function 'mysql_dr_connect':
dbdimp.c:1357: error: 'MYSQL' undeclared (first use in this function)
dbdimp.c:1357: error: 'result' undeclared (first use in this function)
dbdimp.c:1357: error: invalid operands to binary *
dbdimp.c:1365: error: 'port' undeclared (first use in this function)
dbdimp.c:1365: error: invalid operands to binary &&
dbdimp.c:1365: warning: passing argument 1 of 'atoi' from incompatible pointer type
dbdimp.c:1376: error: 'host' undeclared (first use in this function)
dbdimp.c:1376: warning: pointer type mismatch in conditional expression
dbdimp.c:1377: error: 'user' undeclared (first use in this function)
dbdimp.c:1377: warning: pointer type mismatch in conditional expression
dbdimp.c:1378: error: 'password' undeclared (first use in this function)
dbdimp.c:1378: warning: pointer type mismatch in conditional expression
dbdimp.c:1489: error: 'CLIENT_FOUND_ROWS' undeclared (first use in this function)
dbdimp.c:1491: error: 'sock' undeclared (first use in this function)
dbdimp.c:1493: error: 'imp_dbh' undeclared (first use in this function)
dbdimp.c:1495: error: 'struct sql_type_info_s' has no member named 'com'
dbdimp.c:1495: error: request for member 'std' in something not a structure or union
dbdimp.c:1495: error: request for member 'imp_data' in something not a structure or union
dbdimp.c:1497: error: 'struct sql_type_info_s' has no member named 'com'
dbdimp.c:1497: error: request for member 'std' in something not a structure or union
dbdimp.c:1497: error: request for member 'flags' in something not a structure or union
dbdimp.c:1497: error: 'struct sql_type_info_s' has no member named 'com'
dbdimp.c:1497: error: request for member 'std' in something not a structure or union
dbdimp.c:1497: error: request for member 'flags' in something not a structure or union
dbdimp.c:1511: error: 'MYSQL_OPT_COMPRESS' undeclared (first use in this function)
dbdimp.c:1521: error: 'MYSQL_OPT_CONNECT_TIMEOUT' undeclared (first use in this function)
dbdimp.c:1532: error: 'MYSQL_READ_DEFAULT_FILE' undeclared (first use in this function)
dbdimp.c:1543: error: 'MYSQL_READ_DEFAULT_GROUP' undeclared (first use in this function)
dbdimp.c:1550: error: wrong type argument to bit-complement
dbdimp.c:1554: error: 'struct sql_type_info_s' has no member named 'use_mysql_use_result'
dbdimp.c:1558: error: 'struct sql_type_info_s' has no member named 'use_mysql_use_result'
dbdimp.c:1683: error: 'dbname' undeclared (first use in this function)
dbdimp.c:1684: error: 'mysql_socket' undeclared (first use in this function)
dbdimp.c:1702: error: 'struct sql_type_info_s' has no member named 'reconnect'
dbdimp.c:1704: warning: return from incompatible pointer type
dbdimp.c: In function 'my_login':
dbdimp.c:1757: error: dereferencing pointer to incomplete type
dbdimp.c:1757: error: request for member 'com' in something not a structure or union
dbdimp.c:1757: error: request for member 'std' in something not a structure or union
dbdimp.c:1757: error: request for member 'imp_data' in something not a structure or union
dbdimp.c:1783: error: dereferencing pointer to incomplete type
dbdimp.c:1783: error: request for member 'mysql' in something not a structure or union
dbdimp.c: In function 'mysql_db_login':
dbdimp.c:1819: error: dereferencing pointer to incomplete type
dbdimp.c:1819: error: request for member 'stats' in something not a structure or union
dbdimp.c:1819: error: request for member 'auto_reconnects_ok' in something not a structure or union
dbdimp.c:1820: error: dereferencing pointer to incomplete type
dbdimp.c:1820: error: request for member 'stats' in something not a structure or union
dbdimp.c:1820: error: request for member 'auto_reconnects_failed' in something not a structure or union
dbdimp.c:1821: error: dereferencing pointer to incomplete type
dbdimp.c:1821: error: request for member 'bind_type_guessing' in something not a structure or union
dbdimp.c:1822: error: dereferencing pointer to incomplete type
dbdimp.c:1822: error: request for member 'has_transactions' in something not a structure or union
dbdimp.c:1824: error: dereferencing pointer to incomplete type
dbdimp.c:1824: error: request for member 'auto_reconnect' in something not a structure or union
dbdimp.c:1832: error: dereferencing pointer to incomplete type
dbdimp.c:1832: error: request for member 'mysql' in something not a structure or union
dbdimp.c:1833: error: dereferencing pointer to incomplete type
dbdimp.c:1833: error: request for member 'mysql' in something not a structure or union
dbdimp.c:1833: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast
dbdimp.c:1840: error: dereferencing pointer to incomplete type
dbdimp.c:1840: error: request for member 'com' in something not a structure or union
dbdimp.c:1840: error: request for member 'std' in something not a structure or union
dbdimp.c:1840: error: request for member 'parent_com' in something not a structure or union
dbdimp.c:1840: error: dereferencing pointer to incomplete type
dbdimp.c:1840: error: request for member 'com' in something not a structure or union
dbdimp.c:1840: error: request for member 'std' in something not a structure or union
dbdimp.c:1840: error: request for member 'flags' in something not a structure or union
dbdimp.c:1840: error: invalid operands to binary &
dbdimp.c:1840: error: dereferencing pointer to incomplete type
dbdimp.c:1840: error: request for member 'com' in something not a structure or union
dbdimp.c:1840: error: request for member 'std' in something not a structure or union
dbdimp.c:1840: error: request for member 'flags' in something not a structure or union
dbdimp.c:1843: error: dereferencing pointer to incomplete type
dbdimp.c:1843: error: request for member 'com' in something not a structure or union
dbdimp.c:1843: error: request for member 'std' in something not a structure or union
dbdimp.c:1843: error: request for member 'flags' in something not a structure or union
dbdimp.c: In function 'mysql_db_commit':
dbdimp.c:1867: error: dereferencing pointer to incomplete type
dbdimp.c:1867: error: request for member 'com' in something not a structure or union
dbdimp.c:1867: error: request for member 'std' in something not a structure or union
dbdimp.c:1867: error: request for member 'flags' in something not a structure or union
dbdimp.c:1867: error: invalid operands to binary &
dbdimp.c:1870: error: dereferencing pointer to incomplete type
dbdimp.c:1870: error: request for member 'has_transactions' in something not a structure or union
dbdimp.c:1873: error: dereferencing pointer to incomplete type
dbdimp.c:1873: error: request for member 'mysql' in something not a structure or union
dbdimp.c:1878: error: dereferencing pointer to incomplete type
dbdimp.c:1878: error: request for member 'mysql' in something not a structure or union
dbdimp.c:1878: error: dereferencing pointer to incomplete type
dbdimp.c:1878: error: request for member 'mysql' in something not a structure or union
dbdimp.c:1879: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast
dbdimp.c: In function 'mysql_db_rollback':
dbdimp.c:1895: error: dereferencing pointer to incomplete type
dbdimp.c:1895: error: request for member 'com' in something not a structure or union
dbdimp.c:1895: error: request for member 'std' in something not a structure or union
dbdimp.c:1895: error: request for member 'flags' in something not a structure or union
dbdimp.c:1895: error: invalid operands to binary &
dbdimp.c:1898: error: dereferencing pointer to incomplete type
dbdimp.c:1898: error: request for member 'has_transactions' in something not a structure or union
dbdimp.c:1901: error: dereferencing pointer to incomplete type
dbdimp.c:1901: error: request for member 'mysql' in something not a structure or union
dbdimp.c:1906: error: dereferencing pointer to incomplete type
dbdimp.c:1906: error: request for member 'mysql' in something not a structure or union
dbdimp.c:1907: error: dereferencing pointer to incomplete type
dbdimp.c:1907: error: request for member 'mysql' in something not a structure or union
dbdimp.c:1907: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast
dbdimp.c: In function 'mysql_db_disconnect':
dbdimp.c:1940: error: dereferencing pointer to incomplete type
dbdimp.c:1940: error: request for member 'com' in something not a structure or union
dbdimp.c:1940: error: request for member 'std' in something not a structure or union
dbdimp.c:1940: error: request for member 'parent_com' in something not a structure or union
dbdimp.c:1940: error: dereferencing pointer to incomplete type
dbdimp.c:1940: error: request for member 'com' in something not a structure or union
dbdimp.c:1940: error: request for member 'std' in something not a structure or union
dbdimp.c:1940: error: request for member 'flags' in something not a structure or union
dbdimp.c:1940: error: invalid operands to binary &
dbdimp.c:1940: error: dereferencing pointer to incomplete type
dbdimp.c:1940: error: request for member 'com' in something not a structure or union
dbdimp.c:1940: error: request for member 'std' in something not a structure or union
dbdimp.c:1940: error: request for member 'flags' in something not a structure or union
dbdimp.c:1943: error: dereferencing pointer to incomplete type
dbdimp.c:1943: error: request for member 'mysql' in something not a structure or union
dbdimp.c:1944: error: dereferencing pointer to incomplete type
dbdimp.c:1944: error: request for member 'mysql' in something not a structure or union
dbdimp.c: In function 'mysql_db_destroy':
dbdimp.c:2028: error: dereferencing pointer to incomplete type
dbdimp.c:2028: error: request for member 'com' in something not a structure or union
dbdimp.c:2028: error: request for member 'std' in something not a structure or union
dbdimp.c:2028: error: request for member 'flags' in something not a structure or union
dbdimp.c:2028: error: invalid operands to binary &
dbdimp.c:2030: error: dereferencing pointer to incomplete type
dbdimp.c:2030: error: request for member 'has_transactions' in something not a structure or union
dbdimp.c:2032: error: dereferencing pointer to incomplete type
dbdimp.c:2032: error: request for member 'com' in something not a structure or union
dbdimp.c:2032: error: request for member 'std' in something not a structure or union
dbdimp.c:2032: error: request for member 'flags' in something not a structure or union
dbdimp.c:2032: error: invalid operands to binary &
dbdimp.c:2034: error: dereferencing pointer to incomplete type
dbdimp.c:2034: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2044: error: dereferencing pointer to incomplete type
dbdimp.c:2044: error: request for member 'com' in something not a structure or union
dbdimp.c:2044: error: request for member 'std' in something not a structure or union
dbdimp.c:2044: error: request for member 'flags' in something not a structure or union
dbdimp.c: In function 'mysql_db_STORE_attrib':
dbdimp.c:2079: error: dereferencing pointer to incomplete type
dbdimp.c:2079: error: request for member 'has_transactions' in something not a structure or union
dbdimp.c:2081: error: dereferencing pointer to incomplete type
dbdimp.c:2081: error: request for member 'com' in something not a structure or union
dbdimp.c:2081: error: request for member 'std' in something not a structure or union
dbdimp.c:2081: error: request for member 'flags' in something not a structure or union
dbdimp.c:2081: error: invalid operands to binary &
dbdimp.c:2101: error: dereferencing pointer to incomplete type
dbdimp.c:2101: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2109: error: dereferencing pointer to incomplete type
dbdimp.c:2109: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2116: error: dereferencing pointer to incomplete type
dbdimp.c:2116: error: request for member 'com' in something not a structure or union
dbdimp.c:2116: error: request for member 'std' in something not a structure or union
dbdimp.c:2116: error: request for member 'flags' in something not a structure or union
dbdimp.c:2116: error: dereferencing pointer to incomplete type
dbdimp.c:2116: error: request for member 'com' in something not a structure or union
dbdimp.c:2116: error: request for member 'std' in something not a structure or union
dbdimp.c:2116: error: request for member 'flags' in something not a structure or union
dbdimp.c:2133: error: dereferencing pointer to incomplete type
dbdimp.c:2133: error: request for member 'use_mysql_use_result' in something not a structure or union
dbdimp.c:2135: error: dereferencing pointer to incomplete type
dbdimp.c:2135: error: request for member 'auto_reconnect' in something not a structure or union
dbdimp.c:2137: error: dereferencing pointer to incomplete type
dbdimp.c:2137: error: request for member 'use_server_side_prepare' in something not a structure or union
dbdimp.c:2140: error: dereferencing pointer to incomplete type
dbdimp.c:2140: error: request for member 'bind_type_guessing' in something not a structure or union
dbdimp.c: At top level:
dbdimp.c:2169: error: parse error before 'val'
dbdimp.c: In function 'my_ulonglong2str':
dbdimp.c:2174: error: 'val' undeclared (first use in this function)
dbdimp.c:2180: error: invalid operands to binary %
dbdimp.c:2180: warning: assignment makes integer from pointer without a cast
dbdimp.c:2181: error: invalid operands to binary /
dbdimp.c: In function 'mysql_db_FETCH_attrib':
dbdimp.c:2202: error: dereferencing pointer to incomplete type
dbdimp.c:2202: error: request for member 'has_transactions' in something not a structure or union
dbdimp.c:2203: error: dereferencing pointer to incomplete type
dbdimp.c:2203: error: request for member 'com' in something not a structure or union
dbdimp.c:2203: error: request for member 'std' in something not a structure or union
dbdimp.c:2203: error: request for member 'flags' in something not a structure or union
dbdimp.c:2203: error: invalid operands to binary &
dbdimp.c:2219: error: dereferencing pointer to incomplete type
dbdimp.c:2219: error: request for member 'auto_reconnect' in something not a structure or union
dbdimp.c:2219: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast
dbdimp.c:2224: error: dereferencing pointer to incomplete type
dbdimp.c:2224: error: request for member 'bind_type_guessing' in something not a structure or union
dbdimp.c:2224: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast
dbdimp.c:2228: error: dereferencing pointer to incomplete type
dbdimp.c:2228: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2232: error: dereferencing pointer to incomplete type
dbdimp.c:2232: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2232: warning: initialization makes pointer from integer without a cast
dbdimp.c:2249: error: dereferencing pointer to incomplete type
dbdimp.c:2249: error: request for member 'stats' in something not a structure or union
dbdimp.c:2249: error: request for member 'auto_reconnects_ok' in something not a structure or union
dbdimp.c:2249: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast
dbdimp.c:2256: error: dereferencing pointer to incomplete type
dbdimp.c:2256: error: request for member 'stats' in something not a structure or union
dbdimp.c:2256: error: request for member 'auto_reconnects_failed' in something not a structure or union
dbdimp.c:2256: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast
dbdimp.c:2266: error: dereferencing pointer to incomplete type
dbdimp.c:2266: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2266: warning: initialization makes pointer from integer without a cast
dbdimp.c:2275: error: dereferencing pointer to incomplete type
dbdimp.c:2275: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2275: warning: initialization makes pointer from integer without a cast
dbdimp.c:2280: error: dereferencing pointer to incomplete type
dbdimp.c:2280: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2285: error: dereferencing pointer to incomplete type
dbdimp.c:2285: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2291: error: dereferencing pointer to incomplete type
dbdimp.c:2291: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2291: warning: initialization makes pointer from integer without a cast
dbdimp.c:2296: error: dereferencing pointer to incomplete type
dbdimp.c:2296: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2298: error: dereferencing pointer to incomplete type
dbdimp.c:2298: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2298: error: request for member 'net' in something not a structure or union
dbdimp.c:2298: error: request for member 'fd' in something not a structure or union
dbdimp.c:2298: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast
dbdimp.c:2301: error: dereferencing pointer to incomplete type
dbdimp.c:2301: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2301: warning: initialization makes pointer from integer without a cast
dbdimp.c:2308: error: dereferencing pointer to incomplete type
dbdimp.c:2308: error: request for member 'mysql' in something not a structure or union
dbdimp.c:2308: warning: initialization makes pointer from integer without a cast
dbdimp.c:2313: error: dereferencing pointer to incomplete type
dbdimp.c:2313: error: request for member 'use_server_side_prepare' in something not a structure or union
dbdimp.c:2313: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast
dbdimp.c:2318: error: dereferencing pointer to incomplete type
dbdimp.c:2318: error: request for member 'mysql' in something not a structure or union
dbdimp.c: In function 'mysql_st_prepare':
dbdimp.c:2362: error: dereferencing pointer to incomplete type
dbdimp.c:2362: error: request for member 'com' in something not a structure or union
dbdimp.c:2362: error: request for member 'std' in something not a structure or union
dbdimp.c:2362: error: request for member 'parent_com' in something not a structure or union
dbdimp.c:2366: error: 'MYSQL_VERSION_ID' undeclared (first use in this function)
dbdimp.c:2381: error: dereferencing pointer to incomplete type
dbdimp.c:2381: error: request for member 'done_desc' in something not a structure or union
dbdimp.c:2382: error: dereferencing pointer to incomplete type
dbdimp.c:2382: error: request for member 'result' in something not a structure or union
dbdimp.c:2383: error: dereferencing pointer to incomplete type
dbdimp.c:2383: error: request for member 'currow' in something not a structure or union
dbdimp.c:2387: error: dereferencing pointer to incomplete type
dbdimp.c:2387: error: request for member 'use_mysql_use_result' in something not a structure or union
dbdimp.c:2388: error: dereferencing pointer to incomplete type
dbdimp.c:2388: error: request for member 'use_mysql_use_result' in something not a structure or union
dbdimp.c:2388: warning: pointer/integer type mismatch in conditional expression
dbdimp.c:2391: error: dereferencing pointer to incomplete type
dbdimp.c:2391: error: request for member 'av_attr' in something not a structure or union
dbdimp.c:2391: error: assignment of read-only location
dbdimp.c:2391: error: incompatible types in assignment
dbdimp.c:2577: error: dereferencing pointer to incomplete type
dbdimp.c:2577: error: request for member 'com' in something not a structure or union
dbdimp.c:2577: error: request for member 'num_params' in something not a structure or union
dbdimp.c:2581: error: dereferencing pointer to incomplete type
dbdimp.c:2581: error: request for member 'params' in something not a structure or union
dbdimp.c:2581: error: dereferencing pointer to incomplete type
dbdimp.c:2581: error: request for member 'com' in something not a structure or union
dbdimp.c:2581: error: request for member 'num_params' in something not a structure or union
dbdimp.c:2581: warning: passing argument 1 of 'alloc_param' makes integer from pointer without a cast
dbdimp.c:2582: error: dereferencing pointer to incomplete type
dbdimp.c:2582: error: request for member 'com' in something not a structure or union
dbdimp.c:2582: error: request for member 'std' in something not a structure or union
dbdimp.c:2582: error: request for member 'flags' in something not a structure or union
dbdimp.c: In function 'mysql_st_free_result_sets':
dbdimp.c:2602: error: dereferencing pointer to incomplete type
dbdimp.c:2602: error: request for member 'com' in something not a structure or union
dbdimp.c:2602: error: request for member 'std' in something not a structure or union
dbdimp.c:2602: error: request for member 'parent_com' in something not a structure or union
dbdimp.c:2649: error: dereferencing pointer to incomplete type
dbdimp.c:2649: error: request for member 'result' in something not a structure or union
dbdimp.c:2651: error: dereferencing pointer to incomplete type
dbdimp.c:2651: error: request for member 'result' in something not a structure or union
dbdimp.c:2652: error: dereferencing pointer to incomplete type
dbdimp.c:2652: error: request for member 'result' in something not a structure or union
dbdimp.c: At top level:
dbdimp.c:2845: error: parse error before 'mysql_st_internal_execute'
dbdimp.c:2851: error: parse error before 'MYSQL_RES'
dbdimp.c: In function 'mysql_st_internal_execute':
dbdimp.c:2858: error: 'statement' undeclared (first use in this function)
dbdimp.c:2858: error: 'struct sql_type_info_s' has no member named 'sv_flags'
dbdimp.c:2858: error: invalid operands to binary &
dbdimp.c:2858: warning: comparison between pointer and integer
dbdimp.c:2858: error: 'struct sql_type_info_s' has no member named 'sv_any'
dbdimp.c:2858: error: 'struct sql_type_info_s' has no member named 'xpv_cur'
dbdimp.c:2858: error: 'struct sql_type_info_s' has no member named 'sv_any'
dbdimp.c:2858: error: 'struct sql_type_info_s' has no member named 'xpv_pv'
dbdimp.c:2858: warning: passing argument 1 of 'Perl_sv_2pv_flags' from incompatible pointer type
dbdimp.c:2858: warning: pointer type mismatch in conditional expression
dbdimp.c:2863: error: 'my_ulonglong' undeclared (first use in this function)
dbdimp.c:2863: error: parse error before 'rows'
dbdimp.c:2866: error: 'h' undeclared (first use in this function)
dbdimp.c:2866: warning: passing argument 1 of 'dbis->getcom' from incompatible pointer type
dbdimp.c:2878: warning: passing argument 1 of 'dbis->getcom' from incompatible pointer type
dbdimp.c:2881: error: dereferencing pointer to incomplete type
dbdimp.c:2881: error: request for member 'bind_type_guessing' in something not a structure or union
dbdimp.c:2888: warning: passing argument 1 of 'dbis->getcom' from incompatible pointer type
dbdimp.c:2889: error: dereferencing pointer to incomplete type
dbdimp.c:2889: error: request for member 'com' in something not a structure or union
dbdimp.c:2889: error: request for member 'std' in something not a structure or union
dbdimp.c:2889: error: request for member 'parent_com' in something not a structure or union
dbdimp.c:2892: error: dereferencing pointer to incomplete type
dbdimp.c:2892: error: request for member 'bind_type_guessing' in something not a structure or union
dbdimp.c:2899: error: 'MYSQL_VERSION_ID' undeclared (first use in this function)
dbdimp.c:2901: error: 'svsock' undeclared (first use in this function)
dbdimp.c:2905: error: 'num_params' undeclared (first use in this function)
dbdimp.c:2925: warning: passing argument 1 of 'mysql_dr_error' from incompatible pointer type
dbdimp.c:2930: warning: passing argument 1 of 'mysql_dr_error' from incompatible pointer type
dbdimp.c:2944: error: 'result' undeclared (first use in this function)
dbdimp.c:2944: error: assignment of read-only location
dbdimp.c:2944: error: incompatible types in assignment
dbdimp.c:2948: error: wrong type argument to unary exclamation mark
dbdimp.c:2951: warning: passing argument 1 of 'mysql_dr_error' from incompatible pointer type
dbdimp.c:2951: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast
dbdimp.c:2959: warning: passing argument 1 of 'mysql_db_reconnect' from incompatible pointer type
dbdimp.c:2964: warning: passing argument 1 of 'mysql_dr_error' from incompatible pointer type
dbdimp.c:2964: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast
dbdimp.c:2973: error: assignment of read-only location
dbdimp.c:2973: error: incompatible types in assignment
dbdimp.c:2977: warning: passing argument 1 of 'mysql_dr_error' from incompatible pointer type
dbdimp.c:2977: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast
dbdimp.c:2979: error: wrong type argument to unary exclamation mark
dbdimp.c:2980: error: 'rows' undeclared (first use in this function)
dbdimp.c:2984: warning: return makes integer from pointer without a cast
dbdimp.c: In function 'mysql_st_execute':
dbdimp.c:3128: error: dereferencing pointer to incomplete type
dbdimp.c:3128: error: request for member 'com' in something not a structure or union
dbdimp.c:3128: error: request for member 'std' in something not a structure or union
dbdimp.c:3128: error: request for member 'parent_com' in something not a structure or union
dbdimp.c:3143: error: dereferencing pointer to incomplete type
dbdimp.c:3143: error: request for member 'av_attr' in something not a structure or union
dbdimp.c:3143: error: used struct type value where scalar is required
dbdimp.c:3144: error: dereferencing pointer to incomplete type
dbdimp.c:3144: error: request for member 'av_attr' in something not a structure or union
dbdimp.c:3144: error: cannot convert to a pointer type
dbdimp.c:3146: error: dereferencing pointer to incomplete type
dbdimp.c:3146: error: request for member 'av_attr' in something not a structure or union
dbdimp.c:3146: error: assignment of read-only location
dbdimp.c:3146: error: incompatible types in assignment
dbdimp.c:3160: error: 'MYSQL_VERSION_ID' undeclared (first use in this function)
dbdimp.c:3190: error: dereferencing pointer to incomplete type
dbdimp.c:3190: error: request for member 'row_num' in something not a structure or union
dbdimp.c:3194: error: dereferencing pointer to incomplete type
dbdimp.c:3194: error: request for member 'com' in something not a structure or union
dbdimp.c:3194: error: request for member 'num_params' in something not a structure or union
dbdimp.c:3195: error: dereferencing pointer to incomplete type
dbdimp.c:3195: error: request for member 'params' in something not a structure or union
dbdimp.c:3196: error: dereferencing pointer to incomplete type
dbdimp.c:3196: error: request for member 'result' in something not a structure or union
dbdimp.c:3197: error: dereferencing pointer to incomplete type
dbdimp.c:3197: error: request for member 'mysql' in something not a structure or union
dbdimp.c:3198: error: dereferencing pointer to incomplete type
dbdimp.c:3198: error: request for member 'use_mysql_use_result' in something not a structure or union
dbdimp.c:3201: error: dereferencing pointer to incomplete type
dbdimp.c:3201: error: request for member 'row_num' in something not a structure or union
dbdimp.c:3201: error: 'my_ulonglong' undeclared (first use in this function)
dbdimp.c:3203: error: dereferencing pointer to incomplete type
dbdimp.c:3203: error: request for member 'result' in something not a structure or union
dbdimp.c:3204: error: dereferencing pointer to incomplete type
dbdimp.c:3204: error: request for member 'insertid' in something not a structure or union
dbdimp.c:3204: error: dereferencing pointer to incomplete type
dbdimp.c:3204: error: request for member 'mysql' in something not a structure or union
dbdimp.c:3208: error: dereferencing pointer to incomplete type
dbdimp.c:3208: error: request for member 'com' in something not a structure or union
dbdimp.c:3208: error: request for member 'num_fields' in something not a structure or union
dbdimp.c:3208: error: dereferencing pointer to incomplete type
dbdimp.c:3208: error: request for member 'result' in something not a structure or union
dbdimp.c:3209: error: dereferencing pointer to incomplete type
dbdimp.c:3209: error: request for member 'com' in something not a structure or union
dbdimp.c:3209: error: request for member 'std' in something not a structure or union
dbdimp.c:3209: error: request for member 'parent_com' in something not a structure or union
dbdimp.c:3209: error: dereferencing pointer to incomplete type
dbdimp.c:3209: error: request for member 'com' in something not a structure or union
dbdimp.c:3209: error: request for member 'std' in something not a structure or union
dbdimp.c:3209: error: request for member 'flags' in something not a structure or union
dbdimp.c:3209: error: invalid operands to binary &
dbdimp.c:3209: error: dereferencing pointer to incomplete type
dbdimp.c:3209: error: request for member 'com' in something not a structure or union
dbdimp.c:3209: error: request for member 'std' in something not a structure or union
dbdimp.c:3209: error: request for member 'flags' in something not a structure or union
dbdimp.c:3210: error: dereferencing pointer to incomplete type
dbdimp.c:3210: error: request for member 'done_desc' in something not a structure or union
dbdimp.c:3211: error: dereferencing pointer to incomplete type
dbdimp.c:3211: error: request for member 'fetch_done' in something not a structure or union
dbdimp.c:3215: error: dereferencing pointer to incomplete type
dbdimp.c:3215: error: request for member 'warning_count' in something not a structure or union
dbdimp.c:3215: error: dereferencing pointer to incomplete type
dbdimp.c:3215: error: request for member 'mysql' in something not a structure or union
dbdimp.c:3223: error: dereferencing pointer to incomplete type
dbdimp.c:3223: error: request for member 'row_num' in something not a structure or union
dbdimp.c:3229: error: dereferencing pointer to incomplete type
dbdimp.c:3229: error: request for member 'row_num' in something not a structure or union
dbdimp.c:3229: warning: return makes integer from pointer without a cast
dbdimp.c: In function 'mysql_describe':
dbdimp.c:3350: error: dereferencing pointer to incomplete type
dbdimp.c:3350: error: request for member 'done_desc' in something not a structure or union
dbdimp.c: In function 'mysql_st_fetch':
dbdimp.c:3378: error: 'MYSQL_ROW' undeclared (first use in this function)
dbdimp.c:3378: error: parse error before 'cols'
dbdimp.c:3379: error: dereferencing pointer to incomplete type
dbdimp.c:3379: error: request for member 'com' in something not a structure or union
dbdimp.c:3379: error: request for member 'std' in something not a structure or union
dbdimp.c:3379: error: request for member 'parent_com' in something not a structure or union
dbdimp.c:3380: error: 'MYSQL' undeclared (first use in this function)
dbdimp.c:3380: error: 'svsock' undeclared (first use in this function)
dbdimp.c:3380: error: invalid operands to binary *
dbdimp.c:3380: error: dereferencing pointer to incomplete type
dbdimp.c:3380: error: request for member 'mysql' in something not a structure or union
dbdimp.c:3381: warning: ISO C90 forbids mixed declarations and code
dbdimp.c:3385: error: 'MYSQL_FIELD' undeclared (first use in this function)
dbdimp.c:3385: error: 'fields' undeclared (first use in this function)
dbdimp.c:3385: error: invalid operands to binary *
dbdimp.c:3416: error: dereferencing pointer to incomplete type
dbdimp.c:3416: error: request for member 'com' in something not a structure or union
dbdimp.c:3416: error: request for member 'std' in something not a structure or union
dbdimp.c:3416: error: request for member 'flags' in something not a structure or union
dbdimp.c:3416: error: invalid operands to binary &
dbdimp.c:3423: error: dereferencing pointer to incomplete type
dbdimp.c:3423: error: request for member 'result' in something not a structure or union
dbdimp.c:3429: error: too few arguments to function 'mysql_dr_error'
dbdimp.c:3435: error: dereferencing pointer to incomplete type
dbdimp.c:3435: error: request for member 'mysql' in something not a structure or union
dbdimp.c:3435: error: request for member 'net' in something not a structure or union
dbdimp.c:3435: error: request for member 'last_errno' in something not a structure or union
dbdimp.c:3565: error: dereferencing pointer to incomplete type
dbdimp.c:3565: error: request for member 'currow' in something not a structure or union
dbdimp.c:3565: error: wrong type argument to increment
dbdimp.c:3570: error: dereferencing pointer to incomplete type
dbdimp.c:3570: error: request for member 'result' in something not a structure or union
dbdimp.c:3572: error: dereferencing pointer to incomplete type
dbdimp.c:3572: error: request for member 'result' in something not a structure or union
dbdimp.c:3574: error: dereferencing pointer to incomplete type
dbdimp.c:3574: error: request for member 'result' in something not a structure or union
dbdimp.c:3576: error: dereferencing pointer to incomplete type
dbdimp.c:3576: error: request for member 'mysql' in something not a structure or union
dbdimp.c:3578: error: dereferencing pointer to incomplete type
dbdimp.c:3578: error: request for member 'currow' in something not a structure or union
dbdimp.c:3581: error: 'cols' undeclared (first use in this function)
dbdimp.c:3581: error: dereferencing pointer to incomplete type
dbdimp.c:3581: error: request for member 'result' in something not a structure or union
dbdimp.c:3587: error: dereferencing pointer to incomplete type
dbdimp.c:3587: error: request for member 'mysql' in something not a structure or union
dbdimp.c:3588: error: dereferencing pointer to incomplete type
dbdimp.c:3588: error: request for member 'mysql' in something not a structure or union
dbdimp.c:3589: error: dereferencing pointer to incomplete type
dbdimp.c:3589: error: request for member 'mysql' in something not a structure or union
dbdimp.c:3593: warning: passing argument 3 of 'mysql_dr_error' makes pointer from integer without a cast
dbdimp.c:3593: error: too few arguments to function 'mysql_dr_error'
dbdimp.c:3604: error: dereferencing pointer to incomplete type
dbdimp.c:3604: error: request for member 'result' in something not a structure or union
dbdimp.c:3605: error: dereferencing pointer to incomplete type
dbdimp.c:3605: error: request for member 'result' in something not a structure or union
dbdimp.c:3606: error: dereferencing pointer to incomplete type
dbdimp.c:3606: error: request for member 'result' in something not a structure or union
dbdimp.c:3606: warning: assignment makes pointer from integer without a cast
dbdimp.c:3608: error: dereferencing pointer to incomplete type
dbdimp.c:3608: error: request for member 'com' in something not a structure or union
dbdimp.c:3608: error: request for member 'fields_svav' in something not a structure or union
dbdimp.c:3608: warning: comparison of distinct pointer types lacks a cast
dbdimp.c:3620: error: dereferencing pointer to incomplete type
dbdimp.c:3620: error: request for member 'com' in something not a structure or union
dbdimp.c:3620: error: request for member 'num_fields' in something not a structure or union
dbdimp.c:3646: error: incompatible types in initialization
dbdimp.c: In function 'mysql_st_finish':
dbdimp.c:3777: error: dereferencing pointer to incomplete type
dbdimp.c:3777: error: request for member 'result' in something not a structure or union
dbdimp.c:3785: error: dereferencing pointer to incomplete type
dbdimp.c:3785: error: request for member 'com' in something not a structure or union
dbdimp.c:3785: error: request for member 'std' in something not a structure or union
dbdimp.c:3785: error: request for member 'parent_com' in something not a structure or union
dbdimp.c:3785: error: dereferencing pointer to incomplete type
dbdimp.c:3785: error: request for member 'com' in something not a structure or union
dbdimp.c:3785: error: request for member 'std' in something not a structure or union
dbdimp.c:3785: error: request for member 'flags' in something not a structure or union
dbdimp.c:3785: error: invalid operands to binary &
dbdimp.c:3785: error: dereferencing pointer to incomplete type
dbdimp.c:3785: error: request for member 'com' in something not a structure or union
dbdimp.c:3785: error: request for member 'std' in something not a structure or union
dbdimp.c:3785: error: request for member 'flags' in something not a structure or union
dbdimp.c: In function 'mysql_st_destroy':
dbdimp.c:3818: error: dereferencing pointer to incomplete type
dbdimp.c:3818: error: request for member 'params' in something not a structure or union
dbdimp.c:3818: error: dereferencing pointer to incomplete type
dbdimp.c:3818: error: request for member 'com' in something not a structure or union
dbdimp.c:3818: error: request for member 'num_params' in something not a structure or union
dbdimp.c:3818: warning: passing argument 1 of 'free_param' from incompatible pointer type
dbdimp.c:3818: warning: passing argument 2 of 'free_param' makes integer from pointer without a cast
dbdimp.c:3819: error: dereferencing pointer to incomplete type
dbdimp.c:3819: error: request for member 'params' in something not a structure or union
dbdimp.c:3824: error: dereferencing pointer to incomplete type
dbdimp.c:3824: error: request for member 'av_attr' in something not a structure or union
dbdimp.c:3824: error: used struct type value where scalar is required
dbdimp.c:3825: error: dereferencing pointer to incomplete type
dbdimp.c:3825: error: request for member 'av_attr' in something not a structure or union
dbdimp.c:3825: error: cannot convert to a pointer type
dbdimp.c:3826: error: dereferencing pointer to incomplete type
dbdimp.c:3826: error: request for member 'av_attr' in something not a structure or union
dbdimp.c:3826: error: assignment of read-only location
dbdimp.c:3826: error: incompatible types in assignment
dbdimp.c:3829: error: dereferencing pointer to incomplete type
dbdimp.c:3829: error: request for member 'com' in something not a structure or union
dbdimp.c:3829: error: request for member 'std' in something not a structure or union
dbdimp.c:3829: error: request for member 'flags' in something not a structure or union
dbdimp.c: In function 'mysql_st_STORE_attrib':
dbdimp.c:3869: error: dereferencing pointer to incomplete type
dbdimp.c:3869: error: request for member 'use_mysql_use_result' in something not a structure or union
dbdimp.c: At top level:
dbdimp.c:3917: error: parse error before 'MYSQL_RES'
dbdimp.c: In function 'mysql_st_FETCH_internal':
dbdimp.c:3921: error: 'sth' undeclared (first use in this function)
dbdimp.c:3921: warning: passing argument 1 of 'dbis->getcom' from incompatible pointer type
dbdimp.c:3923: error: 'MYSQL_FIELD' undeclared (first use in this function)
dbdimp.c:3923: error: 'curField' undeclared (first use in this function)
dbdimp.c:3923: error: invalid operands to binary *
dbdimp.c:3926: error: 'what' undeclared (first use in this function)
dbdimp.c:3926: warning: comparison between pointer and integer
dbdimp.c:3931: warning: passing argument 1 of 'mysql_dr_error' from incompatible pointer type
dbdimp.c:3931: error: too few arguments to function 'mysql_dr_error'
dbdimp.c:3935: error: 'cacheit' undeclared (first use in this function)
dbdimp.c:3935: error: dereferencing pointer to incomplete type
dbdimp.c:3935: error: request for member 'av_attr' in something not a structure or union
dbdimp.c:3935: error: array subscript is not an integer
dbdimp.c:3936: error: dereferencing pointer to incomplete type
dbdimp.c:3936: error: request for member 'av_attr' in something not a structure or union
dbdimp.c:3936: error: array subscript is not an integer
dbdimp.c:3939: error: 'res' undeclared (first use in this function)
dbdimp.c:3945: warning: passing argument 1 of 'mysql_dr_error' from incompatible pointer type
dbdimp.c:3945: error: too few arguments to function 'mysql_dr_error'
dbdimp.c:3958: error: 'struct sql_type_info_s' has no member named 'name'
dbdimp.c:3958: error: 'struct sql_type_info_s' has no member named 'name'
dbdimp.c:3958: warning: passing argument 1 of 'strlen' from incompatible pointer type
dbdimp.c:3958: warning: passing argument 1 of 'Perl_newSVpv' from incompatible pointer type
dbdimp.c:3962: error: 'struct sql_type_info_s' has no member named 'table'
dbdimp.c:3962: error: 'struct sql_type_info_s' has no member named 'table'
dbdimp.c:3962: warning: passing argument 1 of 'strlen' from incompatible pointer type
dbdimp.c:3962: warning: passing argument 1 of 'Perl_newSVpv' from incompatible pointer type
dbdimp.c:3966: error: 'struct sql_type_info_s' has no member named 'type'
dbdimp.c:3966: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast
dbdimp.c:3970: error: 'struct sql_type_info_s' has no member named 'type'
dbdimp.c:3970: warning: passing argument 1 of 'native2sql' makes integer from pointer without a cast
dbdimp.c:3973: error: 'struct sql_type_info_s' has no member named 'flags'
dbdimp.c:3977: error: 'struct sql_type_info_s' has no member named 'flags'
dbdimp.c:3981: error: 'struct sql_type_info_s' has no member named 'flags'
dbdimp.c:3985: error: 'struct sql_type_info_s' has no member named 'length'
dbdimp.c:3985: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast
dbdimp.c:3989: error: 'struct sql_type_info_s' has no member named 'type'
dbdimp.c:3989: warning: passing argument 1 of 'native2sql' makes integer from pointer without a cast
dbdimp.c:3993: error: 'struct sql_type_info_s' has no member named 'type'
dbdimp.c:3993: warning: passing argument 1 of 'native2sql' makes integer from pointer without a cast
dbdimp.c:3997: error: 'struct sql_type_info_s' has no member named 'max_length'
dbdimp.c:3997: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast
dbdimp.c:4009: error: 'struct sql_type_info_s' has no member named 'flags'
dbdimp.c:4009: error: 'PRI_KEY_FLAG' undeclared (first use in this function)
dbdimp.c:4009: error: 'UNIQUE_KEY_FLAG' undeclared (first use in this function)
dbdimp.c:4009: error: invalid operands to binary |
dbdimp.c:4009: error: 'MULTIPLE_KEY_FLAG' undeclared (first use in this function)
dbdimp.c:4009: error: invalid operands to binary |
dbdimp.c:4009: error: invalid operands to binary &
dbdimp.c:4013: error: 'struct sql_type_info_s' has no member named 'flags'
dbdimp.c:4017: error: 'struct sql_type_info_s' has no member named 'decimals'
dbdimp.c:4017: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast
dbdimp.c:4021: error: 'struct sql_type_info_s' has no member named 'length'
dbdimp.c:4021: error: 'struct sql_type_info_s' has no member named 'max_length'
dbdimp.c:4022: error: 'struct sql_type_info_s' has no member named 'length'
dbdimp.c:4022: error: 'struct sql_type_info_s' has no member named 'max_length'
dbdimp.c:4022: warning: passing argument 1 of 'Perl_newSViv' makes integer from pointer without a cast
dbdimp.c:4036: error: dereferencing pointer to incomplete type
dbdimp.c:4036: error: request for member 'av_attr' in something not a structure or union
dbdimp.c:4036: error: array subscript is not an integer
dbdimp.c: In function 'mysql_st_FETCH_attrib':
dbdimp.c:4085: error: dereferencing pointer to incomplete type
dbdimp.c:4085: error: request for member 'result' in something not a structure or union
dbdimp.c:4087: error: dereferencing pointer to incomplete type
dbdimp.c:4087: error: request for member 'result' in something not a structure or union
dbdimp.c:4091: error: dereferencing pointer to incomplete type
dbdimp.c:4091: error: request for member 'result' in something not a structure or union
dbdimp.c:4095: error: dereferencing pointer to incomplete type
dbdimp.c:4095: error: request for member 'com' in something not a structure or union
dbdimp.c:4095: error: request for member 'num_params' in something not a structure or union
dbdimp.c:4100: error: dereferencing pointer to incomplete type
dbdimp.c:4100: error: request for member 'com' in something not a structure or union
dbdimp.c:4100: error: request for member 'num_params' in something not a structure or union
dbdimp.c:4100: warning: comparison between pointer and integer
dbdimp.c:4104: error: dereferencing pointer to incomplete type
dbdimp.c:4104: error: request for member 'params' in something not a structure or union
dbdimp.c:4104: error: 'struct sql_type_info_s' has no member named 'value'
dbdimp.c:4104: warning: passing argument 1 of 'Perl_newSVsv' from incompatible pointer type
dbdimp.c:4112: error: dereferencing pointer to incomplete type
dbdimp.c:4112: error: request for member 'result' in something not a structure or union
dbdimp.c:4116: error: dereferencing pointer to incomplete type
dbdimp.c:4116: error: request for member 'result' in something not a structure or union
dbdimp.c:4122: error: dereferencing pointer to incomplete type
dbdimp.c:4122: error: request for member 'result' in something not a structure or union
dbdimp.c:4126: error: dereferencing pointer to incomplete type
dbdimp.c:4126: error: request for member 'result' in something not a structure or union
dbdimp.c:4130: error: dereferencing pointer to incomplete type
dbdimp.c:4130: error: request for member 'result' in something not a structure or union
dbdimp.c:4132: error: dereferencing pointer to incomplete type
dbdimp.c:4132: error: request for member 'result' in something not a structure or union
dbdimp.c:4134: error: dereferencing pointer to incomplete type
dbdimp.c:4134: error: request for member 'result' in something not a structu
mail-rk
 
Posts: 4
Joined: 29. May 2007 19:30

Postby mail-rk » 29. May 2007 19:39

der zweite Teil der SHell-Ausgabe:

dbdimp.c:4468: error: request for member 'stats' in something not a structure or union
dbdimp.c:4468: error: request for member 'auto_reconnects_failed' in something not a structure or union
dbdimp.c:4468: error: wrong type argument to increment
dbdimp.c:4471: error: dereferencing pointer to incomplete type
dbdimp.c:4471: error: request for member 'stats' in something not a structure or union
dbdimp.c:4471: error: request for member 'auto_reconnects_ok' in something not a structure or union
dbdimp.c:4471: error: wrong type argument to increment
dbdimp.c: In function 'mysql_db_quote':
dbdimp.c:4628: error: dereferencing pointer to incomplete type
dbdimp.c:4628: error: request for member 'mysql' in something not a structure or union
dbdimp.c: In function 'mysql_db_last_insert_id':
dbdimp.c:4643: error: dereferencing pointer to incomplete type
dbdimp.c:4643: error: request for member 'mysql' in something not a structure or union
make: *** [dbdimp.o] Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible

Was muss ich tun um das SCHNELL zu fixen?
mail-rk
 
Posts: 4
Joined: 29. May 2007 19:30

Postby Kristian Marcroft » 29. May 2007 19:40

Hi,

versuchs mal mit dem Entwickler-Paket.

Gruß
Kristian Marcroft
User avatar
Kristian Marcroft
AF Moderator
 
Posts: 2962
Joined: 03. January 2003 12:08
Location: Diedorf

Postby mail-rk » 29. May 2007 19:43

Kristian Marcroft wrote:Hi,

versuchs mal mit dem Entwickler-Paket.

Gruß
Kristian Marcroft


Was für ein Entwickler-Paket? Von was? Wo kriege ich das her?
mail-rk
 
Posts: 4
Joined: 29. May 2007 19:30

Postby Kristian Marcroft » 29. May 2007 19:57

Hallo,

von XAMPP?
Schau mal auf die Download Seite.

Gruß
Kristian Marcroft
User avatar
Kristian Marcroft
AF Moderator
 
Posts: 2962
Joined: 03. January 2003 12:08
Location: Diedorf

Postby mail-rk » 29. May 2007 21:00

Kristian Marcroft wrote:Hallo,

von XAMPP?
Schau mal auf die Download Seite.

Gruß
Kristian Marcroft


DANKE!

Developerpaket zusätzlich installiert, /Applications/xampp/xamppfiles/bin in den Pfad aufgenommen und 'schon' hat es funktioniert.
mail-rk
 
Posts: 4
Joined: 29. May 2007 19:30


Return to XAMPP für macOS

Who is online

Users browsing this forum: No registered users and 16 guests