On Aug 1, 2005, at 8:29 AM, William Finn wrote:
I'm getting a different error on 10.4.2 with 2.0.4. MySQL 4.1.12.
./configure --with-mysql
make all
sort.c:68: error: conflicting types for 'sort_and_deliver'
../sort.h:59: error: previous declaration of 'sort_and_deliver' was
here
I tried getting around that by changing sort.c. It appeared
everything calling sort_and_deliver was expecting sort_result_t as
the return type, not dsn_class_t.
Build errors were solved for me by building the latest 2.0 series
from the svn repository. And then I got stopped cold by a shared
memory error when runnung imapd. (Permission denied)
If you manage to get past that, I'd love to know what you did.
eric