
a.biehl at pulsaar
May 6, 2002, 12:12 AM
Post #1 of 1
(128 views)
Permalink
|
|
failure while compiling dbmail with mysql
|
|
i got the following error: cc -Wall -ggdb -D_BSD_SOURCE -D_SVID_SOURCE -c -o mysql/dbmysql.o mysql/dbmysql.c mysql/dbmysql.c: In function `db_get_message_mailboxid': mysql/dbmysql.c:439: invalid type argument of `unary *' mysql/dbmysql.c: At top level: mysql/dbmysql.c:571: conflicting types for `db_insert_message_block' db.h:118: previous declaration of `db_insert_message_block' mysql/dbmysql.c: In function `db_insert_message_block': mysql/dbmysql.c:583: `len' undeclared (first use in this function) mysql/dbmysql.c:583: (Each undeclared identifier is reported only once mysql/dbmysql.c:583: for each function it appears in.) mysql/dbmysql.c:604: warning: implicit declaration of function `mysql_real_escape_string' mysql/dbmysql.c:620: too few arguments to function `db_insert_result' mysql/dbmysql.c: At top level: mysql/dbmysql.c:1514: conflicting types for `db_imap_append_msg' db.h:140: previous declaration of `db_imap_append_msg' mysql/dbmysql.c: In function `db_imap_append_msg': mysql/dbmysql.c:1684: warning: passing arg 1 of `db_update_message' makes integer from pointer without a cast make: *** [mysql/dbmysql.o] Error 1
|