
gdunne at webworksinc
May 5, 2002, 11:19 AM
Post #2 of 5
(243 views)
Permalink
|
I guess I should note that the problem is using the latest CVS, on OpenBSD 3.0. -----Original Message----- From: Gavin B. Dunne <gdunne [at] webworksinc> To: dbmail [at] dbmail <dbmail [at] dbmail> Date: Sunday, May 05, 2002 11:47 AM Subject: [Dbmail] Problem Compiling OpenBSD 3.0 Any help would be appreciated... cc -Wall -ggdb -D_BSD_SOURCE -D_SVID_SOURCE -c list.c cc -Wall -ggdb -D_BSD_SOURCE -D_SVID_SOURCE -c debug.c cc -Wall -ggdb -D_BSD_SOURCE -D_SVID_SOURCE -c pipe.c pipe.c: In function `create_unique_id': pipe.c:30: warning: long unsigned int format, unsigned int arg (arg 5) pipe.c: In function `insert_messages': pipe.c:286: warning: implicit declaration of function `strtoull' cc -Wall -ggdb -D_BSD_SOURCE -D_SVID_SOURCE -c mime.c cc -Wall -ggdb -D_BSD_SOURCE -D_SVID_SOURCE -c mysql/dbmysql.c mysql/dbmysql.c: In function `db_get_quotum_used': mysql/dbmysql.c:222: warning: implicit declaration of function `strtoull' 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' mysql/../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: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' mysql/../db.h:140: previous declaration of `db_imap_append_msg' mysql/dbmysql.c: In function `db_imap_append_msg': mysql/dbmysql.c:1681: warning: long unsigned int format, unsigned int arg (arg 5) mysql/dbmysql.c:1684: warning: passing arg 1 of `db_update_message' makes integer from pointer without a cast mysql/dbmysql.c: In function `db_copymsg': mysql/dbmysql.c:2569: warning: long unsigned int format, unsigned int arg (arg 5) *** Error code 1 Stop in /usr/home/gdunne/mailsys/dbmail.
|