On Thu, 14 Aug 2003, HIROSHIMA Naoki wrote: >> Binc IMAP 1.1.9 is finally here, after over a full month of >> refactoring. I'm releasing it now because I want feedback from many >> platforms and not just the ones I control myself. :-) >thanks a lot for the great job!!! >i have been waiting for this for long time :) >but unfortunately, i found that it did not compile on my freebsd box :-( >i would investigate why later but just in case it you might easily be >able to figure out what is going on, what happened to me was as below.
I guess mode_t, uid_t or gid_t are undefined in mailbox.h. Try adding #include <sys/types.h> To the top of mailbox.h and see if it solves your problem. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something | than to do it poorly."

