Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: DBMail: users

Problem Compiling OpenBSD 3.0

 

 

DBMail users RSS feed   Index | Next | Previous | View Threaded


gdunne at webworksinc

May 5, 2002, 11:03 AM

Post #1 of 5 (214 views)
Permalink
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.


gdunne at webworksinc

May 5, 2002, 11:19 AM

Post #2 of 5 (243 views)
Permalink
Re: Problem Compiling OpenBSD 3.0 [In reply to]

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.


root at vaio

May 6, 2002, 2:23 AM

Post #3 of 5 (218 views)
Permalink
Re: Problem Compiling OpenBSD 3.0 [In reply to]

Yupp hes right I get exactly the same thing! Eelco ??? Someone ???

On Sunday 05 May 2002 02:03 pm, Gavin B. Dunne wrote:
> Any help would be appreciated...
>
> cc -Wall -ggdb -D_BSD_SOURCE -D_SVID_SOURCE -c list.c


kerberus at microbsd

May 6, 2002, 2:24 AM

Post #4 of 5 (218 views)
Permalink
Re: Problem Compiling OpenBSD 3.0 [In reply to]

Yupp hes right I get exactly the same thing! Eelco ??? Someone ???

On Sunday 05 May 2002 02:03 pm, Gavin B. Dunne wrote:
> 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':


eelco at ic-s

May 6, 2002, 6:54 AM

Post #5 of 5 (215 views)
Permalink
Re: Problem Compiling OpenBSD 3.0 [In reply to]

Sorry guys.. there are some important changes in the mysql driver. Roel
wil finish them next wednesday.
The 'hood' of the code is open, so no testdriving for this moment. We'll
also fix the openbsd compile bug next wednesday.

Best regards,

Eelco


Charlie & heeft op maandag 6 mei 2002 om 11:23 het volgende geschreven:

> Yupp hes right I get exactly the same thing! Eelco ??? Someone ???
>
> On Sunday 05 May 2002 02:03 pm, Gavin B. Dunne wrote:
>> Any help would be appreciated...
>>
>> cc -Wall -ggdb -D_BSD_SOURCE -D_SVID_SOURCE -c list.c
>
> _______________________________________________
> Dbmail mailing list
> Dbmail [at] dbmail
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
>

__________________________
E.J.A. van Beek
ICT Manager
IC&S
T: +31 30 2322878
F: +31 30 2322305

PGP-key:
www.ic-s.nl/keys/eelco.txt

DBMail users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.